From 57d796d6304923548e5f16d16cbae9b7ed537b67 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Dec 2023 15:37:21 +0800 Subject: python3-regex: upgrade 2023.10.3 -> 2023.12.25 Changelog: ============= -Cannot get release notification action in main.yml to work. Commenting it out for now. -Fixed invalid main.yml. -The escape function no longer escapes \x00. It's not necessary. -Inline flags can now be turned off and apply to what follows. -Added \R to match line endings. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-regex_2023.10.3.bb | 14 -------------- .../recipes-devtools/python/python3-regex_2023.12.25.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb b/meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb deleted file mode 100644 index c26d55f474..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Alternative regular expression module, to replace re." -HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f" - -RDEPENDS:${PN} += " \ - python3-stringold \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb b/meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb new file mode 100644 index 0000000000..d7ac616083 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb @@ -0,0 +1,14 @@ +SUMMARY = "Alternative regular expression module, to replace re." +HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5" + +RDEPENDS:${PN} += " \ + python3-stringold \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf