From 0cd04b20442b3f34001e1f8ccb14bec8aece9254 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 13:20:55 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-jwt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwt.spec b/python-jwt.spec index 5ffb7ba..a97b4fb 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -16,7 +16,7 @@ encrypted JSON objects.} Name: python-%{pkgname} Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -70,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose t %changelog +* Thu Jun 03 2021 Python Maint - 2.0.1-2 +- Rebuilt for Python 3.10 + * Mon Apr 26 2021 Jiri Popelka - 2.0.1-1 - Update to 2.0.1 - CLI and Python 2 support dropped in 2.0.0