Accepting request 94117 from devel:languages:python

openstack dependency

OBS-URL: https://build.opensuse.org/request/show/94117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=1
This commit is contained in:
Stephan Kulow
2011-12-06 12:53:36 +00:00
committed by Git OBS Bridge
commit 7e0b4edf54
5 changed files with 123 additions and 0 deletions

26
python-WebOb.changes Normal file
View File

@@ -0,0 +1,26 @@
-------------------------------------------------------------------
Mon Nov 28 15:23:37 UTC 2011 - prusnak@opensuse.org
- spec cleanup
-------------------------------------------------------------------
Fri Sep 23 13:36:54 UTC 2011 - saschpe@suse.de
- Update to version 1.1.1:
* Fix disconnect detection being incorrect in some cases
* Fix exception when calling .accept.best_match(..) on a header containing
'*' (instead of '*/*')
* Split Accept class into appropriate subclasses (AcceptCharset,
AcceptLanguage)
* Improve language matching code so that 'en' in AcceptLanguage('en-gb')
(the app can now offer a generic 'en' and it will match any of the
accepted dialects) and 'en_GB' in AcceptLanguage('en-gb') (normalization
of the dash/underscode in language names).
* Deprecate req.etag.weak_match(..)
* Deprecate Response.request and Response.environ attrs.
-------------------------------------------------------------------
Thu Sep 1 10:07:58 UTC 2011 - saschpe@suse.de
- Initial version