From 8a4eba594e67990c09f3940f7b31b9fb425e73de Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:35 -0700 Subject: [PATCH] python3-pylint: upgrade 3.0.1 -> 3.0.2 Signed-off-by: Khem Raj --- .../{python3-pylint_3.0.1.bb => python3-pylint_3.0.2.bb} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-pylint_3.0.1.bb => python3-pylint_3.0.2.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-pylint_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb index 7de38b768f..03e878b2ba 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb @@ -3,10 +3,9 @@ HOMEPAGE= "http://www.pylint.org/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" -SRC_URI += " \ - git://github.com/pylint-dev/pylint;branch=main;protocol=https \ - file://run-ptest \ - " +SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \ + file://run-ptest \ + " SRCREV ?= "f2cded41f7f3d4b45236cbe107b366b6caf84bde" inherit python_setuptools_build_meta ptest @@ -50,3 +49,5 @@ do_install_ptest() { } BBCLASSEXTEND = "native nativesdk" + +SRCREV = "efee9618894795cc8847727108522aa79431ee25"