gunicorn 19.0-8ubuntu1 source package in Ubuntu

Changelog

gunicorn (19.0-8ubuntu1) wily; urgency=medium

  * Merge with Debian; no remaining changes.
  * Suggest libjs-jquery-flot instead of recommending it, package in universe.

gunicorn (19.0-8) unstable; urgency=medium

  * Drop dependency on python-tox now that tests are disabled.
    (Closes: #798798)

gunicorn (19.0-7) unstable; urgency=medium

  * Use a no-op dh_auto_test to disable tox tests over not exporting
    PYBUILD_TEST_TOX. (Closes: #796432)

 -- Matthias Klose <email address hidden>  Tue, 15 Sep 2015 15:29:24 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gunicorn_19.0.orig.tar.gz 376.1 KiB 9c277c1c10e914d648f2cb8b5245a23ff0289255e195f74e96117e944e1b087f
gunicorn_19.0-8ubuntu1.debian.tar.xz 12.4 KiB 9cb95001175bdf4623dce17c12890c4f71572fcdfa5a5c579f5b15fc24424128
gunicorn_19.0-8ubuntu1.dsc 2.2 KiB 7aca63729eb018b340504e46fd07a7198456b9d530627fd3bcfb25d106228443

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
 .
 This is the Python 2 version.

gunicorn-examples: No summary available for gunicorn-examples in ubuntu wily.

No description available for gunicorn-examples in ubuntu wily.

gunicorn3: No summary available for gunicorn3 in ubuntu wily.

No description available for gunicorn3 in ubuntu wily.

python-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
 .
 This is the Python 2 library.

python3-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
 .
 This is the Python 3 library.