python-urllib3: update to 2.4.0

This commit is contained in:
Biswapriyo Nath 2025-04-17 03:47:56 +00:00
parent db6a543bc3
commit 12f111ba8a

View File

@ -2,7 +2,7 @@
_realname=urllib3
pkgname="python-${_realname}"
pkgver=2.3.0
pkgver=2.4.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=('c01e942a7ab88284f1407eeff2c19693e04a6b339c216d64577989b9183d1418')
sha256sums=('cb1ad94a5de18b74beeb2680d69de5eb468a0d9904ddb690e0bac112ae4a15f8')
build() {
cd "${srcdir}/${_realname}-${pkgver}"