Update to 3.4.4 (#1927044)

This commit is contained in:
Christian Heimes 2021-02-10 10:59:27 +01:00
commit e3b20e8f26
3 changed files with 8 additions and 3 deletions

View file

@ -6,7 +6,7 @@
%global pyo3_version 0.13.1
Name: python-%{srcname}
Version: 3.4.2
Version: 3.4.4
Release: 1%{?dist}
Summary: PyCA's cryptography library
@ -92,6 +92,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
%changelog
* Wed Feb 10 2021 Christian Heimes <cheimes@redhat.com> - 3.4.4-1
- Update to 3.4.4 (#1927044)
* Mon Feb 08 2021 Christian Heimes <cheimes@redhat.com> - 3.4.2-1
- Update to 3.4.2 (#1926339)
- Package no longer depends on Rust (#1926181)