update version to 3.11.0

(cherry picked from commit bdf1726e122e6f67e75302fe6b4b38a2f1029855)
This commit is contained in:
桐小哥 2021-12-09 08:22:19 +00:00 committed by openeuler-sync-bot
parent b2c373019e
commit 086be501ff
3 changed files with 7 additions and 5 deletions

BIN
pycryptodome-3.11.0.tar.gz Normal file

Binary file not shown.

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.9.7 Version: 3.11.0
Release: 6 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/69/2a/298b2689bee8e88c502c7e85ba1c9f07c7e182ea91c705c449f693056c9f/pycryptodome-3.9.7.tar.gz Source0: https://files.pythonhosted.org/packages/64/ab/f2b4059ddf59bffbdbb4bdb60a6729c6c1de5eea1ef186d5a633ae12db3b/pycryptodome-3.11.0.tar.gz
%description %description
PyCryptodome is a self-contained Python package of low-level PyCryptodome is a self-contained Python package of low-level
@ -69,13 +69,15 @@ BuildRequires: gcc
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%doc AUTHORS.rst Changelog.rst README.rst %doc AUTHORS.rst Changelog.rst README.rst
%license LICENSE.rst %license LICENSE.rst
%{python3_sitearch}/Crypto %{python3_sitearch}
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.pem %exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.pem
%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.der %exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.der
%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem %exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem
%changelog %changelog
* Thu Dec 09 2021 shixuantong<shixuantong@huawei.com> - 3.11.0-1
- update version to 3.11.0
* Thu Jul 22 2021 shixuantong<shixuantong@huawei.com> - 3.9.7-6 * Thu Jul 22 2021 shixuantong<shixuantong@huawei.com> - 3.9.7-6
- remove gdb from BuildRequires - remove gdb from BuildRequires
- Be More specific on BSD and Apache license - Be More specific on BSD and Apache license