From 94ff5e45ad39b4fc414600d00cab370e704637c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:16:41 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-jwcrypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index d431446..9d1d17e 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -16,7 +16,7 @@ Name: python-%{srcname} Version: 0.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Implements JWK, JWS, JWE specifications using python-cryptography License: LGPLv3+ @@ -122,6 +122,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/tests{,-cookbook}.* %changelog +* Thu Oct 03 2019 Miro HronĨok - 0.6.0-6 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Thu Aug 29 2019 Christian Heimes - 0.6.0-5 - Remove Python 2 subpackages from F32+ - Resolves: RHBZ #1746760