Sun, 25 Jan 2026 11:12:37 CST | login

Information for build python-h11-0.14.0-1.oc9

ID23463
Package Namepython-h11
Version0.14.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-h11.git?.#4ee33bcf2f25e3686f3e713e27918cd7377cca35
SummaryA pure-Python, bring-your-own-I/O implementation of HTTP/1.1
DescriptionThis is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It is a "bring-your-own-I/O" library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want: synchronous, threaded, asynchronous, or your own implementation of RFC 6214 -- h11 will not judge you. This also means that h11 is not immediately useful out of the box: it is a toolkit for building programs that speak HTTP, not something that could directly replace requests or twisted.web or whatever. But h11 makes it much easier to implement something like requests or twisted.web.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:32:14 CST
CompletedMon, 03 Jun 2024 20:33:55 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-h11.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-h11.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-h11-0.14.0-1.oc9.src.rpm (info) (download)
noarch
python3-h11-0.14.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14.0-1 - initial build