python-uvicorn 0.13.3-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release
    - Closes: #969275 CVE-2020-7695
    - Closes: #969276 CVE-2020-7694
  * debian/control
    - run wrap-and-sort
    - add httpx, pytest-mock, trustme to b-d, needed for tests
    - bump Standards-Version to 4.5.1 (no changes needed)

 -- Sandro Tosi <email address hidden>  Fri, 08 Jan 2021 23:00:04 -0500

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.13.3-1.dsc 2.4 KiB 2b4a0d914b9599dc236ed28f342588accc511ec112d1bf1a8d5da8ef92fa7bfd
python-uvicorn_0.13.3.orig.tar.xz 483.5 KiB ffe16af85ccab64387830953972ea91aa8b2647130d201e91305cb52e8516a87
python-uvicorn_0.13.3-1.debian.tar.xz 7.2 KiB efa714dde12db5f1e7aeff37184130de6e58873ee01be9ca038d066d18581147

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.