!10 upgrade the version to 3.14.1

From: @huyuqi2 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-14 07:44:39 +00:00 committed by Gitee
commit 2bc9cef3c1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
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 <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
- Update vertion to 3.10.1