diff --git a/PyJWT-2.0.0.tar.gz b/PyJWT-2.0.0.tar.gz deleted file mode 100644 index 80aae82..0000000 Binary files a/PyJWT-2.0.0.tar.gz and /dev/null differ diff --git a/PyJWT-2.0.1.tar.gz b/PyJWT-2.0.1.tar.gz new file mode 100644 index 0000000..0a10362 Binary files /dev/null and b/PyJWT-2.0.1.tar.gz differ diff --git a/python-jwt.spec b/python-jwt.spec index 7eb727f..57db1bf 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.0 +Version: 2.0.1 Release: 1 Summary: JSON Web Token implementation in Python License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Tue Jul 13 2021 huangtianhua - 2.0.1-1 +- Upgrade to 2.0.1 to support OpenStack-W + * Tue Feb 02 2021 shixuantong - 2.0.0-1 - Type:enhancement - ID:NA