From 1a2556e97debf5d386d362f87060aa25a52b2718 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Sep 2022 10:30:10 +0800 Subject: python3-regex: upgrade 2022.8.17 -> 2022.9.13 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-regex_2022.8.17.bb | 14 -------------- .../recipes-devtools/python/python3-regex_2022.9.13.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb b/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb deleted file mode 100644 index 4999fc64f4..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2022.8.17.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] = "5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c" - -RDEPENDS:${PN} += " \ - python3-stringold \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb b/meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb new file mode 100644 index 0000000000..886acd7387 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2022.9.13.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] = "f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd" + +RDEPENDS:${PN} += " \ + python3-stringold \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf