From 273fb4fbb38d55befb46ea868a49d49a82c3c8f1 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Mon, 11 Nov 2024 18:21:01 +0000 Subject: python3-yarl: upgrade 1.15.1 -> 1.17.1 Changelogs: - https://github.com/aio-libs/yarl/releases/tag/v1.17.1 - https://github.com/aio-libs/yarl/releases/tag/v1.17.0 - https://github.com/aio-libs/yarl/releases/tag/v1.16.0 - https://github.com/aio-libs/yarl/releases/tag/v1.15.5 - https://github.com/aio-libs/yarl/releases/tag/v1.15.4 - https://github.com/aio-libs/yarl/releases/tag/v1.15.3 - https://github.com/aio-libs/yarl/releases/tag/v1.15.2 Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-yarl_1.15.1.bb | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb deleted file mode 100644 index 475c71bba7..0000000000 --- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb +++ /dev/null @@ -1,36 +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] = "02e1c9e36528de270c22c06aac6a5a1de8cc870fafefb5e90e5b35cb8985d0b2" - -SRC_URI += "file://run-ptest" - -PYPI_PACKAGE = "yarl" - -inherit pypi ptest python_setuptools_build_meta - -DEPENDS += " \ - python3-expandvars-native \ - python3-cython-native \ -" - -RDEPENDS:${PN} = "\ - python3-multidict \ - python3-idna \ - python3-io \ - python3-propcache \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-hypothesis \ - python3-pytest \ - python3-pytest-codspeed \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} -- cgit v1.2.3-54-g00ecf