diff --git a/hypothesis-python-5.20.3.tar.gz b/hypothesis-python-6.47.0.tar.gz similarity index 53% rename from hypothesis-python-5.20.3.tar.gz rename to hypothesis-python-6.47.0.tar.gz index 228a43616a4ab0b214f862e065ecd6b831b7b1fe..1d052f9d10d207de77ead20196b21021b0b8809b 100644 Binary files a/hypothesis-python-5.20.3.tar.gz and b/hypothesis-python-6.47.0.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index dd5813a5c3b878f9cf8ddd350d3357b86f591541..02464cd4ca32e162a802e544458d6ea2d356ae18 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 5.20.3 -Release: 2 +Version: 6.47.0 +Release: 1 Summary: based testing for python code License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis-python @@ -39,22 +39,25 @@ sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py %build %py3_build -PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man %install %py3_install -%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1 %files help -%{_mandir}/man1/hypothesis.1* %doc README.rst %files -n python3-hypothesis %doc ../LICENSE.txt +%{python3_sitelib}/_hypothesis_pytestplugin.py +%{python3_sitelib}/__pycache__/_hypothesis_pytestplugin*.pyc +%{_bindir}/hypothesis %{python3_sitelib}/hypothesis-*.egg-info %{python3_sitelib}/hypothesis/ %changelog +* Thu Jul 7 2022 wulei - 6.47.0-1 +- Upgrade to 6.47.0 + * Tue Mar 2 2021 lingsheng - 5.20.3-2 - Disable Sphinx extensions that require Internet access