From 3304914228a25f9ced71f3aeb6b40386eab82e20 Mon Sep 17 00:00:00 2001 From: Anthony Del Frari Date: Thu, 27 Nov 2025 16:21:41 -0600 Subject: python3-requests-unixsocket: Update to 0.4.1 python3-requests broke the http+unix url scheme with version 2.32. Their position is that it's the responsibility of consuming libraries to adopt their new interface. requests-unixsocket 0.4 adapts to the new interface. Signed-off-by: Dan McGregor Signed-off-by: Khem Raj --- .../python/python3-requests-unixsocket_0.3.0.bb | 14 -------------- .../python/python3-requests-unixsocket_0.4.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb deleted file mode 100644 index 94497b609b..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Use requests to talk HTTP via a UNIX domain socket" -HOMEPAGE = "https://pypi.org/project/requests-unixsocket/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -SRC_URI[sha256sum] = "28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e" - -PYPI_PACKAGE = "requests-unixsocket" - -inherit pypi -inherit setuptools3 - -DEPENDS += "python3-pbr-native" -RDEPENDS:${PN} = "python3-requests python3-urllib3" diff --git a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb new file mode 100644 index 0000000000..4485b89de7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Use requests to talk HTTP via a UNIX domain socket" +HOMEPAGE = "https://pypi.org/project/requests-unixsocket/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +SRC_URI[sha256sum] = "b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995" + +PYPI_PACKAGE = "requests_unixsocket" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-pbr-native python3-setuptools-scm-native" +RDEPENDS:${PN} = "python3-requests python3-urllib3" -- cgit v1.2.3-54-g00ecf