Update to 36.0.0, fixes RHBZ#2025347
This commit is contained in:
parent
0d7db7d607
commit
726f08f3c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -41,3 +41,5 @@
|
||||
/cryptography-3.4.7-vendor.tar.bz2
|
||||
/cryptography-35.0.0.tar.gz
|
||||
/cryptography-35.0.0-vendor.tar.bz2
|
||||
/cryptography-36.0.0.tar.gz
|
||||
/cryptography-36.0.0-vendor.tar.bz2
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global pyo3_version 0.13.1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 35.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 36.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
License: ASL 2.0 or BSD
|
||||
@ -117,6 +117,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
|
||||
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Nov 22 2021 Christian Heimes <cheimes@redhat.com> - 36.0.0-1
|
||||
- Update to 36.0.0, fixes RHBZ#2025347
|
||||
|
||||
* Thu Sep 30 2021 Christian Heimes <cheimes@redhat.com> - 35.0.0-2
|
||||
- Require rust-asn1 >= 0.6.4
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cryptography-35.0.0.tar.gz) = b52b71ced261263e5a9e5856e3fb76b284bba4924160f6e8ad585f6148f79846a3e15d05fc8585020ec00b1e35114fbb0129bdc3acdabf1c60bb4d935767eb30
|
||||
SHA512 (cryptography-35.0.0-vendor.tar.bz2) = 2ee028dd6227b83f799bb3f177aefe08c030161a6e50682812b9cc518cd8df1abb65ff87e6c8cc93ecf83313de22af73394a4d4a8941bf54029b002b607fb28f
|
||||
SHA512 (cryptography-36.0.0.tar.gz) = ed000877a205312733d1a03de7fada0847fd66ec26dce8e7f1bdc51f96b90ddd423c630ff949120b3c775ad3445b41fb3b74e38b0f673b0484c3ea9e38423453
|
||||
SHA512 (cryptography-36.0.0-vendor.tar.bz2) = b381c850f6ab346cdf6c0764e88ee3fc3cae132f83742059993574de540e40322892f28ae3c813b34cb5648995e9f4fa0eeb7991aa84ced155fe3e1a1d236cd0
|
||||
|
Loading…
Reference in New Issue
Block a user