gunicorn 19.7.1-4 source package in Ubuntu

Changelog

gunicorn (19.7.1-4) unstable; urgency=medium

  * Bump compat level to 11.
  * Update gbp.conf.
  * Update Standards-Version.
  * Bump Standards-Version to 4.1.2.
  * Use HTTPS URI in debian/copyright.
  * Remove trailing whitespace in debian/changelog.
  * Override debian-watch-does-not-check-gpg-signature.
  * Tidy debian/tests/control.

 -- Chris Lamb <email address hidden>  Wed, 07 Feb 2018 08:58:05 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
all
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gunicorn_19.7.1-4.dsc 2.2 KiB 555872b1ae9d5ccd4dd50b3d24b8119e4da91f259130ba551b7217c03b7bbec9
gunicorn_19.7.1.orig.tar.gz 387.8 KiB 768a548eac4bb3a0eb5c897a0ac674cbe03628c1130233d3299df98a4bd7ec49
gunicorn_19.7.1-4.debian.tar.xz 11.9 KiB 84b6b829d4652ea3d7abe493a89afce8647dcf098e9aa6f60ba33d7e406ab17a

Available diffs

No changes file available.

Binary packages built by this source

gunicorn: No summary available for gunicorn in ubuntu cosmic.

No description available for gunicorn in ubuntu cosmic.

gunicorn-examples: Event-based HTTP/WSGI server (examples)

 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: No summary available for gunicorn3 in ubuntu cosmic.

No description available for gunicorn3 in ubuntu cosmic.

python-gunicorn: Event-based HTTP/WSGI server (Python 2 libraries)

 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 (Python 3 libraries)

 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.