Update to 3.2.1 (#1892153)

This commit is contained in:
Christian Heimes 2020-10-28 07:28:58 +01:00
commit 0839b656a6
3 changed files with 8 additions and 3 deletions

View file

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