From 9bc5c823b19038170084a5c3426bd274b56f78fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:49 +0800 Subject: python3-portion: upgrade 2.4.0 -> 2.4.1 Changelog: Import error when using create_api outside a REPL Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-portion_2.4.0.bb | 16 ---------------- .../recipes-devtools/python/python3-portion_2.4.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-portion_2.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-portion_2.4.1.bb diff --git a/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb deleted file mode 100644 index 942f1204c0..0000000000 --- a/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Python data structure and operations for intervals" -HOMEPAGE = "https://github.com/AlexandreDecan/portion" -SECTION = "devel/python" - -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "deb16389e844dbf9aeb654261fce5febd720e4786c6690efbb9dc11608226840" - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-sortedcontainers \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-portion_2.4.1.bb b/meta-python/recipes-devtools/python/python3-portion_2.4.1.bb new file mode 100644 index 0000000000..a340ba7fce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-portion_2.4.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Python data structure and operations for intervals" +HOMEPAGE = "https://github.com/AlexandreDecan/portion" +SECTION = "devel/python" + +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "9dcbf1808898f440aed304a5e9f0742a2859eca3b0ac7f1f58e50502852a8ef9" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-sortedcontainers \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf