1
0

- update to 22.0.0:

- Drop support for Python 2.7.
  - The minimum ``cryptography`` version is now 35.0.
  - Expose wrappers for some `DTLS
    <https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`_
    primitives.
- drop check_inv_ALPN_lists.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=86
This commit is contained in:
2022-02-04 23:26:14 +00:00
committed by Git OBS Bridge
parent 2ea74614d2
commit 213e82c0f5
5 changed files with 19 additions and 68 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.0.0:
- Drop support for Python 2.7.
- The minimum ``cryptography`` version is now 35.0.
- Expose wrappers for some `DTLS
<https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`_
primitives.
- drop check_inv_ALPN_lists.patch: upstream
-------------------------------------------------------------------
Thu Dec 9 05:55:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>