1
0

Accepting request 729794 from home:rhafer:branches:devel:languages:python

- Update to 0.25.1:
  * wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; Thanks to Miro Hrončok
  * os: Add workaround to `open` for pathlib on py 3.7; Thanks to David Szotten

OBS-URL: https://build.opensuse.org/request/show/729794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal
2019-09-10 12:34:10 +00:00
committed by Git OBS Bridge
parent 712f4bf867
commit 6bafda9938
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 10:40:09 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>
- Update to 0.25.1:
* wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; Thanks to Miro Hrončok
* os: Add workaround to `open` for pathlib on py 3.7; Thanks to David Szotten
-------------------------------------------------------------------
Fri Jun 21 12:35:13 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>