Update to 3.4.1 (#1925953)
This commit is contained in:
parent
5a77f343f8
commit
b5705ea483
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,3 +27,5 @@
|
||||
/cryptography-3.3.1.tar.gz.asc
|
||||
/cryptography-3.4.tar.gz
|
||||
/cryptography-3.4.tar.gz.asc
|
||||
/cryptography-3.4.1.tar.gz
|
||||
/cryptography-3.4.1.tar.gz.asc
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global pyo3_version 0.13.1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 3.4
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
License: ASL 2.0 or BSD
|
||||
@ -91,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
|
||||
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sun Feb 07 2021 Christian Heimes <cheimes@redhat.com> - 3.4.1-1
|
||||
- Update to 3.4.1 (#1925953)
|
||||
|
||||
* Sun Feb 07 2021 Christian Heimes <cheimes@redhat.com> - 3.4-2
|
||||
- Add missing abi3 and pytest dependencies
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cryptography-3.4.tar.gz) = 5d0d1b62d67e1722f19810738dcae7a9d9ca8b228c06b334486c37d836f20a37332aa59b975d0e4154e4ae91e18546280faf6e18bef8230da42948bc02920c9f
|
||||
SHA512 (cryptography-3.4.tar.gz.asc) = c26828fffa3db224d24dc1e4937bdd6061548e53d51a772743570e3896e9f1d0810fcafc8b6ad45c75ac8ebca6e97bf7a86c2de5133438856e6b8a3cafbc22e0
|
||||
SHA512 (cryptography-3.4.1.tar.gz) = 929cfceeb9ebfd4f14236678235f10c9de42b8c12750f03f8c52d6ff77d43784dd17acfa2145bce27fd59e346191b05840c7d4f68efcf8648d375c1e6b70ab48
|
||||
SHA512 (cryptography-3.4.1.tar.gz.asc) = 804603f18468ba21155974b43ac117bad9d33913b78336326387c29a4074a0e3dc848a4b2f9ebfe0c3ea561b806ee2172668076f60ef4a5d00ba9354c4c37139
|
||||
|
Loading…
Reference in New Issue
Block a user