From 9300e6a73ee96500a046cce449d14a7a159e17da Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 9 Oct 2024 10:31:30 -0600 Subject: [PATCH] package/python-httpcore: bump to version 1.0.6 Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-httpcore/python-httpcore.hash | 4 ++-- package/python-httpcore/python-httpcore.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-httpcore/python-httpcore.hash b/package/python-httpcore/python-httpcore.hash index e773374c05..68c0450f94 100644 --- a/package/python-httpcore/python-httpcore.hash +++ b/package/python-httpcore/python-httpcore.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/httpcore/json -md5 17916ce84db1c0705af60a61bbec9061 httpcore-1.0.5.tar.gz -sha256 34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61 httpcore-1.0.5.tar.gz +md5 458f9b56367cf547425bf2347bffd784 httpcore-1.0.6.tar.gz +sha256 73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f httpcore-1.0.6.tar.gz # Locally computed sha256 checksums sha256 fdcb59154c74cbaba16a11242f7740bea9f23d6feb5547917d8c5f94a80392a5 LICENSE.md diff --git a/package/python-httpcore/python-httpcore.mk b/package/python-httpcore/python-httpcore.mk index ae29d8dc8a..19edf18c97 100644 --- a/package/python-httpcore/python-httpcore.mk +++ b/package/python-httpcore/python-httpcore.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_HTTPCORE_VERSION = 1.0.5 +PYTHON_HTTPCORE_VERSION = 1.0.6 PYTHON_HTTPCORE_SOURCE = httpcore-$(PYTHON_HTTPCORE_VERSION).tar.gz -PYTHON_HTTPCORE_SITE = https://files.pythonhosted.org/packages/17/b0/5e8b8674f8d203335a62fdfcfa0d11ebe09e23613c3391033cbba35f7926 +PYTHON_HTTPCORE_SITE = https://files.pythonhosted.org/packages/b6/44/ed0fa6a17845fb033bd885c03e842f08c1b9406c86a2e60ac1ae1b9206a6 PYTHON_HTTPCORE_SETUP_TYPE = pep517 PYTHON_HTTPCORE_LICENSE = BSD-3-Clause PYTHON_HTTPCORE_LICENSE_FILES = LICENSE.md