Update to 3.4.2 (#1926339)

Package no longer depends on Rust (#1926181)
This commit is contained in:
Christian Heimes 2021-02-08 17:51:03 +01:00
commit 8fd31561e0
3 changed files with 10 additions and 4 deletions

View file

@ -6,8 +6,8 @@
%global pyo3_version 0.13.1
Name: python-%{srcname}
Version: 3.4.1
Release: 2%{?dist}
Version: 3.4.2
Release: 1%{?dist}
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
@ -92,6 +92,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
%changelog
* 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)
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 3.4.1-2
- Use dynamically generated BuildRequires for PyO3 Rust module.
- Drop unnecessary CARGO_NET_OFFLINE environment variable.