diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-05 11:30:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-08 10:05:12 -0800 |
commit | 2a3950dd652b0c05dafbf879c0f80093ef04c134 (patch) | |
tree | 1d9bd22311841884d219dede8703777964b27ea6 /meta-python/recipes-devtools/python | |
parent | d6b4f9b46081e28fe8771919525b184a59854282 (diff) | |
download | meta-openembedded-2a3950dd652b0c05dafbf879c0f80093ef04c134.tar.gz |
python3-natsort: Upgrade 7.1.1 -> 8.0.0
Upgrade to release 8.0.0:
- Re-release 7.2.0 as 8.0.0 because introduction of type hints can
break CI builds
- Type hints
- Explicit testing for Python 3.10
License-Update: Update license year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb b/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb index ee8d900964..7c2b7deb67 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Simple yet flexible natural sorting in Python." | 1 | SUMMARY = "Simple yet flexible natural sorting in Python." |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" |
5 | 5 | ||
6 | PYPI_PACKAGE = "natsort" | 6 | PYPI_PACKAGE = "natsort" |
7 | SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd4ac403" | 7 | SRC_URI[sha256sum] = "a0a4fd71aee20a6d648da61e01180a63f7268e69983d0440bd3ad80ef1ba6981" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||