15
0
forked from pool/python-gevent

- Version update to 1.4.0:

* generate with cython 0.29
  * Refactored the gevent test runner and test suite to make them more reusable. In particular, the tests are now run with python -m gevent.tests. See issue #1293.
  * Formatting run info no longer includes gevent.local.local objects that have no value in the greenlet. See issue #1275.
  * Fixed negative length in pywsgi’s Input read functions for non chunked body. Reported in issue #1274 by tzickel.
  * Fix opening files in text mode in CPython 2 on Windows by patching libuv. See issue #1282 reported by wiggin15.
  * gevent now depends on greenlet 0.4.14 or above.
  * gevent.local.local subclasses correctly supports @staticmethod functions. Reported by Brendan Powers in issue #1266.
- Do NOT bundle c-ares and libev

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=47
This commit is contained in:
Tomáš Chvátal
2019-01-31 10:12:19 +00:00
committed by Git OBS Bridge
parent e80cbd7b3b
commit fb0d68427e
5 changed files with 196 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 31 09:42:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 1.4.0:
* generate with cython 0.29
* Refactored the gevent test runner and test suite to make them more reusable. In particular, the tests are now run with python -m gevent.tests. See issue #1293.
* Formatting run info no longer includes gevent.local.local objects that have no value in the greenlet. See issue #1275.
* Fixed negative length in pywsgis Input read functions for non chunked body. Reported in issue #1274 by tzickel.
* Fix opening files in text mode in CPython 2 on Windows by patching libuv. See issue #1282 reported by wiggin15.
* gevent now depends on greenlet 0.4.14 or above.
* gevent.local.local subclasses correctly supports @staticmethod functions. Reported by Brendan Powers in issue #1266.
- Do NOT bundle c-ares and libev
-------------------------------------------------------------------
Wed Jan 9 08:26:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>