14
0

Accepting request 880422 from home:bnavigator:branches:devel:languages:python

- Update to 0.30.2
  * greendns: patch ssl to fix RecursionError on
    SSLContext.options.__set__ #677
- Release 0.30.1
  * patcher: built-in open() did not accept kwargs #683
- Release 0.30.0
  * pyopenssl tsafe module was deprecated and removed in v20.0.0
  * deprecate pyevent hub
  * Deprecate CPython 2.7 and 3.4 support
  * py39: Add _at_fork_reinit method to Semaphores
- Drop pr_672-remove-OpenSSL-tsafe.patch merged upstream

OBS-URL: https://build.opensuse.org/request/show/880422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=80
This commit is contained in:
2021-03-24 21:32:46 +00:00
committed by Git OBS Bridge
parent 8fc0988405
commit f4b13e4710
5 changed files with 32 additions and 57 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 21 21:19:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.30.2
* greendns: patch ssl to fix RecursionError on
SSLContext.options.__set__ #677
- Release 0.30.1
* patcher: built-in open() did not accept kwargs #683
- Release 0.30.0
* pyopenssl tsafe module was deprecated and removed in v20.0.0
* deprecate pyevent hub
* Deprecate CPython 2.7 and 3.4 support
* py39: Add _at_fork_reinit method to Semaphores
- Drop pr_672-remove-OpenSSL-tsafe.patch merged upstream
-------------------------------------------------------------------
Thu Dec 10 22:43:44 UTC 2020 - Benjamin Greiner <code@bnavigator.de>