python-requests: update to 2.12.0
This commit is contained in:
parent
9906c53fd3
commit
486d683cef
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-requests'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.11.1
|
version=2.12.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
|
@ -15,9 +15,8 @@ short_desc="Python2 HTTP library for human beings"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://python-requests.org/"
|
homepage="http://python-requests.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
# distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||||
distfiles="https://github.com/kennethreitz/requests/archive/v${version}.tar.gz"
|
checksum=57b6c314a2c5f014dce634a0e1eeeb1707741b2e30bc7fee9c5b01fa216d57a3
|
||||||
checksum=e8e5710ae923a00e45631f0e47c30ebfc83b7a8c4a7a818f78bf820f9b607558
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove bundled cacerts
|
# remove bundled cacerts
|
||||||
|
|
Loading…
Reference in New Issue