14
0

Accepting request 942004 from home:bnavigator:python-rpm-macros

somehow I forgot to submit this.

- update to 0.33.0
  * green.thread: unlocked Lock().release() should raise exception,
    returned True
  * wsgi: Don’t break HTTP framing during 100-continue handling
  * Python 3.10 partial support
  * greendns: Create a DNS resolver lazily rather than on import
  * ssl: GreenSSLContext minimum_version and maximum_version
    setters
- Refresh denosing patches: merge remove_nose.patch and
  remove_nose_part_2.patch into denose-eventlet.patch
- Refresh newdnspython.patch

OBS-URL: https://build.opensuse.org/request/show/942004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=84
This commit is contained in:
2021-12-21 23:36:25 +00:00
committed by Git OBS Bridge
parent 17088b237f
commit c06bae4bc2
7 changed files with 191 additions and 174 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Dec 16 20:11:12 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 0.33.0
* green.thread: unlocked Lock().release() should raise exception,
returned True
* wsgi: Dont break HTTP framing during 100-continue handling
* Python 3.10 partial support
* greendns: Create a DNS resolver lazily rather than on import
* ssl: GreenSSLContext minimum_version and maximum_version
setters
- Refresh denosing patches: merge remove_nose.patch and
remove_nose_part_2.patch into denose-eventlet.patch
- Refresh newdnspython.patch
-------------------------------------------------------------------
Sun Nov 7 21:12:37 UTC 2021 - Dirk Müller <dmueller@suse.com>