hypercorn 0.11.2-1build1 source package in Ubuntu

Changelog

hypercorn (0.11.2-1build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Mon, 18 Oct 2021 00:19:34 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hypercorn_0.11.2.orig.tar.gz 102.4 KiB 5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a
hypercorn_0.11.2-1build1.debian.tar.xz 2.7 KiB acef5b3968b6d15b7d17760392941902e0a73fe5b81b7bde3f70b70ffeb3167c
hypercorn_0.11.2-1build1.dsc 2.3 KiB dbd23c5b54dab2cbe2f560d62e4e2c8a9d8015a09b93f11096aea37b841909e5

View changes file

Binary packages built by this source

python3-hypercorn: ASGI Server based on Hyper libraries and inspired by Gunicorn

 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.