From 07d6e23e0d2ba28fb0e0a4d87c2cef08b44d9995 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 21 May 2024 13:04:37 -0400 Subject: python3-pygments: upgrade 2.17.2 -> 2.18.0 2.18.0 offers new/updated lexers and various other improvements. Changelog: https://pygments.org/docs/changelog/ (From OE-Core rev: 58ce774d6899e3bd7f3f67c81830caca7f596d70) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygments_2.17.2.bb | 14 -------------- meta/recipes-devtools/python/python3-pygments_2.18.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pygments_2.17.2.bb create mode 100644 meta/recipes-devtools/python/python3-pygments_2.18.0.bb diff --git a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb deleted file mode 100644 index 8b98064b78..0000000000 --- a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Pygments is a syntax highlighting package written in Python." -DESCRIPTION = "Pygments is a syntax highlighting package written in Python." -HOMEPAGE = "http://pygments.org/" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" - -inherit python_hatchling -SRC_URI[sha256sum] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" - -UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments" -inherit pypi - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb new file mode 100644 index 0000000000..fd37365681 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Pygments is a syntax highlighting package written in Python." +DESCRIPTION = "Pygments is a syntax highlighting package written in Python." +HOMEPAGE = "http://pygments.org/" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" + +inherit python_hatchling +SRC_URI[sha256sum] = "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + +UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments" +inherit pypi + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf