python-requests: update to 2.8.0
This commit is contained in:
parent
8c4b78a27a
commit
71e4318b6d
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.7.0
|
||||
version=2.8.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="requests-${version}"
|
||||
|
@ -12,12 +12,12 @@ hostmakedepends="
|
|||
makedepends="${hostmakedepends}"
|
||||
depends="python-chardet python-urllib3 ca-certificates"
|
||||
pycompile_module="requests"
|
||||
short_desc="Python HTTP for Humans (Python2)"
|
||||
short_desc="Python2 HTTP library for human beings"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://docs.python-requests.org/en/latest/"
|
||||
homepage="http://python-requests.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||
checksum=398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d
|
||||
checksum=b2f003589b60924909c0acde472590c5ea83906986a7a25b6f7929eb20923b7b
|
||||
|
||||
pre_build() {
|
||||
# remove bundled cacerts
|
||||
|
|
Loading…
Reference in a new issue