From e2125cb7fcc82b32556ac24fd7fa3b7deca6769e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 02:36:26 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-pynacl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)