diff --git a/python-tqdm.changes b/python-tqdm.changes index 6fbb46f..75fbf6a 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Aug 15 16:43:55 UTC 2020 - Arun Persaud + +- update to version 4.48.2: + * fix notebook formatting + +- changes from version 4.48.1: + * fix ANSI escape codes breaking tqdm.write (#692, #777) + * fix long-lived strongref (#1007, + https://bugs.python.org/issue39093) + * fix cli --version crash on missing git/refs/heads (#635) + * fix contrib.tenumerate ignoring total (#1017) + * fix potential deep => shallow kwargs copy issues + * improve notebook display for unknown total (#1015) + * make asyncio inherit from std rather than auto + * make auto multi-inherit from autonotebook, asyncio on Python3.5+ + * misc documentation & examples updates + + mention docker-compose requirements (#771) + * misc linting & tidy + * misc minor testing framework updates + ------------------------------------------------------------------- Sat Jul 18 17:53:20 UTC 2020 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index 5cd0e7c..9c00e88 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.0 +Version: 4.48.2 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.48.0.tar.gz b/tqdm-4.48.0.tar.gz deleted file mode 100644 index e3a9c5a..0000000 --- a/tqdm-4.48.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29 -size 148578 diff --git a/tqdm-4.48.2.tar.gz b/tqdm-4.48.2.tar.gz new file mode 100644 index 0000000..1eaf529 --- /dev/null +++ b/tqdm-4.48.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21 +size 148978