diff --git a/hypothesis-6.135.16.tar.gz b/hypothesis-6.135.16.tar.gz deleted file mode 100644 index aab3b1fb9a54e970a033014dae5f8e0b002b16ad..0000000000000000000000000000000000000000 Binary files a/hypothesis-6.135.16.tar.gz and /dev/null differ diff --git a/hypothesis-6.140.3.tar.gz b/hypothesis-6.140.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..baca601b54a7cfc9d85d05746863b184a0c7ce2c Binary files /dev/null and b/hypothesis-6.140.3.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 8ce7c5f28a5b3f9ceeaac6e7c6affcf63fafe7b8..01b2897ce03c356fd403664ad176b047ed18112b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 6.135.16 -Release: 2 +Version: 6.140.3 +Release: 1 Summary: based testing for python code License: MPL-2.0 URL: https://github.com/HypothesisWorks/hypothesis @@ -57,6 +57,10 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Thu Oct 09 2025 Yu Peng - 6.140.3-1 +- Upgrade to 6.140.3 + * Fixes our bundled run_conformance_test() not respecting avoid_realization. + * Wed Aug 13 2025 Dongxing Wang - 6.135.16-2 - Add extra package lark for hypothesmith install deps