From d3494625c9954d8acb94fe2ba614e1aaa62702fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:16:44 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-jwt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwt.spec b/python-jwt.spec index 95f3266..2ffebe3 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -21,7 +21,7 @@ encrypted JSON objects.} Name: python-%{pkgname} Version: 1.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -104,6 +104,9 @@ rm setup.cfg %changelog +* Thu Oct 03 2019 Miro HronĨok - 1.7.1-6 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Thu Aug 29 2019 Carl George - 1.7.1-5 - Disable python2 subpackage on F32+ rhbz#1744643