hypercorn 0.14.4-1 source package in Ubuntu

Changelog

hypercorn (0.14.4-1) unstable; urgency=medium

  * New upstream version 0.14.4
  * Add python3-pytest-trio to Build-Depends and enable trio tests.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <email address hidden>  Mon, 10 Jul 2023 11:30:00 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hypercorn_0.14.4-1.dsc 2.2 KiB 753f8f9b2e0feab962190fcb825fadac6cb181bcaa6d43a3ec71f54ea7671a06
hypercorn_0.14.4.orig.tar.gz 152.3 KiB 880198e7b9b09b3017f311f100178c65d67289b68174bd06d4ce947d05b10661
hypercorn_0.14.4-1.debian.tar.xz 4.4 KiB 410036b9d69c5e33ad5622f4944d3e8aee0ebd87f884a0d40b02bbd7b97b4659

Available diffs

No changes file available.

Binary packages built by this source

python-hypercorn-doc: ASGI Server based on Hyper (Documentation)

 Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
 and wsproto libraries and inspired by Gunicorn. Hypercorn supports
 HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
 types.
 .
 Hypercorn can optionally serve the current draft of the HTTP/3
 specification using the aioquic library.
 .
 Hypercorn was initially part of Quart before being separated out into
 a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
 .
 This package contains the documentation.

python3-hypercorn: ASGI Server based on Hyper (Python3 version)

 Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
 and wsproto libraries and inspired by Gunicorn. Hypercorn supports
 HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
 types.
 .
 Hypercorn can optionally serve the current draft of the HTTP/3
 specification using the aioquic library.
 .
 Hypercorn was initially part of Quart before being separated out into
 a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
 .
 This package contains the Python 3 version of the library.