File python-WebOb.changes of Package python-WebOb
-------------------------------------------------------------------
Thu Aug 23 17:48:07 CEST 2012 - mvidner@suse.cz
- Silence "Response.request and Response.environ are deprecated"
(bnc#773009).
This is a hack for before SUSE Cloud 1.0 release, upstream
openstack-swift has a proper fix.
-------------------------------------------------------------------
Thu Aug 23 17:35:44 CEST 2012 - mvidner@suse.cz
- reshuffled existing patches to match a single git branch
-------------------------------------------------------------------
Fri May 4 14:09:41 CEST 2012 - mvidner@suse.cz
- Don't replace headers of a WSGIHTTPException replying to a HEAD
(lp#920197).
- Run tests at build time.
-------------------------------------------------------------------
Thu Apr 19 12:56:45 UTC 2012 - bwiedemann@suse.com
- add fix-glance-test_add_image_with_image_data_as_file.patch
-------------------------------------------------------------------
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