python-urllib3: update to 1.18
This commit is contained in:
parent
5139436e67
commit
6316680dbc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-urllib3'
|
# Template file for 'python-urllib3'
|
||||||
pkgname=python-urllib3
|
pkgname=python-urllib3
|
||||||
version=1.17
|
version=1.18
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="urllib3-${version}"
|
wrksrc="urllib3-${version}"
|
||||||
|
@ -14,7 +14,7 @@ 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=fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603
|
checksum=d30dd4d1cbbc36ebab6e4a2076820cfe0c60f10adf087fecbc5a3edae79fdc81
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# replace bundled copy of six
|
# replace bundled copy of six
|
||||||
|
|
Loading…
Reference in a new issue