mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-requests: update to 2.20.0
This commit is contained in:
parent
950f9aca25
commit
06c4e737ec
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-requests'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.19.1
|
version=2.20.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
|
@ -13,7 +13,7 @@ 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"
|
||||||
checksum=ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a
|
checksum=99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/certifi/d' setup.py
|
sed -i '/certifi/d' setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue