diff --git a/PyJWT-2.0.1.tar.gz b/PyJWT-2.0.1.tar.gz deleted file mode 100644 index 0a10362..0000000 Binary files a/PyJWT-2.0.1.tar.gz and /dev/null differ diff --git a/PyJWT-2.3.0.tar.gz b/PyJWT-2.3.0.tar.gz new file mode 100644 index 0000000..5e1baf4 Binary files /dev/null and b/PyJWT-2.3.0.tar.gz differ diff --git a/python-jwt.spec b/python-jwt.spec index 57db1bf..eafc23b 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,7 +1,7 @@ %global srcname jwt %bcond_with tests Name: python-jwt -Version: 2.0.1 +Version: 2.3.0 Release: 1 Summary: JSON Web Token implementation in Python License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Wed Nov 24 2021 liudabo - 2.3.0-1 +- upgrade version to 2.3.0 + * Tue Jul 13 2021 huangtianhua - 2.0.1-1 - Upgrade to 2.0.1 to support OpenStack-W