diff --git a/python-tqdm.changes b/python-tqdm.changes index c902507..3905d92 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sat Oct 10 18:46:08 UTC 2020 - Arun Persaud + +- update to version 4.50.2: + * fixed platform.system() causing fork() warnings (#691) + * fixed contrib.concurrent.process_map pickling error with + threading.RLock (#920) + * updated documentation & examples + * updated CI framework + * updated tests + * misc code tidy + +- changes from version 4.50.1 : + * fix multiprocessing lock creation leak (#982, #936, #759) + + fixes #617 which introduced this bug (v4.29.0, released + 2019-01-06, undiagnosed until now) where multiple threads could + concurrently create and append process locks to a global list, + then try to release them without first acquiring 👿 + * major test overhaul: fix, update, and speed up + * misc CI framework updates + * code linting + * minor documentation tidy + +- changes from version 4.50.0: + * add bar colour option (#1040 <- #450) + + for notebook as well as std/CLI + + plain text as well as hex (e.g. 'green' or '#00ff00') + * notebook improvements (#1032 <- #1031) + + split bar description into separate widget + + improve reset() (handle width and colour) + * fix exceptions when file is closed (#1041, #1036 <- #1033) + * add & update tests + * minor documentation updates + * move and configure issue/pr templates + ------------------------------------------------------------------- Sat Sep 19 15:28:17 UTC 2020 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index 1526a2c..e5e48e6 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.49.0 +Version: 4.50.2 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.49.0.tar.gz b/tqdm-4.49.0.tar.gz deleted file mode 100644 index 834d013..0000000 --- a/tqdm-4.49.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf9c671bd3fad5ebaeee366949d969dca2b2be32c872a7092a1e1a9048d105b -size 151935 diff --git a/tqdm-4.50.2.tar.gz b/tqdm-4.50.2.tar.gz new file mode 100644 index 0000000..3c9a9b7 --- /dev/null +++ b/tqdm-4.50.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dfa6714dee976e2425a9aab84b622675b7b1742873041e3db8a8e86132a4af +size 153853