- update to 2.7
* BACKWARDS INCOMPATIBLE: Removed the cryptography.hazmat.primitives.mac.MACContext interface. The CMAC and HMAC APIs have not changed, but they are no longer registered as MACContext instances. * Removed support for running our tests with setup.py test. * Add support for :class:`~cryptography.hazmat.primitives.poly1305.Poly1305` when using OpenSSL 1.1.1 or newer. * Support serialization with Encoding.OpenSSH and PublicFormat.OpenSSH in :meth:`Ed25519PublicKey.public_bytes <cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey.public_bytes>` . * Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier` and deprecate passing an Extension object. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=116
This commit is contained in:
parent
c3ce8bdbcc
commit
fe2262916c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6
|
||||
size 491580
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAlx3HYEACgkQI1rl8Sn5
|
||||
7ZjdlAgAoZNwB3D9ERR9VKZBdbL0rHOi/6lXpTHpBK58aOvtc1JqS/YsrFzZNVkX
|
||||
uBpiGKrQSl2HWpweLmps0o3hLASQ1Y7Xx3IsEDeSfSGz2J676hovz5MxezpPC180
|
||||
LBTPUP7OeyR48fKjpFHZhYqxt2u8kyTuKyOs0LaXT7UwTmwzAG/KTYM7gDjHq6JW
|
||||
/ykf+Ay7c62ODg5jUat57j67due7zHXcUO/f2/m07HDUVDsoUY6S9OTco4Z/U3Jy
|
||||
CzqctjoE6s8sv0QdYV5JQKK5p9yD4J7OJvXfNO98wlGhx2HL0pENzNMXOpqkjE+d
|
||||
XcDdG2nEC7SSwXubCEJoQWe3UMvjdg==
|
||||
=JaO7
|
||||
-----END PGP SIGNATURE-----
|
3
cryptography-2.7.tar.gz
Normal file
3
cryptography-2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6
|
||||
size 495877
|
11
cryptography-2.7.tar.gz.asc
Normal file
11
cryptography-2.7.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAlzwaSYACgkQI1rl8Sn5
|
||||
7ZjKbQf/bmJ/XYifvMgvEbzKicoQTBiMXRafVsfOGIKo3l5YaNVxcB6S0rCD6jNE
|
||||
plfWF9i8qW1kRdMt68YjfV/nwPcdYRdz1lMzPRhkAOgdFSMLk6QjYUzRy0Qqj5aq
|
||||
UFCu9q5jrgXR7HU2MZz8CnjGZn18VH0Rvz3DZ9CwMXWQ94mGODYp19A+v61Y8vJg
|
||||
Z/heW6ih7Dl/L6t1jP/AVdxABtyJ5KuEhqfmOJyrf7iuMFpu4TJIFGoJsyKd3wDT
|
||||
5vcROhYi5LaUqxnGl2cd2TzuYHiZkxCb2lTvyOcYGD2qExwjG2KF0hGJQcSLY7cD
|
||||
M8Uuo+Jug3pJWn5JX+JI9C5UrjlPBw==
|
||||
=eR9e
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 13:45:56 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 2.7
|
||||
* BACKWARDS INCOMPATIBLE: Removed the cryptography.hazmat.primitives.mac.MACContext interface.
|
||||
The CMAC and HMAC APIs have not changed, but they are no longer registered
|
||||
as MACContext instances.
|
||||
* Removed support for running our tests with setup.py test.
|
||||
* Add support for :class:`~cryptography.hazmat.primitives.poly1305.Poly1305`
|
||||
when using OpenSSL 1.1.1 or newer.
|
||||
* Support serialization with Encoding.OpenSSH and PublicFormat.OpenSSH
|
||||
in :meth:`Ed25519PublicKey.public_bytes <cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey.public_bytes>` .
|
||||
* Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`
|
||||
and deprecate passing an Extension object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 14:41:39 UTC 2019 - 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.6.1
|
||||
Version: 2.7
|
||||
Release: 0
|
||||
Summary: Python library which exposes cryptographic recipes and primitives
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user