Merge pull request #3313 from MehdiChinoune/python-urllib3-update

python-urllib3: update to 1.26.13
This commit is contained in:
Christoph Reiter 2022-12-01 20:01:15 +01:00 committed by GitHub
commit e6d0f24f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
_realname=urllib3
pkgname="python-${_realname}"
pkgver=1.26.12
pkgver=1.26.13
pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
url='https://github.com/urllib3/urllib3'
@ -14,7 +14,7 @@ makedepends=(
"python-setuptools"
)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/urllib3/urllib3/archive/${pkgver}.tar.gz")
sha256sums=('c7356205ca6c14df2f35d1d9cf18cd8a1981185b7dca13e1c3af91a214037c9d')
sha256sums=('94c8e787aeb2820ac4b17e0a750cca25ea427ec911d0999636808bb6ef2f7164')
build() {
cd "${srcdir}/${_realname}-${pkgver}"