15
0
forked from pool/python-Paste

Accepting request 788608 from home:mcalabkova:branches:devel:languages:python

- update to 3.4.0
  * Python 3 updates for use of StringIO and auth_tkt.py.
  * Use six.BytesIO when reading wsgi.input.
  * Allow binding IPv6 address when starting a server.

OBS-URL: https://build.opensuse.org/request/show/788608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=44
This commit is contained in:
Tomáš Chvátal
2020-03-26 16:22:23 +00:00
committed by Git OBS Bridge
parent 2b0785ffd4
commit dbbebb4e25
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 26 16:10:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.4.0
* Python 3 updates for use of StringIO and auth_tkt.py.
* Use six.BytesIO when reading wsgi.input.
* Allow binding IPv6 address when starting a server.
-------------------------------------------------------------------
Wed Jan 15 10:54:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>