Fedora EPEL 5 Update: python-webob-0.9.8-2.el5

updates at fedoraproject.org updates at fedoraproject.org
Fri Sep 10 20:35:55 UTC 2010


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2010-2746
2010-05-07 17:08:30
--------------------------------------------------------------------------------

Name        : python-webob
Product     : Fedora EPEL 5
Version     : 0.9.8
Release     : 2.el5
URL         : http://pythonpaste.org/webob/
Summary     : WSGI request and response object
Description :
WebOb provides wrappers around the WSGI request environment, and an object to
help create WSGI responses. The objects map much of the specified behavior of
HTTP, including header parsing and accessors for other standard parts of the
environment.

--------------------------------------------------------------------------------
Update Information:

***0.9.8***    * Fix issue with WSGIHTTPException inadvertently generating
unicode body and failing to encode it  * WWW-Authenticate response header is
accessible as response.www_authenticate  * response.www_authenticate and
request.authorization hold None or tuple (auth_method, params) where params is a
dictionary (or a string when auth_method is not one of known auth schemes and
for Authenticate: Basic ...)  * Don’t share response headers when getting a
response like resp = req.get_response(some_app); this can avoid some funny
errors with modifying headers and reusing Response objects.  * Add overwrite
argument to Response.set_cookie() that make the new value overwrite the
previously set. False by default.  * Add strict argument to
Response.unset_cookie() that controls if an exception should be raised in case
there are no cookies to unset. True by default.  * Fix req.GET.copy()  * Make
sure that 304 Not Modified responses generated by
Response.conditional_response_app() exclude Content-{Length/Type} headers  * Fix
Response.copy() not being an independent copy  * When the requested range is not
satisfiable, return a 416 error (was returning entire body)  * Truncate response
for range requests that go beyond the end of body (was treating as invalid).
***0.9.7.1***    * Fix an import problem with Pylons
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update python-webob' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list