python-uvicorn 0.30.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.30.1
  * Remove __pycache__ artifact from documentation.
  * Use $(CURDIR) in d/rules.
  * Skip network-dependant tests during build.
  * Refresh patches and drop httpx compatibility patch.

 -- Michael Fladischer <email address hidden>  Thu, 18 Jul 2024 07:56:58 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.30.1-1.dsc 2.3 KiB 47a803bde90cad77a0cc73fde2ea59621ec661db2a8f9e803a147ed69eb3acb7
python-uvicorn_0.30.1.orig.tar.gz 705.6 KiB 682b60a82e29ba4f51e97704cfc923082866e719c564c5f832d495c51ac61877
python-uvicorn_0.30.1-1.debian.tar.xz 7.2 KiB 5fedaee30f81361a52e2ab115ca340e7f2cf8341ab21e6b3934ec89a62a65001

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.