Accepting request 741038 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/741038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:07:02 +00:00 committed by Git OBS Bridge
commit 937c371e80
6 changed files with 27 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6
size 495877

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAlzwaSYACgkQI1rl8Sn5
7ZjKbQf/bmJ/XYifvMgvEbzKicoQTBiMXRafVsfOGIKo3l5YaNVxcB6S0rCD6jNE
plfWF9i8qW1kRdMt68YjfV/nwPcdYRdz1lMzPRhkAOgdFSMLk6QjYUzRy0Qqj5aq
UFCu9q5jrgXR7HU2MZz8CnjGZn18VH0Rvz3DZ9CwMXWQ94mGODYp19A+v61Y8vJg
Z/heW6ih7Dl/L6t1jP/AVdxABtyJ5KuEhqfmOJyrf7iuMFpu4TJIFGoJsyKd3wDT
5vcROhYi5LaUqxnGl2cd2TzuYHiZkxCb2lTvyOcYGD2qExwjG2KF0hGJQcSLY7cD
M8Uuo+Jug3pJWn5JX+JI9C5UrjlPBw==
=eR9e
-----END PGP SIGNATURE-----

3
cryptography-2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
size 504516

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAl2oZ7AACgkQI1rl8Sn5
7ZgXKwgAoGti9aCsmWgJ509kakaEn5H0rB8QdBcp4mMLxmFuGNV6y2vsLE6qrszH
ChmBRekQPPclnXBy4GoI52d+uFUf2R3xW2FrNGNHp/jzsu2kB8vO9TFoUHLz7C5z
RwTwDcmqVmPQRPUM5tl5l2TqMh48+qFcAkrgay3UJYelksU6k0HYTcqQbY9Yvvhb
znqI+oieKpCu5OoRPhm7M673So0fNTorMek4+VU4PLuXrxGe5VAUmm/c/bRufgeL
kVU0SU0dHiENfRCjn+AVgfH6S+uERHYxwIMu7oFAYK5UEgQpmIotEM4LBt+3RuII
elH5XYl6NLzPXARJDNK1ppIko0I0SQ==
=n8rK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 17 14:53:32 UTC 2019 - Michael Ströder <michael@stroeder.com>
- update to 2.8
* Added support for Python 3.8.
* Added class methods Poly1305.generate_tag and Poly1305.verify_tag for Poly1305 sign and verify operations.
* Deprecated support for OpenSSL 1.0.1. Support will be removed in cryptography 2.9.
* We now ship manylinux2010 wheels in addition to our manylinux1 wheels.
* Added support for ed25519 and ed448 keys in the CertificateBuilder, CertificateSigningRequestBuilder, CertificateRevocationListBuilder and OCSPResponseBuilder.
* cryptography no longer depends on asn1crypto.
* FreshestCRL is now allowed as a CertificateRevocationList extension.
-------------------------------------------------------------------
Mon Jun 3 13:45:56 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-cryptography
Version: 2.7
Version: 2.8
Release: 0
Summary: Python library which exposes cryptographic recipes and primitives
License: Apache-2.0 OR BSD-3-Clause