Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-httptools
Commits:
623806d0 by Maxime Gauduin at 2026-05-28T17:50:01+02:00
convert to pkgctl version: remove _tag and pkgver()
- - - - -
985be97d by Maxime Gauduin at 2026-05-28T17:51:21+02:00
upgpkg: 0.8.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-httptools
pkgdesc = Fast HTTP parser
- pkgver = 0.7.1
- pkgrel = 3
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/MagicStack/httptools
arch = x86_64
license = MIT
@@ -11,9 +11,9 @@ pkgbase = python-httptools
makedepends = python-wheel
depends = python
depends = llhttp
- source =
git+https://github.com/MagicStack/httptools#tag=26461dae5a108d8e8b1e6cc206779055999f7905
+ source = git+https://github.com/MagicStack/httptools#tag=v0.8.0
source = git+https://github.com/nodejs/http-parser.git
- b2sums =
908380c38f33ce08c42c85ed605d8faf3c870bf3380a228745024f936282a4e345a67a1bea64db9e849b236ac892de2a2b60a1b122fb799d98cb5edd08b449c3
+ b2sums =
7d90b76b7482c48ccd0e29e7ea11eb59956bb0b7dc4e1b9185f21ac32954ad1d5563e175ab897c5a2dc13b901426a0cd3bf41a20b52101b0cf491b704c3aeeea
b2sums = SKIP
pkgname = python-httptools
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-httptools
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
pkgdesc='Fast HTTP parser'
arch=(x86_64)
url=https://github.com/MagicStack/httptools
@@ -18,10 +18,9 @@ makedepends=(
python-setuptools
python-wheel
)
-_tag=26461dae5a108d8e8b1e6cc206779055999f7905
-source=(git+https://github.com/MagicStack/httptools#tag=${_tag}
+source=(git+https://github.com/MagicStack/httptools#tag=v${pkgver}
git+https://github.com/nodejs/http-parser.git)
-b2sums=('908380c38f33ce08c42c85ed605d8faf3c870bf3380a228745024f936282a4e345a67a1bea64db9e849b236ac892de2a2b60a1b122fb799d98cb5edd08b449c3'
+b2sums=('7d90b76b7482c48ccd0e29e7ea11eb59956bb0b7dc4e1b9185f21ac32954ad1d5563e175ab897c5a2dc13b901426a0cd3bf41a20b52101b0cf491b704c3aeeea'
'SKIP')
prepare() {
@@ -33,11 +32,6 @@ prepare() {
git -c protocol.file.allow=always submodule update
}
-pkgver() {
- cd httptools
- git describe --tags | sed 's/^v//'
-}
-
build() {
cd httptools
python setup.py build build_ext --use-system-llhttp
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httptools/-/compare/b337156faf242ef0be455f8bbf74cf4472884d0a...985be97d7d106957b710aef2bef6ebef4c97a614
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httptools/-/compare/b337156faf242ef0be455f8bbf74cf4472884d0a...985be97d7d106957b710aef2bef6ebef4c97a614
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help