diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:12:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-27 13:44:47 -0700 |
| commit | 5b9ad3ab52a789e169aaf9909894f27933f79f95 (patch) | |
| tree | 1026f700180f2d9df2ba17315f389978ba60efb6 /meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | |
| parent | 1433fd750184c4b0f5f47f0adc218adfb0a6ea86 (diff) | |
| download | meta-openembedded-5b9ad3ab52a789e169aaf9909894f27933f79f95.tar.gz | |
python3-natsort: upgrade 8.3.1 -> 8.4.0
Changelog:
==========
- The changelog now only explictly exists in the repository (issue #162)
- Inputs with spaces near adjascent to the extension are now sorted correctly
for os_sorted on Windows (issues #165 and #166)
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-natsort_8.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb new file mode 100644 index 0000000000..206e322fbd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Simple yet flexible natural sorting in Python." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "natsort" | ||
| 7 | SRC_URI[sha256sum] = "45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a1ea581" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "python3-fastnumbers python3-icu" | ||
