diff mbox series

[meta-python] python3-natsort: upgrade 8.3.1 -> 8.4.0

Message ID 1687849939-19941-12-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-natsort: upgrade 8.3.1 -> 8.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 27, 2023, 7:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-natsort_8.3.1.bb => python3-natsort_8.4.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-natsort_8.3.1.bb => python3-natsort_8.4.0.bb} (75%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb
rename to meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
index baf94caa80..206e322fbd 100644
--- a/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
 
 PYPI_PACKAGE = "natsort"
-SRC_URI[sha256sum] = "517595492dde570a4fd6b6a76f644440c1ba51e2338c8a671d7f0475fda8f9fd"
+SRC_URI[sha256sum] = "45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a1ea581"
 
 inherit pypi setuptools3