14
0
forked from pool/python-tqdm

Accepting request 835579 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/835579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=82
This commit is contained in:
Tomáš Chvátal
2020-09-19 15:44:25 +00:00
committed by Git OBS Bridge
parent 72d564ea44
commit ba9c4449d6
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Sep 19 15:28:17 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 4.49.0:
* CLI: add --tee (#1014 <- #1013)
* CLI: add --update and --update_to (#996 <- #975)
* CLI: add --null (#996)
* CLI: accept - instead of _ in options (e.g. --update-to)
* make update() return True on display to ease efficient use of
custom callbacks (#845)
* fix py>=3 CLI --delim encoding error
* fix py>=3.5 version detection in tqdm.auto (#1029 <- #1028)
* fix final ETA when using initial (#1021 <- #689)
* update documentation
+ add & update custom callback examples
+ improve help formatting of boolean CLI options
* add & update tests
-------------------------------------------------------------------
Sat Aug 15 16:43:55 UTC 2020 - Arun Persaud <arun@gmx.de>