- Update to 2.4.1:
* Dropped support for LibreSSL 2.4.x. * Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to upgrade or install cryptography from a wheel. * Added initial :doc:`OCSP </x509/ocsp>` support. * Added support for cryptography.x509.PrecertPoison. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=105
This commit is contained in:
parent
56954fb82e
commit
25faabaf24
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6
|
||||
size 449577
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAltzE3wACgkQI1rl8Sn5
|
||||
7Zj/wgf9FxYadPFok/vTn2JhDvGPMU7gifOtVQo9PoJ4RQmdFsC/yhHZSGhKAOaT
|
||||
JwEZVn3MI6+q/1sjuW5iA7fB/RX/oBu3AROl1CpemSO8XcfE44tB9reyViD8E2Dt
|
||||
swTHead/g9qowg4n7HH1PL43he7yDUc/X9AVdkG0M/rFwPTsbqa1cE5XjCGN+CnS
|
||||
DhCCB7x7wl2WR15z8lBtsSVzPexSGYHN4oX0cWcfnHGFdJiQlqc/G6abMEHCUvcc
|
||||
LPR9IKrCz+3r4aGtngyN9PmOtby+kN0ZVir2BZaGcW7oitIrqEFONoSjtTcPVrFS
|
||||
6cOwKYzyIDtM+HHMyr4XiTESQV386A==
|
||||
=qa+g
|
||||
-----END PGP SIGNATURE-----
|
3
cryptography-2.4.1.tar.gz
Normal file
3
cryptography-2.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e85b410885addaeb31a867eabcefc9ef4a7e904ad45eac9e60a763a54b244626
|
||||
size 468551
|
11
cryptography-2.4.1.tar.gz.asc
Normal file
11
cryptography-2.4.1.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAlvo0SgACgkQI1rl8Sn5
|
||||
7ZgZUwf/cR3jARo4miqcBn64tSCiK/VJ/q5dOMIP89vjS3CEFG4CNEJ5vp4LerTG
|
||||
9YMxXKzOCF/15VPjC8er/UZ6RbuX5udT68eNvxWvGPgcA/+Yxxncej1u+Vao9ocO
|
||||
Rs4RbYy3ZHgOJFD7Vrkss3NfWYG6scQHYrG+Cp0AuzeVykv5oMZ5GmdgrbtroGM0
|
||||
QuKrER5B4+EPc81lFtPThwJ4iWx/YBCXUrfeiQ2lmZZlcLdRSZzHXAIy0VRnPCeH
|
||||
wvcvvtV7tJvmUSW6CNsX9Ml32HYRWcmiwnRfxzDwOM+Qvhu6LAxbpMGEzqiLnn2L
|
||||
VrueiCDVrRvgluD5jib7byBHoXcYpg==
|
||||
=JUcE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf4d9b61dce69c49e830950aa36fad194706463b0b6dfe81425b9e0bc6644d46
|
||||
size 35308320
|
3
cryptography_vectors-2.4.1.tar.gz
Normal file
3
cryptography_vectors-2.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:829d43e8066056de8ea7b8ad311db79e47d8d658e23d5f5fc4b0245a1b3baa74
|
||||
size 35087338
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 13:13:21 CET 2018 - mcepl@suse.com
|
||||
|
||||
- Update to 2.4.1:
|
||||
* Dropped support for LibreSSL 2.4.x.
|
||||
* Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no
|
||||
longer supported by the OpenSSL project. At this time there
|
||||
is no time table for dropping support, however we strongly
|
||||
encourage all users to upgrade or install cryptography from
|
||||
a wheel.
|
||||
* Added initial :doc:`OCSP </x509/ocsp>` support.
|
||||
* Added support for cryptography.x509.PrecertPoison.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 11:48:31 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-cryptography
|
||||
Version: 2.3.1
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: Python library which exposes cryptographic recipes and primitives
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user