python-requests: update to 2.19.1
This commit is contained in:
parent
5c3e652a64
commit
f4c7433fd3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.18.4
|
||||
revision=2
|
||||
version=2.19.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="requests-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://python-requests.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||
checksum=9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e
|
||||
checksum=ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a
|
||||
|
||||
pre_build() {
|
||||
sed -i '/certifi/d' setup.py
|
||||
|
|
Loading…
Reference in New Issue