[meta-python,4/5] python3-natsort: Upgrade 8.0.0 -> 8.0.2

Message ID 20220112183531.2712341-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-asyncio-throttle: Add recipe | expand

Commit Message

Leon Anavi Jan. 12, 2022, 6:35 p.m. UTC
Upgrade to release 8.0.2:

- Bug where sorting paths fail if one of the paths is '.'.
- Compose unicode characters when using locale to ensure sorting
  is correct across all locales.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-natsort_8.0.0.bb => python3-natsort_8.0.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-natsort_8.0.0.bb => python3-natsort_8.0.2.bb} (75%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb
rename to meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
index 7c2b7deb6..1a54fcb24 100644
--- a/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
 
 PYPI_PACKAGE = "natsort"
-SRC_URI[sha256sum] = "a0a4fd71aee20a6d648da61e01180a63f7268e69983d0440bd3ad80ef1ba6981"
+SRC_URI[sha256sum] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b"
 
 inherit pypi setuptools3