diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-09-09 09:24:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-08 19:02:11 -0700 |
| commit | e42735584ee366e5ce5fc7ebe0b321eaf846b736 (patch) | |
| tree | 0c04cb94a29dcdd94e7c5ce03c1445bf6d689ea8 /meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb | |
| parent | 2db221c64957ed6e9537dfa77739c86ac084f295 (diff) | |
| download | meta-openembedded-e42735584ee366e5ce5fc7ebe0b321eaf846b736.tar.gz | |
python3-natsort: upgrade 8.1.0 -> 8.2.0
Changelog:
===========
Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior
Reduce strictness of type hints to avoid over-constraining client code
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb new file mode 100644 index 0000000000..bc142195ed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.2.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=58db8ac9e152dd9b700f4d39ff40a31a" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "natsort" | ||
| 7 | SRC_URI[sha256sum] = "57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "python3-fastnumbers python3-icu" | ||
