diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-22 19:50:40 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 09:07:45 -0800 |
| commit | abe3cf80258732a7248aa0b020cf165e5be31044 (patch) | |
| tree | 19aaec0a3f8192cd667018cd4dff818208627a41 /meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb | |
| parent | 7374ceffe82dc2a00a751c32af5f10e7641e0518 (diff) | |
| download | meta-openembedded-abe3cf80258732a7248aa0b020cf165e5be31044.tar.gz | |
python3-tabulate: Upgrade 0.8.7 -> 0.8.9
Upgrade to release 0.8.9:
- Bug fix: Revert support of decimal separators
- Python 3.9 support, 3.10 ready
- New formats: unsafehtml, latex_longtable, fancy_outline
- Support lists of UserDicts as input
- Support hyperlinks in terminal output
- Improve testing on systems with proxies
- Migrate to pytest
- Various bug fixes and improvements
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb new file mode 100644 index 0000000000..19261c3d1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "Pretty-print tabular data" | ||
| 2 | HOMEPAGE = "https://github.com/astanin/python-tabulate" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fad5a39bdfe452b13775adda41023ba7" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
