Fedora 12 Update: python-webob-0.9.8-1.fc12

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 17 05:31:40 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-8144
2010-05-07 03:09:20
--------------------------------------------------------------------------------

Name        : python-webob
Product     : Fedora 12
Version     : 0.9.8
Release     : 1.fc12
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
--------------------------------------------------------------------------------
ChangeLog:

* Wed May  5 2010 Luke Macken <lmacken at redhat.com> - 0.9.8-1
- Latest upstream release
- Get the test suite running
* Tue Jan 19 2010 Ricky Zhou <ricky at fedoraproject.org> - 0.9.7.1-1
- Upstream released new version.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  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 Project 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 package-announce mailing list