Update to 3.0 (#185897)

This commit is contained in:
Christian Heimes 2020-07-21 08:06:29 +02:00
commit 799485870e
3 changed files with 9 additions and 4 deletions

View file

@ -19,8 +19,8 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 2.9
Release: 3%{?dist}
Version: 3.0
Release: 1%{?dist}
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
@ -170,6 +170,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%changelog
* Tue Jul 21 2020 Christian Heimes <cheimes@redhat.com> - 3.0-1
- Update to 3.0 (#185897)
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9-3
- Rebuilt for Python 3.9