From a9b3df38d21e7d5acf8d953a7cbbcb2e8672d9b7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 4 Mar 2023 19:10:22 +0800 Subject: python3-pydicti: upgrade 1.2.0 -> 1.2.1 Changelog: ========== fix incorrect behaviour of __or__ and __ior__, see #8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb | 8 -------- meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb deleted file mode 100644 index 18d3a0aa63..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "Case insensitive derivable dictionary" -HOMEPAGE = "https://github.com/coldfix/pydicti" -LICENSE = "WTFPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" - -SRC_URI[sha256sum] = "32d59407b3229b22702910bd10f53d46c330481b5aea7cce076630d661be9d1e" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb new file mode 100644 index 0000000000..2363c29059 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb @@ -0,0 +1,8 @@ +SUMMARY = "Case insensitive derivable dictionary" +HOMEPAGE = "https://github.com/coldfix/pydicti" +LICENSE = "WTFPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" + +SRC_URI[sha256sum] = "63e0756ff27a335e92916ff40be589a21a58894b3a93099edf0f3cbf695690dc" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf