hypercorn 0.13.2-ok1 source package in openKylin

Changelog

hypercorn (0.13.2-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 30 Jan 2023 15:45:11 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
hypercorn_0.13.2.orig.tar.gz 148.4 KiB f08bf9cbd9d813f4cd29bb5398b064176b4639dcc430dd1d366a389dae4ca280
hypercorn_0.13.2-ok1.debian.tar.xz 5.3 KiB 2a557a399edc2704fa49649dcfb9ca59534480ba8587f58e2fcb0027751e0066
hypercorn_0.13.2-ok1.dsc 2.1 KiB 961911711f7a32cdb60f9a73468cad7afcc6531326508c25ef54175e81ad471b

View changes file

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.