Accepting request 805793 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/805793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=49
This commit is contained in:
commit
83e4d4a20f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
|
||||
size 504516
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAl2oZ7AACgkQI1rl8Sn5
|
||||
7ZgXKwgAoGti9aCsmWgJ509kakaEn5H0rB8QdBcp4mMLxmFuGNV6y2vsLE6qrszH
|
||||
ChmBRekQPPclnXBy4GoI52d+uFUf2R3xW2FrNGNHp/jzsu2kB8vO9TFoUHLz7C5z
|
||||
RwTwDcmqVmPQRPUM5tl5l2TqMh48+qFcAkrgay3UJYelksU6k0HYTcqQbY9Yvvhb
|
||||
znqI+oieKpCu5OoRPhm7M673So0fNTorMek4+VU4PLuXrxGe5VAUmm/c/bRufgeL
|
||||
kVU0SU0dHiENfRCjn+AVgfH6S+uERHYxwIMu7oFAYK5UEgQpmIotEM4LBt+3RuII
|
||||
elH5XYl6NLzPXARJDNK1ppIko0I0SQ==
|
||||
=n8rK
|
||||
-----END PGP SIGNATURE-----
|
3
cryptography-2.9.2.tar.gz
Normal file
3
cryptography-2.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0c30272fb4ddda5f5ffc1089d7405b7a71b0b0f51993cb4e5dbb4590b2fc229
|
||||
size 517571
|
11
cryptography-2.9.2.tar.gz.asc
Normal file
11
cryptography-2.9.2.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEyBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAl6gzhQACgkQI1rl8Sn5
|
||||
7Zh0nAf4ggT/Ld981REP/HrVwJKGp6gn9ViqmToHOacI3XeP70Rz+7h4eg/548Bf
|
||||
F4oH0IAkwV4TRUXtJV/fsi5OmnCD8EktQqxpzUQ9yNfT3thj/X2594GUD5+Tm/O9
|
||||
162xy/mFqa8XgIjXB5NaAySrpegMEf6lPpOOf7hI0mHcsQ3b4EYp5/of0dj0MgQV
|
||||
HgrAKtdpLKWSeFLL19bqXHpBloYOj9kFuQs+2qVYtu0gIzsavGC8kKrvw6ir8i5o
|
||||
FqNumdvcXYWHjkF/46BICd5ZUNY5YrYGGsK39CBQRFgEkoD+ElVsh9anwoNeUvxu
|
||||
qilLKGLbD6NteTWcxjnqJJGnO2+7
|
||||
=VVJo
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 08:44:10 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 2.9.2
|
||||
* 2.9.2 - 2020-04-22
|
||||
- Updated the macOS wheel to fix an issue where it would not run on macOS versions older than 10.15.
|
||||
* 2.9.1 - 2020-04-21
|
||||
- Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1g.
|
||||
* 2.9 - 2020-04-02
|
||||
- BACKWARDS INCOMPATIBLE: Support for Python 3.4 has been removed due to
|
||||
low usage and maintenance burden.
|
||||
- BACKWARDS INCOMPATIBLE: Support for OpenSSL 1.0.1 has been removed.
|
||||
Users on older version of OpenSSL will need to upgrade.
|
||||
- BACKWARDS INCOMPATIBLE: Support for LibreSSL 2.6.x has been removed.
|
||||
- Removed support for calling public_bytes() with no arguments, as per
|
||||
our deprecation policy. You must now pass encoding and format.
|
||||
- BACKWARDS INCOMPATIBLE: Reversed the order in which rfc4514_string()
|
||||
returns the RDNs as required by RFC 4514.
|
||||
- Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1f.
|
||||
- Added support for parsing single_extensions in an OCSP response.
|
||||
- NameAttribute values can now be empty strings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 14:53:32 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-cryptography
|
||||
Version: 2.8
|
||||
Version: 2.9.2
|
||||
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