From a3ff8e2027d34ecb8eabfd15b2db53b9b451a93c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:59:31 +0800 Subject: python3-tabulate: upgrade 0.9.0 -> 0.10.0 Changelog: =========== - Add support for Python 3.11, 3.12, 3.13, 3.14. - Drop support for Python 3.7, 3.8, 3.9. - PRESERVE_STERILITY global is replaced with preserve_sterility function argument. - New formatting options: headersglobalalign, headersalign, colglobalalign. - New output format: "colon_grid" (Pandoc grid_tables with alignment) - Various bug fixes. - Improved error messages. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-tabulate_0.10.0.bb | 21 +++++++++++++++++++++ .../python/python3-tabulate_0.9.0.bb | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb new file mode 100644 index 0000000000..909f47268f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "Pretty-print tabular data" +HOMEPAGE = "https://github.com/astanin/python-tabulate" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7" + +SRC_URI[sha256sum] = "e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-toml-native \ +" + +RDEPENDS:${PN} += " \ + python3-html \ + python3-core \ + python3-io \ + python3-math \ + python3-profile \ +" diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb deleted file mode 100644 index 75e97355f5..0000000000 --- a/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Pretty-print tabular data" -HOMEPAGE = "https://github.com/astanin/python-tabulate" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7" - -SRC_URI[sha256sum] = "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-setuptools-scm-native \ - python3-toml-native \ -" - -RDEPENDS:${PN} += " \ - python3-html \ - python3-core \ - python3-io \ - python3-math \ - python3-profile \ -" -- cgit v1.2.3-54-g00ecf