hypercorn 0.13.2-3 source package in Ubuntu

Changelog

hypercorn (0.13.2-3) unstable; urgency=medium

  * Team Upload.
  * Clean-up symlink after dh_auto_clean hook (Closes: #1005619)
  * Add patch to fix coroutine based tests errors

 -- Nilesh Patra <email address hidden>  Sun, 11 Dec 2022 12:46:04 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hypercorn_0.13.2-3.dsc 1.7 KiB 38eca16e95914439b4c803288c6ee699aa1db92132a99cef938ff5750236e7db
hypercorn_0.13.2.orig.tar.bz2 112.5 KiB 778a41397232ccd785d85fe724c05171f58a90e81281420f915e1ea33fe81207
hypercorn_0.13.2-3.debian.tar.xz 6.0 KiB 9468d74da6bb4efd4e016fb7a513b75aaaafad41182663cd6004914a5914dbd8

Available diffs

No changes file available.

Binary packages built by this source

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.