python-uvicorn 0.17.6-1 source package in Ubuntu

Changelog

python-uvicorn (0.17.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Add salsa-ci file (routine-update)
  * fix asyncio warnings
    Closes: #1008457

 -- Andreas Tille <email address hidden>  Mon, 04 Apr 2022 13:41:27 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.17.6-1.dsc 2.6 KiB 33f460db5657c04649a93de24cc18ac8b2cfca101366d3dff99063f50672410e
python-uvicorn_0.17.6.orig.tar.gz 691.5 KiB 369ecf238f0dac555257ad2ccc4b0351ad0524954afa5b4fffef27adedba144d
python-uvicorn_0.17.6-1.debian.tar.xz 8.2 KiB 2ad4faddd47f499fd389d6ac24e33ca7463fcb80c4f7e419d39a29b719b5ef04

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.