python-urllib3: update to 1.12

This commit is contained in:
Alessio Sergi 2015-09-07 23:35:15 +02:00
parent e1ebba25bb
commit a880621ec6
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-urllib3'
pkgname=python-urllib3
version=1.11
version=1.12
revision=1
noarch=yes
wrksrc="urllib3-${version}"
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/shazow/urllib3"
license="MIT"
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
checksum=0da48343bdc6c01cfe45bd23726dd2e7ea0c1fce24959a84a4682513a0fd2b12
checksum=0ea512776971fe4e76192600fe41e4e7ee96b4b9a5b15aefc1ac31d2a63872c6
post_install() {
# replace bundled copy of six
@ -33,6 +33,6 @@ python3.4-urllib3_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense ${wrksrc}/LICENSE.txt LICENSE
vlicense LICENSE.txt LICENSE
}
}