From e6bfb24794bad1b0997b236a563e1f1860ecf974 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Jun 2025 17:13:11 +0800 Subject: python3-pygments: upgrade 2.19.1 -> 2.19.2 Changelog: Lua: Fix regression introduced in 2.19.0 (From OE-Core rev: 822abe77e502ce71bb135e49696c6bdaea0c73da) Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygments_2.19.1.bb | 13 ------------- meta/recipes-devtools/python/python3-pygments_2.19.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pygments_2.19.1.bb create mode 100644 meta/recipes-devtools/python/python3-pygments_2.19.2.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.1.bb b/meta/recipes-devtools/python/python3-pygments_2.19.1.bb deleted file mode 100644 index de24ed3f11..0000000000 --- a/meta/recipes-devtools/python/python3-pygments_2.19.1.bb +++ /dev/null @@ -1,13 +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] = "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" - -inherit pypi - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.2.bb b/meta/recipes-devtools/python/python3-pygments_2.19.2.bb new file mode 100644 index 0000000000..a1f73b441d --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygments_2.19.2.bb @@ -0,0 +1,13 @@ +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] = "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" + +inherit pypi + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf