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)