15
0
forked from pool/python-Paste

- Update to 3.2.0:

* Ensure unicode URLs work in TestApp.
  * Make LimitedLengthFile file return empty bytes.
  * Protect against accidental close in FieldStorage.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal
2019-09-24 09:25:46 +00:00
committed by Git OBS Bridge
parent 321f3e058e
commit 852c700bd7
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 24 09:25:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.0:
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.
-------------------------------------------------------------------
Mon Jul 29 07:45:13 UTC 2019 - pgajdos@suse.com