From 41b5aa1836e0481aa1161e249793e8227b41c5b2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Jun 2022 21:44:29 +0300 Subject: python3-humanize: Upgrade 4.1.0 -> 4.2.0 Upgrade to release 4.2.0: - Add humanize.metric() for converting big/small numbers to SI units - Add type hints Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-humanize_4.1.0.bb | 21 --------------------- .../python/python3-humanize_4.2.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb deleted file mode 100644 index df5a4e9d52..0000000000 --- a/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Python humanize utilities" -HOMEPAGE = "http://github.com/jmoiron/humanize" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" - -SRC_URI[sha256sum] = "3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e" - -inherit pypi python_setuptools_build_meta - -DEPENDS += "\ - ${PYTHON_PN}-setuptools-scm-native \ -" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-setuptools \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb new file mode 100644 index 0000000000..e85c3cb2a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "Python humanize utilities" +HOMEPAGE = "http://github.com/jmoiron/humanize" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" + +SRC_URI[sha256sum] = "b79797c101f274a19ed7b5f0cd3aa65e1aa379868b974692a9d3129ccc311be2" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "\ + ${PYTHON_PN}-setuptools-scm-native \ +" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-setuptools \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf