Update to 5.20.3

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 5 years ago
parent 8af63a5a7a
commit f0f6d4d91e

2
.gitignore vendored

@ -1 +1 @@
/hypothesis-5.15.1.tar.gz
/hypothesis-5.20.3.tar.gz

@ -1,8 +1,8 @@
%global srcname hypothesis
Name: python-%{srcname}
Version: 5.15.1
Release: 3%{?dist}
Version: 5.20.3
Release: 1%{?dist}
Summary: Library for property based testing
License: MPLv2.0
@ -49,6 +49,7 @@ BuildRequires: python3dist(pandas)
BuildRequires: python3dist(pexpect)
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pytest-xdist)
BuildRequires: python3dist(typing-extensions)
%endif
Requires: python%{python3_version}dist(sortedcontainers)
Suggests: python%{python3_version}dist(pytz) >= 2014.1
@ -94,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt
%endif
%changelog
* Tue Jul 21 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.20.3-1
- Update to 5.20.3
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 5.15.1-3
- Rebuilt for Python 3.9

@ -1 +1 @@
SHA512 (hypothesis-5.15.1.tar.gz) = d3fdc2ec2d66353da2ee790eae8ecef0bf168320a90556b5877844af975765c1da37a104765a3ca07e3143621be5cb01acfa7d19cc3222a52a0cd6eb63f6c0be
SHA512 (hypothesis-5.20.3.tar.gz) = 2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89

Loading…
Cancel
Save