15
0
forked from pool/python-WebOb
Commit Graph

9 Commits

Author SHA256 Message Date
Sascha Peilicke
0bfafa8c72 - BuildRequire python (for ssl module) and drop pyOpenSSL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=16
2013-03-27 13:24:33 +00:00
Sascha Peilicke
947adfbe7e - (Build)Require python-pyOpenSSL instead of M2Crypto (to get the
ssl Python base module)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=13
2013-01-14 15:11:24 +00:00
Sascha Peilicke
16e2866d4f - Add dependency on python-M2Crypto, otherwise you won't get HTTPS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=11
2012-11-23 09:46:52 +00:00
Sascha Peilicke
fe03e534be - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=10
2012-11-22 15:07:19 +00:00
Ismail Dönmez
505c4f2df3 Accepting request 135387 from home:poorboywilly:branches:devel:languages:python
Update to 1.2.2 and remove unneeded dependencies.

OBS-URL: https://build.opensuse.org/request/show/135387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=8
2012-09-23 09:24:29 +00:00
Sascha Peilicke
97077b7ee9 - Spec cleanup:
* Simplified macro usage
  * Remove unneeded runtime requirement on python-nose
  * Run testsuite
- Update to version 1.2b2:
  * Fix request.cookies.get('name', 'default'). Previously default was ignored.
- Changes from version 1.2b1:
  * Mutating the request.cookies property now reflects the mutations into the HTTP_COOKIES environ header.
  * Response.etag = (tag, False) sets weak etag.
  * Range only parses single range now.
  * Range.satisfiable(..) is gone.
  * Accept.best_matches() is gone; use list(request.accept) or request.accept.best_match(..) instead (applies to all Accept-* headers) or similar with request.accept_language.
  * Response.request and Response.environ attrs are undeprecated and no longer raise exceptions when used. These can also be passed to the Response constructor. This is to support codebases that pass them to the constructor or assign them to a response instance. However, some behavior differences from 1.1 exist. In particular, synchronization is no longer done between environ and request attribute properties of Response; you may pass either to the constructor (or both) or assign one or the other or both, but they wont be managed specially and will remain the same over the lifetime of the response just as you passed them. Default values for both request and environ on any given response are None now.
  * Undeprecated uscript_name and upath_info.
  * For backwards compatibility purposes, switch req.script_name and path_info back again to contain “raw” undecoded native strings rather than text. Use uscript_name and upath_info to get the text version of SCRIPT_NAME and PATH_INFO.
  * Don’t raise an exception if unicode_errors or decode_param_names is passed to the Request constructor. Instead, emit a warning. For benefit of Pylons 1.X, which passes both.
  * Don’t raise an exception if HTTPException.exception is used; instead emit a warning. For benefit of Pylons 1.X, which uses it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=5
2012-01-31 13:46:38 +00:00
Stephan Kulow
56ccb612a7 Accepting request 125112 from devel:languages:python
This is an intended downgrade, 1.2b2 has some issues and no other package should require it.

OBS-URL: https://build.opensuse.org/request/show/125112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=5
2012-06-26 15:26:20 +00:00
Stephan Kulow
0f23de1d77 Accepting request 102223 from devel:languages:python
- Spec cleanup:
  * Simplified macro usage
  * Remove unneeded runtime requirement on python-nose
  * Run testsuite
- Update to version 1.2b2:
  * Fix request.cookies.get('name', 'default'). Previously default was ignored.
- Changes from version 1.2b1:
  * Mutating the request.cookies property now reflects the mutations into the HTTP_COOKIES environ header.
  * Response.etag = (tag, False) sets weak etag.
  * Range only parses single range now.
  * Range.satisfiable(..) is gone.
  * Accept.best_matches() is gone; use list(request.accept) or request.accept.best_match(..) instead (applies to all Accept-* headers) or similar with request.accept_language.
  * Response.request and Response.environ attrs are undeprecated and no longer raise exceptions when used. These can also be passed to the Response constructor. This is to support codebases that pass them to the constructor or assign them to a response instance. However, some behavior differences from 1.1 exist. In particular, synchronization is no longer done between environ and request attribute properties of Response; you may pass either to the constructor (or both) or assign one or the other or both, but they wont be managed specially and will remain the same over the lifetime of the response just as you passed them. Default values for both request and environ on any given response are None now.
  * Undeprecated uscript_name and upath_info.
  * For backwards compatibility purposes, switch req.script_name and path_info back again to contain “raw” undecoded native strings rather than text. Use uscript_name and upath_info to get the text version of SCRIPT_NAME and PATH_INFO.
  * Don’t raise an exception if unicode_errors or decode_param_names is passed to the Request constructor. Instead, emit a warning. For benefit of Pylons 1.X, which passes both.
  * Don’t raise an exception if HTTPException.exception is used; instead emit a warning. For benefit of Pylons 1.X, which uses it.

OBS-URL: https://build.opensuse.org/request/show/102223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=3
2012-02-01 09:00:05 +00:00
Stephan Kulow
8127edd389 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
2011-12-06 12:53:36 +00:00