python-urllib3: update to 1.17
This commit is contained in:
parent
b1fe96c34d
commit
bb3079a6a2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-urllib3'
|
||||
pkgname=python-urllib3
|
||||
version=1.16
|
||||
version=1.17
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="urllib3-${version}"
|
||||
|
@ -11,10 +11,10 @@ depends="python-six"
|
|||
pycompile_module="urllib3"
|
||||
short_desc="HTTP library with thread-safe connection pooling (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/shazow/urllib3"
|
||||
homepage="https://urllib3.readthedocs.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
|
||||
checksum=63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab
|
||||
checksum=fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603
|
||||
|
||||
post_install() {
|
||||
# replace bundled copy of six
|
||||
|
|
Loading…
Reference in New Issue