diff --git a/hypothesis-3.12.0-offline.patch b/hypothesis-3.12.0-offline.patch deleted file mode 100644 index 3da71574fd0c80531614f9366c28dddbefeb48d5..0000000000000000000000000000000000000000 --- a/hypothesis-3.12.0-offline.patch +++ /dev/null @@ -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'] diff --git a/hypothesis-3.66.11.tar.gz b/hypothesis-3.66.11.tar.gz deleted file mode 100644 index 0b2c517c2155c87f6d3e98a03d0838345c2003aa..0000000000000000000000000000000000000000 Binary files a/hypothesis-3.66.11.tar.gz and /dev/null differ diff --git a/hypothesis-python-4.57.1.tar.gz b/hypothesis-python-4.57.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..88841c1b72c0bea392be5df843093dd07856ba8d Binary files /dev/null and b/hypothesis-python-4.57.1.tar.gz differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a5d14e6df3955a6f1fcb242c9d6e5dc331d342b8..c2828bdf75990f4ae629d76c36a7290daf375d8c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,12 +1,11 @@ %{?python_enable_dependency_generator} Name: python-hypothesis -Version: 3.66.11 -Release: 2 +Version: 4.57.1 +Release: 1 Summary: based testing for python code License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis-python -Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz -Patch0: hypothesis-3.12.0-offline.patch +Source0: https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-%{version}.tar.gz BuildRequires: python-sphinx BuildArch: noarch @@ -46,6 +45,7 @@ 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 %build %py2_build @@ -72,5 +72,8 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man %{python3_sitelib}/hypothesis/ %changelog +* Mon Aug 16 2021 liyanan - 4.57.1-1 +- update to 4.57.1 + * Thu Nov 28 2019 likexin - 3.66.11-2 - Package init