diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-25 17:23:33 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-28 10:51:15 -0800 |
| commit | 8fde5ca189c36aedbe521b8182b4faaf9e6e10d7 (patch) | |
| tree | 1538597b6343292eb533f7e4fa0b289861ef0507 /meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | |
| parent | 58a4c525ac1359f91ba8e97a26eb693e6468a362 (diff) | |
| download | meta-openembedded-8fde5ca189c36aedbe521b8182b4faaf9e6e10d7.tar.gz | |
python3-natsort: Upgrade 7.1.0 -> 7.1.1
Upgrade to release 7.1.1:
- Use GitHub Actions instead of Travis-CI
- No longer pin testing dependencies
- Correct a minor typo
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/python/python3-natsort_7.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb new file mode 100644 index 0000000000..89df3dc381 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Simple yet flexible natural sorting in Python." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "natsort" | ||
| 7 | SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd4ac403" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "python3-fastnumbers python3-icu" | ||
