From 8b3db268bff2b0678130e3a89d392a9d051e8716 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 12 Nov 2021 21:05:42 +0200 Subject: python3-pydicti: Upgrade 1.1.4 -> 1.1.6 Upgrade to release 1.1.6: - Update the badges on the landing page - Maintenance release for testing automatic releases using GitHub Actions Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pydicti_1.1.4.bb | 9 --------- meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pydicti_1.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.1.4.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.1.4.bb deleted file mode 100644 index 29ad30e0f5..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydicti_1.1.4.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Case insensitive derivable dictionary" -HOMEPAGE = "https://github.com/coldfix/pydicti" -LICENSE = "WTFPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" - -SRC_URI[md5sum] = "c8925e333a78766cb469c1626880bd35" -SRC_URI[sha256sum] = "dcea4d1892fc68ca62aba835b1ed444a1eb48bd0cca0b4599efd45cbb6272b5c" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.1.6.bb new file mode 100644 index 0000000000..17c52881ed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydicti_1.1.6.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] = "32eb329de2023c92158ac6c2d67837adf96195f188ba8d768b3248a0218b5a65" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf