python-requests: update to 2.25.0.
This commit is contained in:
parent
2c17593c1e
commit
89e9912673
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-requests'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.24.0
|
version=2.25.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://python-requests.org/"
|
homepage="https://python-requests.org/"
|
||||||
changelog="https://raw.githubusercontent.com/psf/requests/master/HISTORY.md"
|
changelog="https://raw.githubusercontent.com/psf/requests/master/HISTORY.md"
|
||||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||||
checksum=b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b
|
checksum=7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -i '/certifi/d' setup.py
|
vsed -i '/certifi/d' setup.py
|
||||||
|
|
Loading…
Reference in New Issue