summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-10-07 12:46:48 +0300
committerKhem Raj <raj.khem@gmail.com>2022-10-07 09:09:23 -0700
commitbe3c3f73d5b9d41cc1c4e99ab0c2d3ec8e5c430a (patch)
tree2f35fa09c1e24be7ff4086190553692b864fc4a3 /meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
parentbdb8742459371517cbd2187c4c7b1af3f05ec44d (diff)
downloadmeta-openembedded-be3c3f73d5b9d41cc1c4e99ab0c2d3ec8e5c430a.tar.gz
python3-tabulate: Upgrade 0.8.10 -> 0.9.0
Upgrade to release 0.9.0: - Migrate to pyproject.toml project layout (PEP 621). - New output formats: `asciidoc`, various `*grid` and `*outline` formats. - New output features: vertical row alignment, separating lines. - New input format: list of dataclasses (Python 3.7 or later). - Support infinite iterables as row indices. - Improve column width options. - Improve support for ANSI escape sequences and document the behavior. - Various bug fixes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
deleted file mode 100644
index 222e6e7bb4..0000000000
--- a/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1SUMMARY = "Pretty-print tabular data"
2HOMEPAGE = "https://github.com/astanin/python-tabulate"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7"
5
6SRC_URI[sha256sum] = "6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"
7
8inherit pypi setuptools3