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