python-urllib3: Update to 2.5.0

This commit is contained in:
Christoph Reiter 2025-06-19 07:00:13 +02:00
parent 16351c2c02
commit 9a013738ab

View File

@ -2,7 +2,7 @@
_realname=urllib3
pkgname="python-${_realname}"
pkgver=2.4.0
pkgver=2.5.0
pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
url='https://github.com/urllib3/urllib3'
@ -21,7 +21,7 @@ makedepends=(
"python-installer"
)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/urllib3/urllib3/archive/${pkgver}.tar.gz")
sha256sums=('cb1ad94a5de18b74beeb2680d69de5eb468a0d9904ddb690e0bac112ae4a15f8')
sha256sums=('5ea3e7c3e387e65abe94af551c39c7a207d6bcec7053ae3d2dd643073dffb64b')
build() {
cd "${srcdir}/${_realname}-${pkgver}"