Upgrade to version 6.79.0
This commit is contained in:
parent
0213a93c4e
commit
b2271ca5a4
BIN
hypothesis-6.79.0.tar.gz
Normal file
BIN
hypothesis-6.79.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user