python-werkzeug 0.6.2-1 source package in Ubuntu

Changelog

python-werkzeug (0.6.2-1) unstable; urgency=low

  * New upstream release

python-werkzeug (0.6.1-1) unstable; urgency=low

  * New upstream release
    - supports IPv6 addresses. Closes: #569336

python-werkzeug (0.6-1) unstable; urgency=low

  * New upstream release
  * Add python-openssl to Recommends
  * Add python-memcache to Suggests
  * Add "python (>= 2.6)" as an alternative dependency to python-simplejson
  * Remove MacOS DS store and resource fork files in clean rule
  * Standards-Version bumped to 3.8.4 (no changes needed)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:00:53 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Noah Slater
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-werkzeug_0.6.2.orig.tar.gz 1.6 MiB 4a80c87db4c105f24bb6587b2fdc45a1844e6b0d185d698543b43f2cf900d27b
python-werkzeug_0.6.2-1.diff.gz 3.8 KiB 63f428c985fc28185a6113651c175c6a333697f3f45e7f7d7ffe7b4be61704fd
python-werkzeug_0.6.2-1.dsc 1.5 KiB 06350c7158fa721c2812d4e55118fe902043933f2026d9402da97823d854d719

Available diffs

View changes file

Binary packages built by this source

python-werkzeug: collection of utilities for WSGI applications

 The Web Server Gateway Interface (WSGI) is a standard interface between web
 server software and web applications written in Python.
 .
 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.