python-uvicorn 0.27.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.27.1
  * Refresh patches.
  * Replace python3-watchgod with python3-watchfiles.

 -- Michael Fladischer <email address hidden>  Tue, 20 Feb 2024 14:06:59 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.27.1-1.dsc 2.3 KiB 81ffb677a2ac4053b7808cd7ffd53fd4b4d644788c22888e049dbacd90d907df
python-uvicorn_0.27.1.orig.tar.gz 702.1 KiB 24fc30bbe393ebbf4bdbaf1ddbbd6e74de3f793324161935c00bc3870a3b2516
python-uvicorn_0.27.1-1.debian.tar.xz 6.9 KiB 11a638de50b6c74e3edf66a9717c5f03fd8b76d497be50004080ebf029dc7eb7

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.