!7 update to 4.57.1

From: @lyn1001
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-20 09:57:31 +00:00 committed by Gitee
commit 7779cc6474
4 changed files with 7 additions and 14 deletions

View File

@ -1,10 +0,0 @@
--- hypothesis-python-3.12.0/docs/conf.py.orig 2017-07-06 23:59:48.000000000 -0700
+++ hypothesis-python-3.12.0/docs/conf.py 2017-07-10 22:27:58.643985059 -0700
@@ -40,7 +40,6 @@
'sphinx.ext.doctest',
'sphinx.ext.extlinks',
'sphinx.ext.viewcode',
- 'sphinx.ext.intersphinx',
]
templates_path = ['_templates']

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,11 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
Name: python-hypothesis Name: python-hypothesis
Version: 3.66.11 Version: 4.57.1
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
Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz Source0: https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-%{version}.tar.gz
Patch0: hypothesis-3.12.0-offline.patch
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildArch: noarch BuildArch: noarch
@ -46,6 +45,7 @@ Help document for the python-hypothesis
%prep %prep
%autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1 %autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
%build %build
%py2_build %py2_build
@ -72,5 +72,8 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
%{python3_sitelib}/hypothesis/ %{python3_sitelib}/hypothesis/
%changelog %changelog
* Mon Aug 16 2021 liyanan <liyanan32@huawei.com> - 4.57.1-1
- update to 4.57.1
* Thu Nov 28 2019 likexin<likexin4@huawei.com> - 3.66.11-2 * Thu Nov 28 2019 likexin<likexin4@huawei.com> - 3.66.11-2
- Package init - Package init