upgrade version to 3.3.1

This commit is contained in:
renmingshuai 2021-02-01 14:38:23 +08:00 committed by yeah_wang
parent b2b233c34f
commit 5e91e034e1
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
Version: 3.0
Release: 2
%global srcname cryptography
Name: python-%{srcname}
Version: 3.3.1
Release: 1
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
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
@ -69,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%doc README.rst docs
%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
- Type:enhancement
- ID:NA