From: Gyorgy Sarvari Date: Wed, 13 Aug 2025 15:54:44 +0000 (+0200) Subject: python3-click: upgrade 8.1.8 -> 8.2.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37edc3bbe87831ff08aec5d7c71f3edf92496ab0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-click: upgrade 8.1.8 -> 8.2.1 Some new tests use pytest's terminal reporter internally, which requires full "cat" and "less", busybox isn't enough - RDEPENDS is adapted accordingly. ptest passed: ==================================== Testsuite summary TOTAL: 761 PASS: 739 SKIP: 21 XFAIL: 1 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 2 END: /usr/lib/python3-click/ptest 2025-08-13T15:51 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: https://click.palletsprojects.com/en/stable/changes/ Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-click_8.1.8.bb b/meta/recipes-devtools/python/python3-click_8.2.1.bb similarity index 87% rename from meta/recipes-devtools/python/python3-click_8.1.8.bb rename to meta/recipes-devtools/python/python3-click_8.2.1.bb index 7be3d735460..0bbc7e84889 100644 --- a/meta/recipes-devtools/python/python3-click_8.1.8.bb +++ b/meta/recipes-devtools/python/python3-click_8.2.1.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8" -SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" +SRC_URI[sha256sum] = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" inherit pypi python_flit_core ptest-python-pytest @@ -29,5 +29,6 @@ RDEPENDS:${PN} += "\ python3-io \ python3-threading \ " +RDEPENDS:${PN}-ptest += "coreutils less" BBCLASSEXTEND = "native nativesdk"