15
0
forked from pool/python-WebOb

Accepting request 485215 from home:tbechtold:branches:devel:languages:python

- update to 1.7.2:
  - Allow unnamed fields in form data to be properly transcoded when calling
    request.decode with an alternate encoding. See
    https://github.com/Pylons/webob/pull/309
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/485215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=39
This commit is contained in:
Todd R
2017-05-01 15:33:20 +00:00
committed by Git OBS Bridge
parent 6485203cb5
commit e2aa8b6717
4 changed files with 31 additions and 24 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 4 12:47:31 UTC 2017 - tbechtold@suse.com
- update to 1.7.2:
- Allow unnamed fields in form data to be properly transcoded when calling
request.decode with an alternate encoding. See
https://github.com/Pylons/webob/pull/309
- Switch to singlespec approach
-------------------------------------------------------------------
Fri Feb 10 16:14:42 UTC 2017 - tbechtold@suse.com