diff --git a/pycryptodome-3.11.0.tar.gz b/pycryptodome-3.11.0.tar.gz new file mode 100644 index 0000000..8d5a997 Binary files /dev/null and b/pycryptodome-3.11.0.tar.gz differ diff --git a/pycryptodome-3.9.7.tar.gz b/pycryptodome-3.9.7.tar.gz deleted file mode 100644 index 5489cfe..0000000 Binary files a/pycryptodome-3.9.7.tar.gz and /dev/null differ diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 6cff978..1e328e8 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -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 - 3.11.0-1 +- update version to 3.11.0 + * Thu Jul 22 2021 shixuantong - 3.9.7-6 - remove gdb from BuildRequires - Be More specific on BSD and Apache license