diff --git a/jwcrypto-0.5.0.tar.gz b/jwcrypto-0.5.0.tar.gz deleted file mode 100644 index 94228a4..0000000 Binary files a/jwcrypto-0.5.0.tar.gz and /dev/null differ diff --git a/jwcrypto-0.9.1.tar.gz b/jwcrypto-0.9.1.tar.gz new file mode 100644 index 0000000..cb7c835 Binary files /dev/null and b/jwcrypto-0.9.1.tar.gz differ diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index f7be831..26efe1d 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,6 +1,6 @@ Name: python-jwcrypto -Version: 0.5.0 -Release: 4 +Version: 0.9.1 +Release: 1 Summary: Implements JWK, JWS, JWE specifications with python-cryptography License: LGPLv3+ URL: https://github.com/latchset/jwcrypto @@ -8,7 +8,8 @@ Source0: https://github.com/latchset/jwcrypto/releases/download/v%{versio BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools -BuildRequires: python%{python3_pkgversion}-cryptography >= 1.5 python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-cryptography >= 1.5 python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-deprecated %description Implements JWK, JWS, JWE specifications with python-cryptography @@ -41,5 +42,8 @@ Implements JWK, JWS, JWE specifications using python-cryptography %{python3_sitelib}/jwcrypto-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jul 05 2022 SimpleUpdate Robot - 0.9.1-1 +- Upgrade to version 0.9.1 + * Fri Apr 17 2020 lizhenhua - 0.5.0-4 - Package init