Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-h11
Commits: b104d2f3 by Jelle van der Waa at 2024-04-03T21:34:05+02:00 upgpkg: 0.14.0-3: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-h11 + pkgdesc = A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + pkgver = 0.14.0 + pkgrel = 3 + url = https://github.com/python-hyper/h11 + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-setuptools + depends = python + source = https://pypi.io/packages/source/h/h11/h11-0.14.0.tar.gz + sha512sums = 6146f6441ce62ea46d824a86c1687401224ea6084ca2703b9c841dce51cdfb5de49b39a4f4a7e95efae40ed83012ea4a8641700281f728c2f580a90ce42d82a5 + +pkgname = python-h11 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-h11 pkgver=0.14.0 -pkgrel=2 +pkgrel=3 pkgdesc="A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" url="https://github.com/python-hyper/h11" license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-h11/-/commit/b104d2f3b17527cfb030b36dec395701d7950c51 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-h11/-/commit/b104d2f3b17527cfb030b36dec395701d7950c51 You're receiving this email because of your account on gitlab.archlinux.org.