From 1638325cd8b36834c21aa6bcec414ab8d7ca1bc9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Apr 2025 09:43:20 +0000 Subject: python3-yamllint: upgrade 1.36.0 -> 1.37.0 (From OE-Core rev: 878bdceddf21499cf4da1dda596867c07cedda28) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-yamllint_1.36.0.bb | 14 -------------- meta/recipes-devtools/python/python3-yamllint_1.37.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-yamllint_1.36.0.bb create mode 100644 meta/recipes-devtools/python/python3-yamllint_1.37.0.bb diff --git a/meta/recipes-devtools/python/python3-yamllint_1.36.0.bb b/meta/recipes-devtools/python/python3-yamllint_1.36.0.bb deleted file mode 100644 index f6c1a1dd90..0000000000 --- a/meta/recipes-devtools/python/python3-yamllint_1.36.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A linter for YAML files." -HOMEPAGE = "https://github.com/adrienverge/yamllint" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "yamllint" - -SRC_URI[sha256sum] = "3835a65994858679ea06fd998dd968c3f71935cd93742990405999d888e21130" - -RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb b/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb new file mode 100644 index 0000000000..9ba0e8bc6e --- /dev/null +++ b/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "A linter for YAML files." +HOMEPAGE = "https://github.com/adrienverge/yamllint" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "yamllint" + +SRC_URI[sha256sum] = "ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580" + +RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf