Upgrade to version 6.79.0

This commit is contained in:
desert-sailor 2023-06-18 09:31:33 +08:00
parent 0213a93c4e
commit b2271ca5a4
3 changed files with 10 additions and 8 deletions

BIN
hypothesis-6.79.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?python_enable_dependency_generator}
Name: python-hypothesis
Version: 6.47.0
Version: 6.79.0
Release: 1
Summary: based testing for python code
License: MPLv2.0
URL: https://github.com/HypothesisWorks/hypothesis-python
Source0: https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-%{version}.tar.gz
URL: https://github.com/HypothesisWorks/hypothesis
Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz
BuildRequires: python-sphinx
BuildArch: noarch
@ -34,8 +34,7 @@ Summary: help document for the python-hypothesis
Help document for the python-hypothesis
%prep
%autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
%autosetup -n hypothesis-%{version} -p1
%build
%py3_build
@ -47,14 +46,17 @@ sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
%doc README.rst
%files -n python3-hypothesis
%doc ../LICENSE.txt
%{python3_sitelib}/_hypothesis_pytestplugin.py
%{python3_sitelib}/__pycache__/_hypothesis_pytestplugin*.pyc
%license LICENSE.txt
%{python3_sitelib}/_hypothesis_*.py
%{python3_sitelib}/__pycache__/_hypothesis_*.pyc
%{_bindir}/hypothesis
%{python3_sitelib}/hypothesis-*.egg-info
%{python3_sitelib}/hypothesis/
%changelog
* Sun Jun 18 2023 Dongxing Wang <dxwangk@isoftstone.com> - 6.79.0-1
- Upgrade package to version 6.79.0
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 6.47.0-1
- Upgrade to 6.47.0