!11 python-hypothesis升级至6.47.0版本
From: @wu-leilei Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
0213a93c4e
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 5.20.3
|
Version: 6.47.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: based testing for python code
|
Summary: based testing for python code
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://github.com/HypothesisWorks/hypothesis-python
|
URL: https://github.com/HypothesisWorks/hypothesis-python
|
||||||
@ -39,22 +39,25 @@ sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/hypothesis.1*
|
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%files -n python3-hypothesis
|
%files -n python3-hypothesis
|
||||||
%doc ../LICENSE.txt
|
%doc ../LICENSE.txt
|
||||||
|
%{python3_sitelib}/_hypothesis_pytestplugin.py
|
||||||
|
%{python3_sitelib}/__pycache__/_hypothesis_pytestplugin*.pyc
|
||||||
|
%{_bindir}/hypothesis
|
||||||
%{python3_sitelib}/hypothesis-*.egg-info
|
%{python3_sitelib}/hypothesis-*.egg-info
|
||||||
%{python3_sitelib}/hypothesis/
|
%{python3_sitelib}/hypothesis/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 2 2021 lingsheng<lingsheng@huawei.com> - 5.20.3-2
|
||||||
- Disable Sphinx extensions that require Internet access
|
- Disable Sphinx extensions that require Internet access
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user