Package upgrade

This commit is contained in:
wk333 2022-07-05 11:38:00 +08:00
parent 9106764c1b
commit bc1f6c9795
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
jwcrypto-0.9.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-jwcrypto Name: python-jwcrypto
Version: 0.5.0 Version: 0.9.1
Release: 4 Release: 1
Summary: Implements JWK, JWS, JWE specifications with python-cryptography Summary: Implements JWK, JWS, JWE specifications with python-cryptography
License: LGPLv3+ License: LGPLv3+
URL: https://github.com/latchset/jwcrypto URL: https://github.com/latchset/jwcrypto
@ -9,6 +9,7 @@ Source0: https://github.com/latchset/jwcrypto/releases/download/v%{versio
BuildArch: noarch BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools 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 %description
Implements JWK, JWS, JWE specifications with python-cryptography 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 %{python3_sitelib}/jwcrypto-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Tue Jul 05 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.9.1-1
- Upgrade to version 0.9.1
* Fri Apr 17 2020 lizhenhua <lizhenhua21@huawei.com> - 0.5.0-4 * Fri Apr 17 2020 lizhenhua <lizhenhua21@huawei.com> - 0.5.0-4
- Package init - Package init