mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-httpx: bump to version 0.28.1
Drop no longer required python-sniffio runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bdd2803e1b
commit
6780975af0
@@ -4,7 +4,6 @@ config BR2_PACKAGE_PYTHON_HTTPX
|
||||
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_HTTPCORE # runtime
|
||||
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
|
||||
help
|
||||
The next generation HTTP client.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/httpx/json
|
||||
md5 f29763f29da610b185d2ca33937c572f httpx-0.27.2.tar.gz
|
||||
sha256 f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2 httpx-0.27.2.tar.gz
|
||||
md5 774cf32b9cd94a44189fbe5871026664 httpx-0.28.1.tar.gz
|
||||
sha256 75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc httpx-0.28.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ec59d544f12b5f539a3a716fd321ac58ccd8030b465221f2c880200cdf28d8d LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HTTPX_VERSION = 0.27.2
|
||||
PYTHON_HTTPX_VERSION = 0.28.1
|
||||
PYTHON_HTTPX_SOURCE = httpx-$(PYTHON_HTTPX_VERSION).tar.gz
|
||||
PYTHON_HTTPX_SITE = https://files.pythonhosted.org/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6
|
||||
PYTHON_HTTPX_SITE = https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956
|
||||
PYTHON_HTTPX_SETUP_TYPE = hatch
|
||||
PYTHON_HTTPX_LICENSE = BSD-3-Clause
|
||||
PYTHON_HTTPX_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user