diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-05 17:16:33 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-08 08:41:24 -0800 |
commit | fb0d2290d5dbdf4e97c9ff57586a72bb69e220a5 (patch) | |
tree | c2afc1afe9cbfe4ea4d27833e58a51caca4a9964 /meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb | |
parent | 783897c53e271717dd8d87b7cbea042cea56e727 (diff) | |
download | meta-openembedded-fb0d2290d5dbdf4e97c9ff57586a72bb69e220a5.tar.gz |
python3-nocaselist: Upgrade 1.0.3 -> 1.0.4
Upgrade to release 1.0.4:
- Migrated from Travis and Appveyor to GitHub Actions. This
required changes in several areas including dependent packages
used for testing and coverage. This did not cause any changes
on dependent packages used for the installation of the package.
License-Update: File changed but the licence remains the same.
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-nocaselist_1.0.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb new file mode 100644 index 000000000..60c79c22a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "A case-insensitive list for Python" | ||
2 | HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584" | ||
5 | |||
6 | SRC_URI[sha256sum] = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0" | ||
7 | |||
8 | inherit pypi setuptools3 | ||