forked from pool/python-WebOb
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=11
57 lines
2.2 KiB
Plaintext
57 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 23 09:45:17 UTC 2012 - saschpe@suse.de
|
|
|
|
- Add dependency on python-M2Crypto, otherwise you won't get HTTPS
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 15:05:11 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 1.2.3:
|
|
+ Fix parsing of form submissions where fields have transfer-content-encoding headers.
|
|
- Build HTML documentation
|
|
- Run testsuite
|
|
- Split of doc package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 22 18:48:34 UTC 2012 - os-dev@jacraig.com
|
|
|
|
- Update to 1.2.2:
|
|
* Fix multiple calls to ``cache_expires()`` not fully overriding the
|
|
previously set headers.
|
|
* Fix parsing of form submissions where fields have different encodings.
|
|
- Many changes between versions 1.1.1 and 1.2.1. Please see docs/news.txt
|
|
for full details. Major changes include support for only Python 3.2, 2.7,
|
|
2.6.
|
|
- Removed dependency on python-Tempita and python-wsgiproxy: these are only
|
|
used in example code in the documentation and not actual runtime reqs.
|
|
- Removed dependency on python-nose: it is only needed to run tests.
|
|
- Removed dependency on python-WebTest: it was removed as a testing
|
|
requirement in 1.2a1.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|