Sun, 12 May 2024 22:37:32 UTC | login

Information for build python-h11-0.9.0-4.fc32

ID131892
Package Namepython-h11
Version0.9.0
Release4.fc32
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 11:04:37 UTC
CompletedTue, 03 Dec 2019 11:04:37 UTC
Tags
f32
f33
RPMs
src
python-h11-0.9.0-4.fc32.src.rpm (info) (download)
noarch
python3-h11-0.9.0-4.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 20 2019 Carl George <carl@george.computer> - 0.9.0-1 - Latest upstream * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Sep 12 2018 Carl George <carl@george.computer> - 0.8.1-1 - Initial package