From d05562cde9fcafce4892d825c52f3cab58a5a087 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 28 Mar 2024 08:59:29 +0100
Subject: [PATCH] python/httpcore: update to 1.0.5

---
 components/python/httpcore/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/python/httpcore/Makefile b/components/python/httpcore/Makefile
index 9df3bca..621de7a 100644
--- a/components/python/httpcore/Makefile
+++ b/components/python/httpcore/Makefile
@@ -19,11 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		httpcore
-HUMAN_VERSION =			1.0.4
+HUMAN_VERSION =			1.0.5
 COMPONENT_SUMMARY =		httpcore - A minimal low-level HTTP client.
 COMPONENT_PROJECT_URL =		https://www.encode.io/httpcore/
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022
+	sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61
 COMPONENT_LICENSE =		BSD-3-Clause
 COMPONENT_LICENSE_FILE =	LICENSE.md
 
@@ -34,6 +34,7 @@
 # This project does not support tox so we need to provide test requirements
 # manually.
 TEST_REQUIREMENTS_EXTRAS += http2
+TEST_REQUIREMENTS_EXTRAS += socks
 TEST_REQUIREMENTS_EXTRAS += asyncio
 
 # Test dependencies we are unable to detect automatically
@@ -48,3 +49,4 @@
 PYTHON_REQUIRED_PACKAGES += runtime/python
 TEST_REQUIRED_PACKAGES.python += library/python/anyio
 TEST_REQUIRED_PACKAGES.python += library/python/h2
+TEST_REQUIRED_PACKAGES.python += library/python/socksio

--
Gitblit v1.9.3