aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-12-22 23:57:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-04 14:48:29 -0800
commited121f7da01ef8f5cbddfc663a0a899223b823c4 (patch)
treeb6c959a5e0ff6766fde9e9c8b1ea9945255ea676 /meta-python/recipes-devtools
parent80f5dae544dd311d91ece0b13206a2b36ffef899 (diff)
downloadmeta-openembedded-contrib-ed121f7da01ef8f5cbddfc663a0a899223b823c4.tar.gz
python3-natsort: Upgrade 7.0.1 -> 7.1.0
Upgrade to release 7.1.0: - os_sorted, os_sort_keygen, and os_sort_key to better support sorting like the file browser on the current operating system - Support for Python 3.9 - Treat None like NaN internally to avoid TypeError - No longer fail tests every time a new Python version is released - Various typos, missing figures, and out-of-date information in the "How it works" - Fix typo in CHANGELOG - Updated "How it works" to account for Pandas updates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb
index e20cdf0fa3..c890ae2432 100644
--- a/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517"
PYPI_PACKAGE = "natsort"
-SRC_URI[sha256sum] = "a633464dc3a22b305df0f27abcb3e83515898aa1fd0ed2f9726c3571a27258cf"
+SRC_URI[sha256sum] = "33f3f1003e2af4b4df20908fe62aa029999d136b966463746942efbfc821add3"
inherit pypi setuptools3