summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tqdm_4.50.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tqdm: Upgrade 4.50.0 -> 4.50.2Leon Anavi2020-10-131-13/+0
| | | | | | | | | | | | | | | | Upgrade to release 4.50.2: - fixed platform.system() causing fork() warnings - fixed contrib.concurrent.process_map pickling error with threading.RLock - updated documentation & examples - updated CI framework - updated tests - misc code tidy 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>
* python3-tqdm: Upgrade 4.49.0 -> 4.50.0Leon Anavi2020-09-301-0/+13
Upgrade to release 4.50.0: - add bar colour option - for notebook as well as std/CLI - plain text as well as hex (e.g. 'green' or '#00ff00') - notebook improvements: split bar description into separate widget and improve reset() (handle width and colour) - fix exceptions when file is closed - add & update tests - minor documentation updates - move and configure issue/pr templates 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>