python-urllib3: update to 1.23
This commit is contained in:
parent
8b32dcb26d
commit
5c3e652a64
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-urllib3'
|
# Template file for 'python-urllib3'
|
||||||
pkgname=python-urllib3
|
pkgname=python-urllib3
|
||||||
version=1.22
|
version=1.23
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="urllib3-${version}"
|
wrksrc="urllib3-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="urllib3"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six"
|
depends="python-six"
|
||||||
pycompile_module="urllib3"
|
|
||||||
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>"
|
||||||
homepage="https://urllib3.readthedocs.io/"
|
homepage="https://urllib3.readthedocs.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
|
||||||
checksum=cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f
|
checksum=a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# replace bundled copy of six
|
# replace bundled copy of six
|
||||||
|
|
Loading…
Reference in New Issue