|
|
@ -1,5 +1,20 @@
|
|
|
|
|
|
|
|
%if 0%{?el9}
|
|
|
|
|
|
|
|
%bcond_without bootstrap
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
|
|
|
# Needs pytest and others, but hypothesis is built sooner than pytest when bootstrapping
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
%bcond_with doc
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
%bcond_without doc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-hypothesis
|
|
|
|
Name: python-hypothesis
|
|
|
|
Version: 6.24.2
|
|
|
|
Version: 6.36.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Library for property based testing
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
|
@ -9,10 +24,6 @@ Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
# Needs pytest and others, but hypothesis is built sooner than pytest when bootstrapping
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
%bcond_without doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: pyproject-rpm-macros >= 0-43
|
|
|
|
BuildRequires: pyproject-rpm-macros >= 0-43
|
|
|
|
|
|
|
|
|
|
|
@ -109,6 +120,8 @@ k="$k and not test_data_frames_with_timestamp_columns"
|
|
|
|
%files -n python%{python3_pkgversion}-hypothesis -f %{pyproject_files}
|
|
|
|
%files -n python%{python3_pkgversion}-hypothesis -f %{pyproject_files}
|
|
|
|
%license ../LICENSE.txt
|
|
|
|
%license ../LICENSE.txt
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
|
|
|
|
%{python3_sitelib}/_hypothesis_pytestplugin.py
|
|
|
|
|
|
|
|
%{python3_sitelib}/__pycache__/_hypothesis_pytestplugin*.pyc
|
|
|
|
%{_bindir}/hypothesis
|
|
|
|
%{_bindir}/hypothesis
|
|
|
|
%if %{with doc}
|
|
|
|
%if %{with doc}
|
|
|
|
%{_mandir}/man1/hypothesis.1*
|
|
|
|
%{_mandir}/man1/hypothesis.1*
|
|
|
|