python-requests: update to 2.22.0.

This commit is contained in:
bra1nwave 2019-08-14 09:06:16 +02:00 committed by Helmut Pozimski
parent b6f931fff4
commit 704c10a14a

View file

@ -1,6 +1,6 @@
# Template file for 'python-requests'
pkgname=python-requests
version=2.21.0
version=2.22.0
revision=1
archs=noarch
wrksrc="requests-${version}"
@ -10,13 +10,13 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="ca-certificates python-chardet python-urllib3 python-idna"
short_desc="Python2 HTTP library for human beings"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://python-requests.org/"
license="Apache-2.0"
homepage="http://python-requests.org/"
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
checksum=502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e
checksum=11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
pre_build() {
sed -i '/certifi/d' setup.py
vsed -i '/certifi/d' setup.py
}
python3-requests_package() {