!40 Upgrade to version 3.19.1 for fix CVE-2023-52323

From: @wk333 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-01-09 08:50:13 +00:00 committed by Gitee
commit 4302bc22f9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pycryptodome-3.19.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global pypi_name pycryptodome %global pypi_name pycryptodome
Name: python-pycryptodome Name: python-pycryptodome
Version: 3.11.0 Version: 3.19.1
Release: 2 Release: 1
Summary: Cryptographic library for Python Summary: Cryptographic library for Python
License: BSD 2-Clause and Public Domain and Apache-2.0 License: BSD-2-Clause and Public Domain and Apache-2.0
URL: https://www.pycryptodome.org URL: https://www.pycryptodome.org
Source0: https://files.pythonhosted.org/packages/64/ab/f2b4059ddf59bffbdbb4bdb60a6729c6c1de5eea1ef186d5a633ae12db3b/pycryptodome-3.11.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-%{version}.tar.gz
%description %description
PyCryptodome is a self-contained Python package of low-level PyCryptodome is a self-contained Python package of low-level
@ -78,6 +78,9 @@ BuildRequires: gcc
%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem %exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem
%changelog %changelog
* Tue Jan 09 2024 wangkai <13474090681@163.com> - 3.19.1-1
- Upgrade to version 3.19.1 for fix CVE-2023-52323
* Fri Jul 01 2022 wangjiang <wangjiang37@h-partners.com> - 3.11.0-2 * Fri Jul 01 2022 wangjiang <wangjiang37@h-partners.com> - 3.11.0-2
- enable check test suite - enable check test suite