Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-urllib3
Commits:
1ca38049 by Jelle van der Waa at 2026-01-02T15:26:16+01:00
Don't depend on backports.zstd
Python 3.14 now includes zstd support
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-urllib3
pkgdesc = HTTP library with thread-safe connection pooling and file
post support
pkgver = 2.6.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/urllib3/urllib3
arch = any
license = MIT
@@ -30,7 +30,6 @@ pkgbase = python-urllib3
optdepends = python-brotlicffi: Brotli support
optdepends = python-h2: HTTP/2 support
optdepends = python-pysocks: SOCKS support
- optdepends = python-backports-zstd: Zstandard support
source =
https://github.com/urllib3/urllib3/archive/2.6.2/python-urllib3-2.6.2.tar.gz
source =
https://github.com/urllib3/hypercorn/archive/d1719f8c1570cbd8e6a3719ffdb14a4d72880abb/hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz
sha512sums =
7d2167924922f27cd618bb3f8b56a3c4c6a49254ec5ee7ee48aba6d39cd924e40c58db9b759b0a41ac676f7273b56fe8978d6e20b798ff9b8c8c745c74cf9a15
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-urllib3
pkgver=2.6.2
-pkgrel=3
+pkgrel=4
pkgdesc='HTTP library with thread-safe connection pooling and file post
support'
arch=(any)
url='https://github.com/urllib3/urllib3'
@@ -42,7 +42,6 @@ optdepends=(
'python-brotlicffi: Brotli support'
'python-h2: HTTP/2 support'
'python-pysocks: SOCKS support'
- 'python-backports-zstd: Zstandard support'
)
_urllib3_hypercorn_commit=d1719f8c1570cbd8e6a3719ffdb14a4d72880abb
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/commit/1ca380492dfa90b4f6533f8d598d1abc0d13e930
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/commit/1ca380492dfa90b4f6533f8d598d1abc0d13e930
You're receiving this email because of your account on gitlab.archlinux.org.