From 8dfd26dc7cfa91ccb4ebd58290097b4a7bc5c442 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 2 Sep 2020 11:33:38 +0300 Subject: python3-meh: Upgrade 0.48 -> 0.49 Upgrade to release 0.49: - Fix make archive command after pot file removal - Add Readme with description and translation badge - Add pot file to the git ignore - Pause release when making bumpver to check and solve translations - Remove unused PREFIX from Makefile - Remove Zanata - Push translations to our translation repository - Download translations from Weblate - Remove pot file Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-extended/python-meh/python3-meh_0.48.bb | 17 ----------------- .../recipes-extended/python-meh/python3-meh_0.49.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.48.bb create mode 100644 meta-python/recipes-extended/python-meh/python3-meh_0.49.bb (limited to 'meta-python/recipes-extended') diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.48.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.48.bb deleted file mode 100644 index 9ca7a56bde..0000000000 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.48.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+" - -inherit setuptools3 - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \ -" -SRCREV = "760f78a634ecf0e2380abcbd751bc233d29300ef" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -FILES_${PN} += "${datadir}/*" - 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 new file mode 100644 index 0000000000..7fba21f7d8 --- /dev/null +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.49.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 = "50c09e5c4c76757099d686c316b4bf42f72db71b" + +FILES_${PN} += "${datadir}/*" + -- cgit 1.2.3-korg