From f16c0c02566e553d8d083ee323465a9a17984552 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:56:09 +0800 Subject: python3-meh: upgrade 0.51 -> 0.52 Changelog: ========== - Merge pull request #42 from M4rtinK/master-optional_libreport - Make libreport optional - Merge pull request #40 from M4rtinK/master-make_buildrequires - Add BuildRequires: make Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/python-meh/python3-meh_0.51.bb | 16 ---------------- .../recipes-extended/python-meh/python3-meh_0.52.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.51.bb create mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.52.bb (limited to 'meta-python') diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.51.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.51.bb deleted file mode 100644 index e83514af1b..0000000000 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.51.bb +++ /dev/null @@ -1,16 +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 = "https://github.com/rhinstaller/python-meh" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit setuptools3_legacy - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master" - -SRCREV = "eb5d4adc3b838704b6a68f0f77ada2063a11ab1b" - -FILES:${PN} += "${datadir}/python-meh" diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.52.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.52.bb new file mode 100644 index 0000000000..266b94c9d8 --- /dev/null +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.52.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 = "https://github.com/rhinstaller/python-meh" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit setuptools3_legacy + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master" + +SRCREV = "f0fcc3ce1943dce9cf958f4a2f7398daff619c9f" + +FILES:${PN} += "${datadir}/python-meh" -- cgit v1.2.3-54-g00ecf