From 424114abb8c5e6b3980a8222eace5e20e831a0da Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 09:04:30 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-jwt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwt.spec b/python-jwt.spec index a97b7c8..9dc42d7 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -14,7 +14,7 @@ encrypted JSON objects.} Name: python-%{pkgname} Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -67,6 +67,9 @@ sed -e '/coverage/d' \ %changelog +* Tue Jun 14 2022 Python Maint - 2.4.0-2 +- Rebuilt for Python 3.11 + * Thu May 19 2022 Major Hayden - 2.4.0-1 - Update to 2.4.0 (#2085157) - Fix CVE-2022-29217 (#2088546)