|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: python-hypothesis
|
|
|
|
Name: python-hypothesis
|
|
|
|
Version: 6.6.0
|
|
|
|
Version: 6.14.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for property based testing
|
|
|
|
Summary: Library for property based testing
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -24,7 +24,10 @@ BuildRequires: %{py3_dist pexpect}
|
|
|
|
BuildRequires: %{py3_dist pytest}
|
|
|
|
BuildRequires: %{py3_dist pytest}
|
|
|
|
BuildRequires: %{py3_dist pytest-xdist}
|
|
|
|
BuildRequires: %{py3_dist pytest-xdist}
|
|
|
|
# RFE to use that file directly: https://bugzilla.redhat.com/show_bug.cgi?id=1936448
|
|
|
|
# RFE to use that file directly: https://bugzilla.redhat.com/show_bug.cgi?id=1936448
|
|
|
|
|
|
|
|
# optional test dependencies:
|
|
|
|
|
|
|
|
BuildRequires: %{py3_dist typing_extensions}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with doc}
|
|
|
|
%if %{with doc}
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build
|
|
|
|
BuildRequires: %{_bindir}/sphinx-build
|
|
|
|
BuildRequires: %{py3_dist sphinx-hoverxref}
|
|
|
|
BuildRequires: %{py3_dist sphinx-hoverxref}
|
|
|
@ -113,6 +116,10 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Miro Hrončok <mhroncok@redhat.com> - 6.14.3-1
|
|
|
|
|
|
|
|
- Update to 6.14.3
|
|
|
|
|
|
|
|
- Fixes: rhbz#1937016
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.6.0-4
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.6.0-4
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|