!10 Upgrade to 1.4.2 for fix CVE-2022-3102

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-12-22 07:54:54 +00:00 committed by Gitee
commit cd92990b25
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 0.9.1
Version: 1.4.2
Release: 1
Summary: Implements JWK, JWS, JWE specifications with python-cryptography
License: LGPLv3+
@ -8,7 +8,7 @@ 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 >= 2.3 python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-deprecated
%description
@ -16,7 +16,7 @@ Implements JWK, JWS, JWE specifications with python-cryptography
%package -n python%{python3_pkgversion}-jwcrypto
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}
%description -n python%{python3_pkgversion}-jwcrypto
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
%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
- Upgrade to version 0.9.1