diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-05 15:53:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-05 09:29:35 -0700 |
| commit | 5bee3853d92553ff202020d22fefe080465dc9b6 (patch) | |
| tree | 3c3d5e5bfc9c71b01518bbcbb478679bb66e7a6f /meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb | |
| parent | b5d5a8565adf64dde67fcf1c608f6c8c688d6dd4 (diff) | |
| download | meta-openembedded-5bee3853d92553ff202020d22fefe080465dc9b6.tar.gz | |
python3-regex: upgrade 2023.5.5 -> 2023.6.3
Changelog:
=============
# Git issue 498: Conditional negative lookahead inside positive lookahead fails to match
Conditional node needed an additional member that points to the true branch.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb b/meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb deleted file mode 100644 index ddd8402465..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2023.5.5.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "Alternative regular expression module, to replace re." | ||
| 2 | HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-stringold \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
