gunicorn 19.4.1-1ubuntu1 source package in Ubuntu

Changelog

gunicorn (19.4.1-1ubuntu1) xenial; urgency=medium

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

gunicorn (19.4.1-1) unstable; urgency=medium

  * New upstream release.

gunicorn (19.3-3) unstable; urgency=medium

  * Correct Python interpreter path references in gunicorn3-debian. Thanks to
    Olivier AUDRY <email address hidden> for the report and patch, although note I
    applied it slightly differently keeping the "python" argument consistent
    (Closes: #805973)
  * Rebase patches with gbp-pq.

gunicorn (19.3-2) unstable; urgency=medium

  * Correct path in `rm` call to _gaiohttp.py (Closes: #803170)
  * wrap-and-sort -sa
  * Tidy debian/rules

gunicorn (19.3-1) unstable; urgency=medium

  * New upstream release (Closes: #803086)
  * Update debian/watch to not use deprecated githubredir.
  * Refresh 0001-drop-supplemental-groups.patch.
  * Refresh 0002-use-system-js-libs.patch.

 -- Matthias Klose <email address hidden>  Thu, 07 Jan 2016 14:58:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gunicorn_19.4.1.orig.tar.gz 395.2 KiB 81899db60828fdd0377f1e6618859459af0cd151b70baf90ca3c76cabaf3cfe1
gunicorn_19.4.1-1ubuntu1.debian.tar.xz 12.8 KiB 81857aa41d0ca50603be4b104abee67d8e7334d9d0cd96f7e8a0951da98745ea
gunicorn_19.4.1-1ubuntu1.dsc 2.2 KiB 99a8d61c4a86f8f89de33fe43af31cbb1b7e5bd3ddf84a5a0ac849d165f1fb59

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: 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
 .
 These are the examples.

gunicorn3: 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 version.

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.