gunicorn 17.5-2build1 source package in Ubuntu

Changelog

gunicorn (17.5-2build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:47:48 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gunicorn_17.5.orig.tar.gz 359.1 KiB a0a1a52b90ec04ba537c1636d04b984655517b4e867a475eb6db158c6e58086d
gunicorn_17.5-2build1.debian.tar.gz 9.8 KiB 26b887d77bf874d284c8295a0780d94da3c08575259f9b30b1b60bd19a5ddf04
gunicorn_17.5-2build1.dsc 1.2 KiB ce5ac6229453d36c9f99693810b7bb992f2cb7e2f11f99a61fbb5774ed200319

Available diffs

View changes file

Binary packages built by this source

gunicorn: Event-based HTTP/WSGI server

 Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
 or sleepy applications. That is to say; behind a buffering front-end server
 such as nginx or lighttpd.
 .
  * Optional support for Eventlet, Tornado and Gevent to provide asynchronous
    long-polling ("Comet") connections.
  * Process management: Gunicorn reaps and restarts workers that die.
  * Easy integration with Django and Paster compatible applications (Pylons,
    TurboGears 2, etc.
  * Load balancing via pre-fork and a shared socket
  * Graceful worker process restarts
  * Upgrading without losing connections
  * Decode chunked transfers on-the-fly, allowing upload progress notifications
    or stream-based protocols over HTTP