diff --git a/python-tqdm.changes b/python-tqdm.changes index 75fbf6a..c902507 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Sep 19 15:28:17 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-tqdm.spec b/python-tqdm.spec index 9c00e88..1526a2c 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.48.2 +Version: 4.49.0 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.48.2.tar.gz b/tqdm-4.48.2.tar.gz deleted file mode 100644 index 1eaf529..0000000 --- a/tqdm-4.48.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21 -size 148978 diff --git a/tqdm-4.49.0.tar.gz b/tqdm-4.49.0.tar.gz new file mode 100644 index 0000000..834d013 --- /dev/null +++ b/tqdm-4.49.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf9c671bd3fad5ebaeee366949d969dca2b2be32c872a7092a1e1a9048d105b +size 151935