Update to 2.8
Resolves: rhbz#1762779
This commit is contained in:
parent
16edebe9b7
commit
004fe01826
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/cryptography-2.5.tar.gz
|
/cryptography-2.5.tar.gz
|
||||||
/cryptography-2.6.1.tar.gz
|
/cryptography-2.6.1.tar.gz
|
||||||
/cryptography-2.7.tar.gz
|
/cryptography-2.7.tar.gz
|
||||||
|
/cryptography-2.8.tar.gz
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
%global srcname cryptography
|
%global srcname cryptography
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
|
|
||||||
License: ASL 2.0 or BSD
|
License: ASL 2.0 or BSD
|
||||||
@ -158,6 +158,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 17 2019 Christian Heimes <cheimes@redhat.com> - 2.8-1
|
||||||
|
- Update to 2.8
|
||||||
|
- Resolves: rhbz#1762779
|
||||||
|
|
||||||
* Sun Oct 13 2019 Christian Heimes <cheimes@redhat.com> - 2.7-3
|
* Sun Oct 13 2019 Christian Heimes <cheimes@redhat.com> - 2.7-3
|
||||||
- Skip unit tests that fail with OpenSSL 1.1.1.d
|
- Skip unit tests that fail with OpenSSL 1.1.1.d
|
||||||
- Resolves: rhbz#1761194
|
- Resolves: rhbz#1761194
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cryptography-2.7.tar.gz) = fa420f44b038b6fe1983c6f2c6d830e2668017c26e1e125ad621e37ea627a927ffe64d0e987e0a26dcc260834f2ec817cccd22da03b892190f46cb6e8131a5a8
|
SHA512 (cryptography-2.8.tar.gz) = bf3ca44123c693b0602be19445925f9efebd46c469909e47b7907d57141fb6bd99268c33e1fe3f42a08ab8b4edd4f98f21b6a682f530352313334dfd31ba91e7
|
||||||
|
Loading…
Reference in New Issue
Block a user