diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:59:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:33 -0700 |
| commit | a3ff8e2027d34ecb8eabfd15b2db53b9b451a93c (patch) | |
| tree | eae3af2389f54c64523d89d83624edd86d9e67fe /meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb | |
| parent | 6fd6dbec6308567244165a1b6f135979a3a39718 (diff) | |
| download | meta-openembedded-a3ff8e2027d34ecb8eabfd15b2db53b9b451a93c.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tabulate_0.10.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Pretty-print tabular data" | ||
| 2 | HOMEPAGE = "https://github.com/astanin/python-tabulate" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-setuptools-scm-native \ | ||
| 12 | python3-toml-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-html \ | ||
| 17 | python3-core \ | ||
| 18 | python3-io \ | ||
| 19 | python3-math \ | ||
| 20 | python3-profile \ | ||
| 21 | " | ||
