!39 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:49:38 +00:00 committed by Gitee
commit f7b605854e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -2,12 +2,12 @@
%global pypi_name pycryptodome %global pypi_name pycryptodome
Name: python-pycryptodome Name: python-pycryptodome
Version: 3.19.0 Version: 3.19.1
Release: 1 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/source/p/pycryptodome/pycryptodome-3.19.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
* Mon Sep 25 2023 xu_ping<707078654@qq.com> - 3.19.0-1 * Mon Sep 25 2023 xu_ping<707078654@qq.com> - 3.19.0-1
- upgrade to 3.19.0 - upgrade to 3.19.0