Upgrade to 6.47.0

This commit is contained in:
wu-leilei 2022-07-08 11:19:09 +08:00
parent 43654dc04f
commit 952298701f
2 changed files with 8 additions and 5 deletions

View File

@ -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 <wulei80@h-partners.com> - 6.47.0-1
- Upgrade to 6.47.0
* Tue Mar 2 2021 lingsheng<lingsheng@huawei.com> - 5.20.3-2
- Disable Sphinx extensions that require Internet access