diff --git a/PyJWT-2.8.0.tar.gz b/PyJWT-2.8.0.tar.gz deleted file mode 100644 index ae21965375d8ec9470eba5026bf5f930b5c364e6..0000000000000000000000000000000000000000 Binary files a/PyJWT-2.8.0.tar.gz and /dev/null differ diff --git a/pyjwt-2.9.0.tar.gz b/pyjwt-2.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fa2fb4486589b42878435e5dd5e4045d5183811e Binary files /dev/null and b/pyjwt-2.9.0.tar.gz differ diff --git a/python-jwt.spec b/python-jwt.spec index f7b74170fb53c701a07098be16c864ae65bcc944..4d955495af991d6811767b070622bca389ee12e2 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,12 +1,12 @@ %global srcname jwt %bcond_without tests Name: python-jwt -Version: 2.8.0 +Version: 2.9.0 Release: 1 Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt -Source0: https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/fb/68/ce067f09fca4abeca8771fe667d89cc347d1e99da3e093112ac329c6020e/pyjwt-2.9.0.tar.gz BuildArch: noarch %if %{with tests} @@ -30,7 +30,7 @@ Requires: python%{python3_pkgversion}-cryptography %package_help %prep -%autosetup -n PyJWT-%{version} -p1 +%autosetup -n pyjwt-%{version} -p1 %build %py3_build @@ -53,6 +53,12 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Mon Aug 19 2024 lilu - 2.9.0-1 +- Update package to version 2.9.0: + - Add support for Python 3.12 + - Fix an unnecessary str concat + - Update jwt-api to accept either a string or list of strings for issuer validation + * Fri Jan 26 2024 chenhuihan - 2.8.0-1 - Update package to version 2.8.0: - export PyJWKClientConnectionError class