diff --git a/PyJWT-1.7.1.tar.gz b/PyJWT-1.7.1.tar.gz deleted file mode 100644 index 2ce6449..0000000 Binary files a/PyJWT-1.7.1.tar.gz and /dev/null differ diff --git a/PyJWT-2.0.0.tar.gz b/PyJWT-2.0.0.tar.gz new file mode 100644 index 0000000..80aae82 Binary files /dev/null and b/PyJWT-2.0.0.tar.gz differ diff --git a/python-jwt.spec b/python-jwt.spec index ce21786..7eb727f 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,12 +1,12 @@ %global srcname jwt %bcond_with tests Name: python-jwt -Version: 1.7.1 -Release: 3 +Version: 2.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-1.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz BuildArch: noarch %if %{with tests} BuildRequires: python3-pytest python3-pytest-cov python3-pytest-runner @@ -43,19 +43,25 @@ Requires: python%{python3_pkgversion}-cryptography %endif %files -n python%{python3_pkgversion}-jwt -%license LICENSE AUTHORS +%license LICENSE %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/*.egg-info -%{_bindir}/pyjwt +#%{_bindir}/pyjwt %files help %doc README.rst %changelog -* Fri Oct 30 2020 wuchaochao - 1.7.1-3 -- Type:bufix -- CVE:NA +* Tue Feb 02 2021 shixuantong - 2.0.0-1 +- Type:enhancement +- ID:NA - SUG:NA +- DESC:upgrade version to 2.0.0 + +* Fri Oct 30 2020 wuchaochao - 1.7.1-3t +- Type:bufixt +- CVE:NAt +- SUG:NAt - DESC:remove python2 * Fri Oct 11 2019 yefei - 1.7.1-2