George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-urllib3
Commits: ed3a7b1e by George Rawlinson at 2025-04-15T04:06:53+00:00 upgpkg: 2.4.0-1 * New upstream release. * Remove upstreamed python-httpx fix. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-urllib3 pkgdesc = HTTP library with thread-safe connection pooling and file post support - pkgver = 2.3.0 + pkgver = 2.4.0 pkgrel = 1 url = https://github.com/urllib3/urllib3 arch = any @@ -31,11 +31,9 @@ pkgbase = python-urllib3 optdepends = python-h2: HTTP/2 support optdepends = python-pysocks: SOCKS support optdepends = python-zstandard: Zstandard support - source = https://github.com/urllib3/urllib3/archive/2.3.0/python-urllib3-2.3.0.tar.gz - source = ensure-compatibility-with-httpx-0.28.patch::https://github.com/urllib3/urllib3/commit/3ccbdc909e4f9488567be46b76be9dcfd949ee2f.patch + source = https://github.com/urllib3/urllib3/archive/2.4.0/python-urllib3-2.4.0.tar.gz source = https://github.com/urllib3/hypercorn/archive/d1719f8c1570cbd8e6a3719ffdb14a4d72880abb/hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz - sha512sums = 7b4b8732f4a4cddb8a6f6854d21febcbecba0762bff65d2291d95d1f54a972c3168f8d7ca1786edfb5c0a0c955cf3812ff6fe1b7925973d3fe31077fbfbdc39c - sha512sums = af7c174e6253e927a92752d713795ef91307f03016e2bb15c14869e1c479ba86488891100540573a48536a59b50a99273fb6c88ab4d2688aab6909baa06c28fe + sha512sums = 78afd6daea5594381783cae2cc3efbfcc89455da7f86994a17bd86c3c840d2e304fd3b744e8c0789cbbe6704502ef03a1bbaaadd2b1713b084adb250cfdffb9f sha512sums = 62d6787d88a2e716f0ac04fc49f6cdc586e473a660ee754ff66961922ae78bcc75d1f78b091e78557dd60f006e8e480114738c7b4ff71beac804e4fc9603240b pkgname = python-urllib3 ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _name=urllib3 pkgname=python-urllib3 -pkgver=2.3.0 +pkgver=2.4.0 pkgrel=1 pkgdesc="HTTP library with thread-safe connection pooling and file post support" arch=("any") @@ -48,18 +48,11 @@ optdepends=( _urllib3_hypercorn_commit=d1719f8c1570cbd8e6a3719ffdb14a4d72880abb source=( "$url/archive/$pkgver/$pkgname-$pkgver.tar.gz" - "ensure-compatibility-with-httpx-0.28.patch::$url/commit/3ccbdc909e4f9488567be46b76be9dcfd949ee2f.patch" "https://github.com/urllib3/hypercorn/archive/$_urllib3_hypercorn_commit/hypercorn-$_urllib3_hypercorn_commit.tar.gz" ) -sha512sums=('7b4b8732f4a4cddb8a6f6854d21febcbecba0762bff65d2291d95d1f54a972c3168f8d7ca1786edfb5c0a0c955cf3812ff6fe1b7925973d3fe31077fbfbdc39c' - 'af7c174e6253e927a92752d713795ef91307f03016e2bb15c14869e1c479ba86488891100540573a48536a59b50a99273fb6c88ab4d2688aab6909baa06c28fe' +sha512sums=('78afd6daea5594381783cae2cc3efbfcc89455da7f86994a17bd86c3c840d2e304fd3b744e8c0789cbbe6704502ef03a1bbaaadd2b1713b084adb250cfdffb9f' '62d6787d88a2e716f0ac04fc49f6cdc586e473a660ee754ff66961922ae78bcc75d1f78b091e78557dd60f006e8e480114738c7b4ff71beac804e4fc9603240b') -prepare() { - cd $_name-$pkgver - patch -Np1 -i ../ensure-compatibility-with-httpx-0.28.patch -} - build() { cd $_name-$pkgver export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/commit/ed3a7b1e58e1aac1e1c91e161b7fc59e5f58d10b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/commit/ed3a7b1e58e1aac1e1c91e161b7fc59e5f58d10b You're receiving this email because of your account on gitlab.archlinux.org.