diff --git a/hypothesis-6.122.1.tar.gz b/hypothesis-6.122.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2ea38c0aa7e662fa0f0a0e94a37a26ae573728da Binary files /dev/null and b/hypothesis-6.122.1.tar.gz differ diff --git a/hypothesis-6.98.9.tar.gz b/hypothesis-6.98.9.tar.gz deleted file mode 100644 index 89bd2c5a5a6bd71257d7c36ddd6336289ddc4e77..0000000000000000000000000000000000000000 Binary files a/hypothesis-6.98.9.tar.gz and /dev/null differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 118a45be0391b8634f9c4db6fc7bd4e61eb6507d..b2137a206b18659157d1a9bbab942f91b7280d5e 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,11 +1,11 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 6.98.9 +Version: 6.122.1 Release: 1 Summary: based testing for python code License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis -Source0: https://files.pythonhosted.org/packages/b3/93/45cc0666c848efe13871668b2aa5aa210425598aad671d6974da8a78d0e6/hypothesis-6.98.9.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz BuildRequires: python-sphinx BuildArch: noarch @@ -54,6 +54,18 @@ Help document for the python-hypothesis %{python3_sitelib}/hypothesis/ %changelog +* Thu Dec 05 2024 xu_ping <707078654@qq.com> - 6.122.1-1 +- Update package to version 6.122.1 + * Fix from_type() on collections.abc.Callable returning None. + * adds .span_start() and .span_end() methods to our internal PrimitiveProvider interface, + for use by Alternative backends for Hypothesis. + * removes some # type: ignore comments following a mypy update. + * adds more type hints to internal Hypothesis code. + * Hypothesis now detects if it is running on a CI server and provides better default + settings for running on CI in this case. + * restores diversity to the outputs of from_type(type) + * drops support for Python 3.8, which reached end of life on 2024-10-07. + * Tue Feb 20 2024 jiangxinyu - 6.98.9-1 - Update package to version 6.98.9