!26 [sync] PR-25: update version to 3.11.0

Merge pull request !26 from openeuler-sync-bot/sync-pr25-master-to-openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-20 13:57:52 +00:00 committed by Gitee
commit d62a876540
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
Name: python-pycryptodome
Version: 3.9.7
Release: 6
Version: 3.11.0
Release: 1
Summary: Cryptographic library for Python
License: BSD 2-Clause and Public Domain and Apache-2.0
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
PyCryptodome is a self-contained Python package of low-level
@ -69,13 +69,15 @@ BuildRequires: gcc
%files -n python3-%{pypi_name}
%doc AUTHORS.rst Changelog.rst README.rst
%license LICENSE.rst
%{python3_sitearch}/Crypto
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%{python3_sitearch}
%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/RSA/*.pem
%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
- remove gdb from BuildRequires
- Be More specific on BSD and Apache license