hypercorn 0.13.2-1 source package in Ubuntu

Changelog

hypercorn (0.13.2-1) unstable; urgency=medium

  * Switch to GitLab releases.
  * New upstream release.
  * Add an upstream setup.py to avoid messing around with pyproject.toml.
  * Ignore middleware tests as they unconditionally import trio.
  * Use dh-sequence-python3.
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.
  * Remove obsolete field Name from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * Update standards version to 4.6.0, no changes needed.

 -- Andrej Shadura <email address hidden>  Thu, 06 Jan 2022 14:43:11 +0100

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hypercorn_0.13.2-1.dsc 1.8 KiB 94726c396dc2eb1948e377172feb210405cbd859a1ee08d7a050cbfd3ab43b63
hypercorn_0.13.2.orig.tar.bz2 112.5 KiB 778a41397232ccd785d85fe724c05171f58a90e81281420f915e1ea33fe81207
hypercorn_0.13.2-1.debian.tar.xz 4.4 KiB 7257f574334140838a59786f2761949ff89dcb82a8c12a1c8a78059b1dd687ab

No changes file available.

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.