diff --git a/hypothesis-6.140.3.tar.gz b/hypothesis-6.140.3.tar.gz deleted file mode 100644 index baca601b54a7cfc9d85d05746863b184a0c7ce2c..0000000000000000000000000000000000000000 Binary files a/hypothesis-6.140.3.tar.gz and /dev/null differ diff --git a/hypothesis-6.148.2.tar.gz b/hypothesis-6.148.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b4e4cae8e5b9f56f2d56f8a7221c0d48c0f0b747 Binary files /dev/null and b/hypothesis-6.148.2.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 01b2897ce03c356fd403664ad176b047ed18112b..0e649d500a7f8ecf7865aa439192f672a282a248 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,6 +1,6 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 6.140.3 +Version: 6.148.2 Release: 1 Summary: based testing for python code License: MPL-2.0 @@ -57,6 +57,17 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Sun Nov 23 2025 lipengyu - 6.148.2-1 +- Upgrade to 6.148.2 +- Removed support for the nose testing framework +- Deprecation of register_profile() within @settings decorated tests +- Support for Fraction objects as bounds in decimals() strategy +- Removal of the attrs dependency +- Enum members are now string values +- Improved handling of type annotations for TypedDict fields +- Fixes an error when using the Ghostwriter with annotations +- Drops support for Python 3.9 + * 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.