On Thu, 27 Nov 2025 at 13:41, Dan McGregor via lists.openembedded.org <[email protected]> wrote:
This is my mess up, but the author field is wrong here. Should be Anthony's email, not mine. I'll send a v2 with the correct information. > > 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 <[email protected]> > --- > ...ket_0.3.0.bb => python3-requests-unixsocket_0.4.1.bb} | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > rename > meta-python/recipes-devtools/python/{python3-requests-unixsocket_0.3.0.bb => > python3-requests-unixsocket_0.4.1.bb} (54%) > > 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.4.1.bb > similarity index 54% > rename from > meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb > rename to > meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb > index 94497b609bd..4485b89de7d 100644 > --- a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb > +++ b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb > @@ -3,12 +3,11 @@ HOMEPAGE = "https://pypi.org/project/requests-unixsocket/" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" > > -SRC_URI[sha256sum] = > "28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e" > +SRC_URI[sha256sum] = > "b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995" > > -PYPI_PACKAGE = "requests-unixsocket" > +PYPI_PACKAGE = "requests_unixsocket" > > -inherit pypi > -inherit setuptools3 > +inherit pypi python_setuptools_build_meta > > -DEPENDS += "python3-pbr-native" > +DEPENDS += "python3-pbr-native python3-setuptools-scm-native" > RDEPENDS:${PN} = "python3-requests python3-urllib3" > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122116): https://lists.openembedded.org/g/openembedded-devel/message/122116 Mute This Topic: https://lists.openembedded.org/mt/116505505/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
