Update to 3.2 (#1891378)

This commit is contained in:
Christian Heimes 2020-10-26 09:13:36 +01:00
commit 2abb980d58
3 changed files with 8 additions and 3 deletions

View file

@ -19,7 +19,7 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 3.1
Version: 3.2
Release: 1%{?dist}
Summary: PyCA's cryptography library
@ -170,6 +170,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%changelog
* Mon Oct 26 2020 Christian Heimes <cheimes@redhat.com> - 3.2-1
- Update to 3.2 (#1891378)
* Mon Sep 07 2020 Christian Heimes <cheimes@redhat.com> - 3.1-1
- Update to 3.1 (#1872978)