summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tqdm_4.49.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tqdm: Upgrade 4.48.2 -> 4.49.0Leon Anavi2020-09-151-0/+13
Upgrade to release 4.49.0: - CLI: add --tee - CLI: add --update and --update_to - CLI: add --null - CLI: accept - instead of _ in options (e.g. --update-to) - make update() return True on display to ease efficient use of custom callbacks - fix py>=3 CLI --delim encoding error - fix py>=3.5 version detection in tqdm.auto - fix final ETA when using initial - update documentation - add & update tests 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>