gunicorn 20.1.0-1 source package in Ubuntu

Changelog

gunicorn (20.1.0-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.
  * Bump Standards-Version to 4.5.1.
  * Move to debhelper-compat level 13.

 -- Chris Lamb <email address hidden>  Wed, 17 Feb 2021 09:43:48 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gunicorn_20.1.0-1.dsc 2.0 KiB ce0f685b51cce35d912fd266b337ef96d603292c622dc5f511eb6a388773bdfc
gunicorn_20.1.0.orig.tar.gz 346.6 KiB fa92b983e5c8d36b87ddc737d7bdd06936afd420bd6439b7b351f05ce982975e
gunicorn_20.1.0-1.debian.tar.xz 12.1 KiB 677cd043cda9335a0b887b0d9e901342f42a7f860f8e55f3cecf0e643e99a56c

Available diffs

No changes file available.

Binary packages built by this source

gunicorn: No summary available for gunicorn in ubuntu hirsute.

No description available for gunicorn in ubuntu hirsute.

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

No description available for gunicorn-examples in ubuntu hirsute.

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.