Update to 6.14.3

epel9
Miro Hrončok 4 years ago
parent aede55457e
commit fad29d13d9

@ -1,6 +1,6 @@
Name: python-hypothesis
Version: 6.6.0
Release: 4%{?dist}
Version: 6.14.3
Release: 1%{?dist}
Summary: Library for property based testing
License: MPLv2.0
@ -24,7 +24,10 @@ BuildRequires: %{py3_dist pexpect}
BuildRequires: %{py3_dist pytest}
BuildRequires: %{py3_dist pytest-xdist}
# RFE to use that file directly: https://bugzilla.redhat.com/show_bug.cgi?id=1936448
# optional test dependencies:
BuildRequires: %{py3_dist typing_extensions}
%endif
%if %{with doc}
BuildRequires: %{_bindir}/sphinx-build
BuildRequires: %{py3_dist sphinx-hoverxref}
@ -113,6 +116,10 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
%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
- Rebuilt for Python 3.10

@ -1 +1 @@
SHA512 (hypothesis-6.6.0.tar.gz) = a446b4a11c6ee013225bfcd58e26efc6c9d867545d9bcf90a19468cb01fc5e2c5a7280ff9a80d4a1adbfe06dd155df6152941d5f53869d85e1d259e68a33a5e2
SHA512 (hypothesis-6.14.3.tar.gz) = 1722c5dcf1eb7375fd09d4208851826582808449fcaaa0345f1461d9a531961500a9c888bec5a457efbbb34f8178464b3358a3187b94bb5c783af42b4e7287ce

Loading…
Cancel
Save