From fb2f30872475f4731d505739d0c543ee1fa5b550 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Feb 2021 13:26:32 +0200 Subject: python3-meh: Upgrade 0.49 -> 0.50 Upgrade to release 0.50: - dump: Use exception's type and value when calculating hash Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-extended/python-meh/python3-meh_0.49.bb | 17 ----------------- .../recipes-extended/python-meh/python3-meh_0.50.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.49.bb create mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.50.bb (limited to 'meta-python/recipes-extended') diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.49.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.49.bb deleted file mode 100644 index 7fba21f7d8..0000000000 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.49.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "A python library for handling exceptions" -DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ -exceptions." -HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit setuptools3 - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \ -" -SRCREV = "50c09e5c4c76757099d686c316b4bf42f72db71b" - -FILES_${PN} += "${datadir}/*" - diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb new file mode 100644 index 0000000000..64a24ade3e --- /dev/null +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb @@ -0,0 +1,17 @@ +SUMMARY = "A python library for handling exceptions" +DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ +exceptions." +HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit setuptools3 + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \ +" +SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" + +FILES_${PN} += "${datadir}/*" + -- cgit v1.2.3-54-g00ecf