diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-02-15 15:37:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-16 08:13:29 -0800 |
| commit | 1d20c5964095623379346072b0757d028502e430 (patch) | |
| tree | 5c235cb6d53f70872c827ba837779dcedf40e246 | |
| parent | b7f663bc60b353d4c8aa49018e3782492b2de0da (diff) | |
| download | meta-openembedded-1d20c5964095623379346072b0757d028502e430.tar.gz | |
python3-natsort: upgrade 8.0.2 -> 8.1.0
Changelog:
=========
When using ns.PATH, only split off a maximum of two suffixes from a file name.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb b/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb index 1a54fcb240..1ba40d3a14 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" |
| 5 | 5 | ||
| 6 | PYPI_PACKAGE = "natsort" | 6 | PYPI_PACKAGE = "natsort" |
| 7 | SRC_URI[sha256sum] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b" | 7 | SRC_URI[sha256sum] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
