diff --git a/python-pynacl.spec b/python-pynacl.spec index 92bd543..6a9d3d7 100644 --- a/python-pynacl.spec +++ b/python-pynacl.spec @@ -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 - 1.3.0-8 +- Rebuilt for Python 3.9 + * Mon May 11 2020 Miro Hrončok - 1.3.0-7 - Fix build with hypothesis 5 (#1830961)