diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-05 15:49:33 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-06 08:58:42 -0700 |
| commit | ad0df8ff6f2c5e3aa8cf11cabd616f3352a22144 (patch) | |
| tree | 62e81bf776d3e4dae5f2ad61d2dad321c16c0914 /meta-python/recipes-devtools/python | |
| parent | befe8552bdefc3fa289c9a5a966b5a8c96377ada (diff) | |
| download | meta-openembedded-ad0df8ff6f2c5e3aa8cf11cabd616f3352a22144.tar.gz | |
python3-regex: Upgrade 2021.3.17 -> 2021.4.4
Upgrade to release 2021.4.4 with the following bug fixes:
- regex fails with a quantified backreference but succeeds with
repeated backref
- API is not a drop-in replacement for python's re when it comes
to typing
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb (renamed from meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb index a3cb804133..177b06b97c 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb | |||
| @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0 | |||
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68" | 8 | SRC_URI[sha256sum] = "52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb" |
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
