diff --git a/PyJWT-2.6.0.tar.gz b/PyJWT-2.6.0.tar.gz deleted file mode 100644 index fc9431de7dadc2f4ae02d6d5fa71646bb6f00629..0000000000000000000000000000000000000000 Binary files a/PyJWT-2.6.0.tar.gz and /dev/null differ diff --git a/python-jwt.spec b/python-jwt.spec index 8c773ee3527aa698795743a6b3a4d14570e73d39..09ec15b0c348d17d7924b842ad281d11233a3091 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,12 +1,12 @@ %global srcname jwt %bcond_without tests Name: python-jwt -Version: 2.6.0 +Version: 4.0.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/a2/6f/0a73aaf6264d764c1c3257c280fded3c26af35817fc6dcd8c3c3c0c7726c/python_jwt-4.0.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 python_jwt-%{version} -p1 %build %py3_build @@ -39,9 +39,7 @@ Requires: python%{python3_pkgversion}-cryptography %py3_install %check -%if %{with tests} %{__python3} -m pytest -%endif %files -n python%{python3_pkgversion}-jwt %license LICENSE @@ -53,6 +51,9 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Tue Feb 21 2023 wubijie - 4.0.0-1 +- Update package to version 4.0.0 + * Fri Jan 20 2023 chendh6 - 2.6.0-1 - upgrade version to 2.6.0 diff --git a/python_jwt-4.0.0.tar.gz b/python_jwt-4.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b807835469cb3200685069f2eb3869704a7cf7c Binary files /dev/null and b/python_jwt-4.0.0.tar.gz differ