!10 upgrade version to 3.3.1

From: @run-is-pig
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-02-07 09:14:34 +08:00 committed by Gitee
commit 42ac02ac22
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
cryptography-3.3.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: python-cryptography %global srcname cryptography
Version: 3.0 Name: python-%{srcname}
Release: 2 Version: 3.3.1
Release: 1
Summary: PyCA's cryptography library Summary: PyCA's cryptography library
License: ASL 2.0 or BSD License: ASL 2.0 or BSD
URL: https://cryptography.io/en/latest/ URL: https://cryptography.io/en/latest/
Source0: https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz Source0: %{pypi_source}
BuildRequires: openssl-devel BuildRequires: openssl-devel
@ -69,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%doc README.rst docs %doc README.rst docs
%changelog %changelog
* Mon Feb 1 2021 liudabo <liudabo1@huawei.com> - 3.3.1-1
- upgrade version to 3.3.1
* Tue Aug 11 2020 tianwei<tianwei12@huawei.com> -3.0-2 * Tue Aug 11 2020 tianwei<tianwei12@huawei.com> -3.0-2
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA