diff --git a/hypothesis-6.79.0.tar.gz b/hypothesis-6.79.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ae26e86e77e69a6e35d2a43c0a275381956b9112 Binary files /dev/null and b/hypothesis-6.79.0.tar.gz differ diff --git a/hypothesis-python-6.47.0.tar.gz b/hypothesis-python-6.47.0.tar.gz deleted file mode 100644 index 1d052f9d10d207de77ead20196b21021b0b8809b..0000000000000000000000000000000000000000 Binary files a/hypothesis-python-6.47.0.tar.gz and /dev/null differ diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 02464cd4ca32e162a802e544458d6ea2d356ae18..4cd6a315070f3df8bdb7c4c4f3ff7f818b3c50bb 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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 - 6.79.0-1 +- Upgrade package to version 6.79.0 + * Thu Jul 7 2022 wulei - 6.47.0-1 - Upgrade to 6.47.0