Update to 5.15.1
Upstream now verifies against Python 3.9 pre-releases in CI
This commit is contained in:
parent
13b568d3fd
commit
3389ab1bbc
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/hypothesis-5.13.1.tar.gz
|
||||
/hypothesis-5.14.0.tar.gz
|
||||
/hypothesis-5.15.1.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname hypothesis
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 5.14.0
|
||||
Version: 5.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for property based testing
|
||||
|
||||
@ -94,6 +94,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.15.1-1
|
||||
- Update to 5.15.1
|
||||
- Upstream now verifies against Python 3.9 pre-releases in CI
|
||||
|
||||
* Sat May 16 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.14.0-1
|
||||
- Update to 5.14.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-5.14.0.tar.gz) = b4726fc1047613825e901b38597731cfd1b09e43b71cab172f7c892c97cca22450378434c0f1be9abd4061a80f68dd693fb13cd972c0a3dbc237e7fad1a50d9a
|
||||
SHA512 (hypothesis-5.15.1.tar.gz) = d3fdc2ec2d66353da2ee790eae8ecef0bf168320a90556b5877844af975765c1da37a104765a3ca07e3143621be5cb01acfa7d19cc3222a52a0cd6eb63f6c0be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user