mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python3-requests: update to 2.32.4
This commit is contained in:
parent
66a020bc41
commit
3fb5fae429
1 changed files with 3 additions and 7 deletions
|
@ -1,12 +1,8 @@
|
||||||
# Template file for 'python3-requests'
|
# Template file for 'python3-requests'
|
||||||
pkgname=python3-requests
|
pkgname=python3-requests
|
||||||
version=2.32.3
|
version=2.32.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# test_unicode_header_name hangs with urllib3 < 2.x
|
|
||||||
# see: https://github.com/psf/requests/issues/6734
|
|
||||||
make_check_args="
|
|
||||||
--deselect tests/test_requests.py::TestRequests::test_unicode_header_name"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ca-certificates python3-charset-normalizer python3-urllib3 python3-idna"
|
depends="ca-certificates python3-charset-normalizer python3-urllib3 python3-idna"
|
||||||
checkdepends="python3-pytest $depends python3-trustme python3-pytest-httpbin
|
checkdepends="python3-pytest $depends python3-trustme python3-pytest-httpbin
|
||||||
|
@ -17,7 +13,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=55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760
|
checksum=27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i '/certifi/d' setup.py
|
vsed -i '/certifi/d' setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue