!14 update to upstream version 6.79.0

From: @desert-sailor 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-06-25 08:12:27 +00:00 committed by Gitee
commit c7ebf63a61
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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