Upgrade the version of python-pycryptodomex to 3.14.1

This commit is contained in:
yuqi 2022-06-10 15:02:01 +00:00
parent 9ea2084d01
commit 1c4f123f77
3 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
pycryptodomex-3.14.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pycryptodomex Name: python-pycryptodomex
Version: 3.10.1 Version: 3.14.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/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 %description
PyCryptodome is a self-contained Python package of low-level cryptographic primitives. PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
@ -18,6 +19,9 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-pycryptodomex %description -n python3-pycryptodomex
PyCryptodome is a self-contained Python package of low-level cryptographic primitives. 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. PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
%prep %prep
%autosetup -n pycryptodomex-3.10.1 %autosetup -n pycryptodomex-%{version}
%build %build
%py3_build %py3_build
@ -69,9 +73,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitearch}/* %dir %{python3_sitearch}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %changelog
* Thu Jun 09 2022 OpenStack_SIG <openstack@openeuler.org> - 3.14.1-1
- Upgrade package python3-pycryptodomex to version 3.14.1
* Tue Aug 03 2021 OpenStack_SIG <openstack@openeuler.org> - 3.10.1-1 * Tue Aug 03 2021 OpenStack_SIG <openstack@openeuler.org> - 3.10.1-1
- Update vertion to 3.10.1 - Update vertion to 3.10.1