python-uvicorn 0.3.24-1 source package in Ubuntu

Changelog

python-uvicorn (0.3.24-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump debhelper compatibility and version to 12.
  * Bump Standards-Version to 4.3.0.
  * Add Enhances: python3-gunicorn to indicate that python3-uvicorn
    provides a worker class implementation for it.

 -- Michael Fladischer <email address hidden>  Sun, 06 Jan 2019 17:23:11 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.3.24-1.dsc 2.0 KiB 809c5864d7f2a08f98ca891251fb21ea6ab6e252a15edfe6c21d6eef87bccbbb
python-uvicorn_0.3.24.orig.tar.gz 465.0 KiB 0b553ad302e86c89cb16ffdf784660d95b96018794215b5f780c75f6cd0bcfb0
python-uvicorn_0.3.24-1.debian.tar.xz 6.3 KiB 526dcd7aaf51bb54d2c0cb350803f746d4ee3e3ba6965de363698577bcf89f9f

Available diffs

No changes file available.

Binary packages built by this source

python-uvicorn-doc: ASGI server implementation, using uvloop and httptools (Documentation)

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the documentation.

python3-uvicorn: ASGI server implementation, using uvloop and httptools (Python3 version)

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the Python 3 version of the library.

uvicorn: ASGI server implementation, using uvloop and httptools

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the CLI script.