1
0

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

- Update to 0.29.1
  * patcher: [py27] recursion error in pytest/python2.7 installing 
    register_at_fork
  * patcher: monkey_patch(builtins=True) failed on py3 because 
    `file` class is gone
  * don't crash on PyPy 7.0.0   
  * Only install monotonic on python2 
- Changes for 0.29.0
  * ssl: context wrapped listener fails accept()
- Changes for 0.28.1
  * Clean up TypeError in __del__
- Changes for 0.28.0
  * Always remove the right listener from the hub 
    gh#enventlet/eventlet#645
- Changes for 0.27.0
  * patcher: Clean up threading book-keeping at fork when
    monkey-patched
  * backdoor: handle disconnects better
- Fix test skips for non-default python 3.6 flavor
  gh#openSUSE/python-rpm-macros#66
- refresh newdnspython.patch

OBS-URL: https://build.opensuse.org/request/show/854114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=76
This commit is contained in:
2020-12-08 23:59:29 +00:00
committed by Git OBS Bridge
parent 0ee97b01f3
commit c158895f58
5 changed files with 55 additions and 18 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Dec 7 00:14:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.29.1
* patcher: [py27] recursion error in pytest/python2.7 installing
register_at_fork
* patcher: monkey_patch(builtins=True) failed on py3 because
`file` class is gone
* don't crash on PyPy 7.0.0
* Only install monotonic on python2
- Changes for 0.29.0
* ssl: context wrapped listener fails accept()
- Changes for 0.28.1
* Clean up TypeError in __del__
- Changes for 0.28.0
* Always remove the right listener from the hub
gh#enventlet/eventlet#645
- Changes for 0.27.0
* patcher: Clean up threading book-keeping at fork when
monkey-patched
* backdoor: handle disconnects better
- Fix test skips for non-default python 3.6 flavor
gh#openSUSE/python-rpm-macros#66
- refresh newdnspython.patch
-------------------------------------------------------------------
Wed Aug 19 15:28:03 UTC 2020 - Benjamin Greiner <code@bnavigator.de>