python-webob 1.1.1-1ubuntu0 source package in Ubuntu

Changelog

python-webob (1.1.1-1ubuntu0) precise-proposed; urgency=low

  * Fix regression introduced by upstream, currently
    WSGIHyttpException overwrites headers of an
    empty-bodied HEAD response. (LP: #920197) Backported from
    (https://github.com/Pylons/webob/commit/1c04de58efce1a9da6b0c5d8aa9e260d3f9d6d20)
 -- Chuck Short <email address hidden>   Tue, 24 Jul 2012 13:33:43 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-webob_1.1.1.orig.tar.bz2 130.5 KiB 58d295c416a4e9f084a4c6760ff4898211bb2d22fc750db7cdd02c140d289df4
python-webob_1.1.1-1ubuntu0.debian.tar.gz 5.5 KiB aef73d304e42877b074fe0ba6cfed36dfc74d88a3e5da3614747100f4215a519
python-webob_1.1.1-1ubuntu0.dsc 1.6 KiB 17d45e57bc8624d9998bce3e3bde233d2067ed50a900142281866ddea3b26552

Available diffs

View changes file

Binary packages built by this source

python-webob: Python module providing WSGI request and response objects

 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.