From 9dab2b4c66565293b053511c51480124ece5c15f Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Wed, 17 Aug 2022 10:25:18 +0800 Subject: python3-nocaselist: upgrade 1.0.5 -> 1.0.6 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb | 8 -------- meta-python/recipes-devtools/python/python3-nocaselist_1.0.6.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.6.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb deleted file mode 100644 index 22b8825801..0000000000 --- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "A case-insensitive list for Python" -HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -SRC_URI[sha256sum] = "e1c12ca2ae9d345b34948f2c8f60e3894619e2be2ed28b4ecc5e7f1dea117d1d" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.6.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.6.bb new file mode 100644 index 0000000000..9e6842961d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.6.bb @@ -0,0 +1,8 @@ +SUMMARY = "A case-insensitive list for Python" +HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +SRC_URI[sha256sum] = "48f067f8cb841245f34d03120bc1ba9900f13b19cb51bcc6c7bee017f7c874da" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf