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 <[email protected]> --- .../{python3-tabulate_0.8.7.bb => python3-tabulate_0.8.9.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-tabulate_0.8.7.bb => python3-tabulate_0.8.9.bb} (59%) diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.7.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-tabulate_0.8.7.bb rename to meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb index def35ff441..19261c3d1d 100644 --- a/meta-python/recipes-devtools/python/python3-tabulate_0.8.7.bb +++ b/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/astanin/python-tabulate" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fad5a39bdfe452b13775adda41023ba7" -SRC_URI[md5sum] = "a766c6eecfe3765821909c4ddf082b3b" -SRC_URI[sha256sum] = "db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007" +SRC_URI[sha256sum] = "eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89661): https://lists.openembedded.org/g/openembedded-devel/message/89661 Mute This Topic: https://lists.openembedded.org/mt/80830921/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
