!14 update to upstream version 6.79.0
From: @desert-sailor Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
c7ebf63a61
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}
|
||||
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 <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
|
||||
- Upgrade to 6.47.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user