From b8046c597538605eae132897a6795641cd170310 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 6 Jan 2022 17:52:22 +0800 Subject: python3-meh: upgrade 0.50 -> 0.50.1 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-extended/python-meh/python3-meh_0.50.1.bb | 16 ++++++++++++++++ .../recipes-extended/python-meh/python3-meh_0.50.bb | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb delete 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.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb new file mode 100644 index 0000000000..bf0df021a4 --- /dev/null +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb @@ -0,0 +1,16 @@ +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=rhel9-branch" +SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" + +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 deleted file mode 100644 index 372b3a006f..0000000000 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.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 = "11980776c5ad757401ea1d12fd1f331d96428105" - -FILES:${PN} += "${datadir}/*" - -- cgit v1.2.3-54-g00ecf