Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-requests-toolbelt
Commits:
6f289d9b by Antonio Rojas at 2025-12-26T20:10:52+01:00
upgpkg: 1.0.0-5: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-requests-toolbelt
pkgdesc = A toolbelt of useful classes and functions to be used with
python-requests.
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/requests/toolbelt
arch = any
license = Apache
@@ -13,6 +13,8 @@ pkgbase = python-requests-toolbelt
makedepends = python-setuptools
depends = python-requests
source =
python-requests-toolbelt-1.0.0.tar.gz::https://github.com/requests/toolbelt/archive/1.0.0.tar.gz
+ source =
urllib3-2.patch::https://patch-diff.githubusercontent.com/raw/requests/toolbelt/pull/356.patch
sha512sums =
1ee5d5dbb0d140796c81d42c051ccfab8810bf5ec511b32c9a54b4adccbab460f3108acdfe5a65b3cb68377586ff0f55206bf231e64651aaea077feda7984953
+ sha512sums =
a4037db7c9dafb33a5ee6a33a1a4e2d748971f6512c9497c447fdeddf4513c194e4b6b46648faa6a6b008b359ed05511a8450827f85759cc8edee35d78aaa456
pkgname = python-requests-toolbelt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-requests-toolbelt
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A toolbelt of useful classes and functions to be used with
python-requests."
arch=('any')
url="https://github.com/requests/toolbelt"
@@ -12,8 +12,15 @@ depends=('python-requests')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-betamax' 'python-ndg-httpsclient'
'python-pyopenssl'
'python-trustme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz")
-sha512sums=('1ee5d5dbb0d140796c81d42c051ccfab8810bf5ec511b32c9a54b4adccbab460f3108acdfe5a65b3cb68377586ff0f55206bf231e64651aaea077feda7984953')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz"
+
urllib3-2.patch::https://patch-diff.githubusercontent.com/raw/requests/toolbelt/pull/356.patch)
+sha512sums=('1ee5d5dbb0d140796c81d42c051ccfab8810bf5ec511b32c9a54b4adccbab460f3108acdfe5a65b3cb68377586ff0f55206bf231e64651aaea077feda7984953'
+
'a4037db7c9dafb33a5ee6a33a1a4e2d748971f6512c9497c447fdeddf4513c194e4b6b46648faa6a6b008b359ed05511a8450827f85759cc8edee35d78aaa456')
+
+prepare() {
+ cd toolbelt-$pkgver
+ patch -p1 -i ../urllib3-2.patch
+}
build() {
cd toolbelt-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-toolbelt/-/commit/6f289d9b027e60e4e8dd6887a9542e8a60850d82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-toolbelt/-/commit/6f289d9b027e60e4e8dd6887a9542e8a60850d82
You're receiving this email because of your account on gitlab.archlinux.org.