From 102a88f16f13f8cf1591062a3556327abb6fa351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 21:52:37 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-jwt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwt.spec b/python-jwt.spec index d09a323..dea62f8 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -3,7 +3,7 @@ Name: python-jwt Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -74,6 +74,9 @@ py.test-%{python3_version} --verbose %{_bindir}/pyjwt %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.6.1-2 +- Rebuilt for Python 3.7 + * Thu Apr 05 2018 Carl George - 1.6.1-1 - Latest upstream - Add patch0 to remove pytest-{cov,runner} deps