Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-24 02:36:26 +02:00
parent 627f9318ab
commit e2125cb7fc
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: python-%{modname}
Version: 1.3.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Python binding to the Networking and Cryptography (NaCl) library
License: ASL 2.0
@ -75,6 +75,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
%{python3_sitearch}/nacl/
%changelog
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-8
- Rebuilt for Python 3.9
* Mon May 11 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-7
- Fix build with hypothesis 5 (#1830961)