diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-07-07 12:46:49 +0300 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-07 08:24:26 -0700 | 
| commit | bc6374e53f9d20d3821c3ed8918c791070af9459 (patch) | |
| tree | e7e95eaef617b977a152c98c4dbde60404ab0dff /meta-python | |
| parent | eb8dccc43368dc47333027127ab0ce17cfadf256 (diff) | |
| download | meta-openembedded-bc6374e53f9d20d3821c3ed8918c791070af9459.tar.gz | |
python3-tabulate: Upgrade 0.8.9 -> 0.8.10
Upgrade to release 0.8.10:
- Bug fixes
- Column width parameter
License-Update: update years
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb | 8 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb | 8 | 
2 files changed, 8 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 new file mode 100644 index 0000000000..222e6e7bb4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.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=6ad1430c0c4824ec6a5dbb9754b011d7" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 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 deleted file mode 100644 index 19261c3d1d..0000000000 --- a/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 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 | ||
