[meta-python] python3-natsort: upgrade 8.0.2 -> 8.1.0

Message ID 1644910647-5613-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-natsort: upgrade 8.0.2 -> 8.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 15, 2022, 7:37 a.m. UTC
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>
---
 .../{python3-natsort_8.0.2.bb => python3-natsort_8.1.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-natsort_8.0.2.bb => python3-natsort_8.1.0.bb} (75%)

Patch

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
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
rename to 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"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
 
 PYPI_PACKAGE = "natsort"
-SRC_URI[sha256sum] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b"
+SRC_URI[sha256sum] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445"
 
 inherit pypi setuptools3