diff --git a/PyJWT-2.7.0.tar.gz b/PyJWT-2.7.0.tar.gz deleted file mode 100644 index ddbd8c3..0000000 Binary files a/PyJWT-2.7.0.tar.gz and /dev/null differ diff --git a/PyJWT-2.8.0.tar.gz b/PyJWT-2.8.0.tar.gz new file mode 100644 index 0000000..ae21965 Binary files /dev/null and b/PyJWT-2.8.0.tar.gz differ diff --git a/python-jwt.spec b/python-jwt.spec index ca69c39..f7b7417 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,7 +1,7 @@ %global srcname jwt %bcond_without tests Name: python-jwt -Version: 2.7.0 +Version: 2.8.0 Release: 1 Summary: JSON Web Token implementation in Python License: MIT @@ -53,6 +53,12 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Fri Jan 26 2024 chenhuihan - 2.8.0-1 +- Update package to version 2.8.0: + - export PyJWKClientConnectionError class + - pre-autoupdate mirrors-mypy blacken-docs black + - allows passing of ssl.SSLContext to PyJWKClient + * Wed Jul 12 2023 sunhui - 2.7.0-1 - Update package to version 2.7.0