python-requests: update to 2.6.0
This commit is contained in:
parent
8b887360ef
commit
c634c39eac
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.5.3
|
||||
version=2.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="requests-${version}"
|
||||
|
@ -17,13 +17,12 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://docs.python-requests.org/en/latest/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||
checksum=55d7f5619daae94ec49ee81ed8c865e5a2a47f0bbf8e06cf94636bee103eaf65
|
||||
checksum=1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75
|
||||
|
||||
pre_build() {
|
||||
# remove bundled cacerts
|
||||
rm -f requests/cacert.pem
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# replace bundled copy of chardet and urllib3
|
||||
for pyver in $python_versions; do
|
||||
|
|
Loading…
Reference in New Issue