Upgrade to 1.4.2 for fix CVE-2022-3102

This commit is contained in:
starlet-dx 2023-12-20 17:34:30 +08:00
parent 412f04c838
commit b0a6dcf1da
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
jwcrypto-1.4.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-jwcrypto Name: python-jwcrypto
Version: 0.9.1 Version: 1.4.2
Release: 1 Release: 1
Summary: Implements JWK, JWS, JWE specifications with python-cryptography Summary: Implements JWK, JWS, JWE specifications with python-cryptography
License: LGPLv3+ License: LGPLv3+
@ -8,7 +8,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 >= 2.3 python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-deprecated BuildRequires: python%{python3_pkgversion}-deprecated
%description %description
@ -16,7 +16,7 @@ Implements JWK, JWS, JWE specifications with python-cryptography
%package -n python%{python3_pkgversion}-jwcrypto %package -n python%{python3_pkgversion}-jwcrypto
Summary: Implements JWK, JWS, JWE specifications with python-cryptography Summary: Implements JWK, JWS, JWE specifications with python-cryptography
Requires: python%{python3_pkgversion}-cryptography >= 1.5 Requires: python%{python3_pkgversion}-cryptography >= 2.3
%{?python_provide:%python_provide python%{python3_pkgversion}-jwcrypto} %{?python_provide:%python_provide python%{python3_pkgversion}-jwcrypto}
%description -n python%{python3_pkgversion}-jwcrypto %description -n python%{python3_pkgversion}-jwcrypto
Implements JWK, JWS, JWE specifications using python-cryptography Implements JWK, JWS, JWE specifications using python-cryptography
@ -42,6 +42,9 @@ 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
* Wed Dec 20 2023 yaoxin <yao_xin001@hoperun.com> - 1.4.2-1
- Upgrade to 1.4.2 for fix CVE-2022-3102
* Tue Jul 05 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.9.1-1 * Tue Jul 05 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.9.1-1
- Upgrade to version 0.9.1 - Upgrade to version 0.9.1