From a4bcf24f4f8f6cc0f1dc0f2300d90318bde3fda1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:59 +0800 Subject: python3-yarl: upgrade 1.23.0 -> 1.24.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-yarl_1.23.0.bb | 37 ---------------------- .../recipes-devtools/python/python3-yarl_1.24.2.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb deleted file mode 100644 index 6a973f9acb..0000000000 --- a/meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb +++ /dev/null @@ -1,37 +0,0 @@ -SUMMARY = "The module provides handy URL class for url parsing and changing" -HOMEPAGE = "https://github.com/aio-libs/yarl/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[sha256sum] = "53b1ea6ca88ebd4420379c330aea57e258408dd0df9af0992e5de2078dc9f5d5" - -PYPI_PACKAGE = "yarl" - -inherit pypi ptest-python-pytest python_setuptools_build_meta cython - -PEP517_BUILD_OPTS = "--config-setting=build-inplace=true" - - -DEPENDS += " \ - python3-expandvars-native \ -" - -RDEPENDS:${PN} = "\ - python3-multidict \ - python3-idna \ - python3-io \ - python3-propcache \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-hypothesis \ - python3-image \ - python3-pytest \ - python3-pytest-codspeed \ - python3-rich \ - python3-unittest-automake-output \ -" - -INSANE_SKIP:${PN} = "already-stripped" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb new file mode 100644 index 0000000000..4f6e4795b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb @@ -0,0 +1,37 @@ +SUMMARY = "The module provides handy URL class for url parsing and changing" +HOMEPAGE = "https://github.com/aio-libs/yarl/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "9ac374123c6fd7abf64d1fec93962b0bd4ee2c19751755a762a72dd96c0378f8" + +PYPI_PACKAGE = "yarl" + +inherit pypi ptest-python-pytest python_setuptools_build_meta cython + +PEP517_BUILD_OPTS = "--config-setting=build-inplace=true" + + +DEPENDS += " \ + python3-expandvars-native \ +" + +RDEPENDS:${PN} = "\ + python3-multidict \ + python3-idna \ + python3-io \ + python3-propcache \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-hypothesis \ + python3-image \ + python3-pytest \ + python3-pytest-codspeed \ + python3-rich \ + python3-unittest-automake-output \ +" + +INSANE_SKIP:${PN} = "already-stripped" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf