mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
python-urllib3: update to 1.17
This commit is contained in:
parent
b1fe96c34d
commit
bb3079a6a2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-urllib3'
|
# Template file for 'python-urllib3'
|
||||||
pkgname=python-urllib3
|
pkgname=python-urllib3
|
||||||
version=1.16
|
version=1.17
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="urllib3-${version}"
|
wrksrc="urllib3-${version}"
|
||||||
|
@ -11,10 +11,10 @@ depends="python-six"
|
||||||
pycompile_module="urllib3"
|
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://github.com/shazow/urllib3"
|
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=63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab
|
checksum=fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# replace bundled copy of six
|
# replace bundled copy of six
|
||||||
|
|
Loading…
Add table
Reference in a new issue