From b3c5234ccaf0690ccce980bb1d0436892382509a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 12 Aug 2022 16:23:51 +0300 Subject: python3-nocasedict: Upgrade 1.0.3 -> 1.0.4 Upgrade to release 1.0.4: - Various bug fixes in dependencies and test environment Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-nocasedict_1.0.3.bb | 8 -------- .../recipes-devtools/python/python3-nocasedict_1.0.4.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb deleted file mode 100644 index a47c4a455f..0000000000 --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "A case-insensitive ordered dictionary for Python" -HOMEPAGE = "https://github.com/pywbem/nocasedict" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -SRC_URI[sha256sum] = "8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb new file mode 100644 index 0000000000..006799c8bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb @@ -0,0 +1,12 @@ +SUMMARY = "A case-insensitive ordered dictionary for Python" +HOMEPAGE = "https://github.com/pywbem/nocasedict" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +SRC_URI[sha256sum] = "7c111da4cefd244433cb63377aff081a40f84bddae9e6f376c67f086c0f806da" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-six \ +" -- cgit v1.2.3-54-g00ecf