python-urllib3: update to 1.26.6.

This commit is contained in:
Andrew J. Hesford 2021-06-28 12:12:11 -04:00
parent 361c4a058e
commit 1f478e4e4e
1 changed files with 2 additions and 3 deletions

View File

@ -1,18 +1,17 @@
# Template file for 'python-urllib3' # Template file for 'python-urllib3'
pkgname=python-urllib3 pkgname=python-urllib3
version=1.26.5 version=1.26.6
revision=1 revision=1
wrksrc="urllib3-${version}" wrksrc="urllib3-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-six" depends="python-six"
checkdepends="python-pytest python3-pytest python-six python3-six"
short_desc="HTTP library with thread-safe connection pooling (Python2)" short_desc="HTTP library with thread-safe connection pooling (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT" license="MIT"
homepage="https://urllib3.readthedocs.io/" homepage="https://urllib3.readthedocs.io/"
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
checksum=a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098 checksum=f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f
# Checks depend on unpackaged "trustme" # Checks depend on unpackaged "trustme"
make_check=no make_check=no