python-uvicorn 0.23.2+dfsg-1 source package in Ubuntu

Changelog

python-uvicorn (0.23.2+dfsg-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Forwarded patch

  [ Michael Fladischer ]
  * New upstream version 0.23.2+dfsg
  * Exclude docs/js from source tarball, it is not used and only provided in
    minified form.
  * Refresh patches.
  * Build using pybuild-plugin-pyproject and python3-hatchling.
  * Remove python3-asgiref and python3-httptools from Build-Depends, no longer
    used.
  * Add python3-a2wsgi to Build-Depends, required to build.
  * Add patch to disable gitter chat in documentation.
  * Add python3-pymdownx to Build-Depends, required by documentation.
  * Bump Standards-Version to 4.6.2.
  * Update year in d/copyright.
  * Install testfiles using d/pybuild.testfiles.
  * Run autopkgtests with all available Python3 versions, not only the
    requested ones.
  * Extend patch to use local image resource to prevent privacy breach.
  * Depend on python3-all for autopkgtests.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Remove gzipped sitemap.xml, not useful for offline documentation.

 -- Michael Fladischer <email address hidden>  Wed, 09 Aug 2023 16:27:28 +0000

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.23.2+dfsg-1.dsc 2.3 KiB f8df5171841c03bf32e1d8a24a41798254345d38e67bf33b254ea8ffd6708520
python-uvicorn_0.23.2+dfsg.orig.tar.xz 672.1 KiB e5b8d10f0220a8445bd472939da785eff815617882600406d96bb9130608cfea
python-uvicorn_0.23.2+dfsg-1.debian.tar.xz 9.3 KiB 24823faab43010afe678dfd4c9eba0c3574fad54ca9f3e51f224a320ebf79f4f

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.