diff --git a/pycryptodomex-3.10.1.tar.gz b/pycryptodomex-3.10.1.tar.gz deleted file mode 100644 index ec3d648..0000000 Binary files a/pycryptodomex-3.10.1.tar.gz and /dev/null differ diff --git a/pycryptodomex-3.14.1.tar.gz b/pycryptodomex-3.14.1.tar.gz new file mode 100644 index 0000000..b1194d5 Binary files /dev/null and b/pycryptodomex-3.14.1.tar.gz differ diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index 0984569..60f497e 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-pycryptodomex -Version: 3.10.1 +Version: 3.14.1 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/82/e2/a0f9f5452a59bafaa3420585f22b58a8566c4717a88c139af2276bb5695d/pycryptodomex-3.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/24/40/e249ac3845a2333ce50f1bb02299ffb766babdfe80ca9d31e0158ad06afd/pycryptodomex-3.14.1.tar.gz + %description PyCryptodome is a self-contained Python package of low-level cryptographic primitives. @@ -18,6 +19,9 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-pycryptodomex PyCryptodome is a self-contained Python package of low-level cryptographic primitives. @@ -29,7 +33,7 @@ Provides: python3-pycryptodomex-doc PyCryptodome is a self-contained Python package of low-level cryptographic primitives. %prep -%autosetup -n pycryptodomex-3.10.1 +%autosetup -n pycryptodomex-%{version} %build %py3_build @@ -69,9 +73,12 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitearch}/* %files help -f doclist.lst -%{_pkgdocdir} +%{_docdir}/* %changelog +* Thu Jun 09 2022 OpenStack_SIG - 3.14.1-1 +- Upgrade package python3-pycryptodomex to version 3.14.1 + * Tue Aug 03 2021 OpenStack_SIG - 3.10.1-1 - Update vertion to 3.10.1