Update to 3.3.1 (#1905756)

This commit is contained in:
Christian Heimes 2020-12-10 09:51:20 +01:00
commit 2d60d5642f
3 changed files with 8 additions and 3 deletions

View file

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