diff --git a/python-tqdm.changes b/python-tqdm.changes index 0b5c434..bef424c 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Dec 7 17:40:20 UTC 2019 - Arun Persaud + +- update to version 4.40.1: + * test for floats for total + +- changes from version 4.40.0: + * officially support float for n and total (#802) + + notebook: use FloatProgress <= IntProgress (#471, #456) + + allow imprecision (n <= total + epsilon) (#849) + * fix unicode bar format arguments (#803 -> #851) + * add contrib submodule (#815) + * add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile (#84 + -> #844) + * update tests + * update documentation + * tidy automatic snap deployments + * minor doc update (#854) + ------------------------------------------------------------------- Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger diff --git a/python-tqdm.spec b/python-tqdm.spec index f3c2fe3..a3e0bed 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.39.0 +Version: 4.40.1 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.39.0.tar.gz b/tqdm-4.39.0.tar.gz deleted file mode 100644 index bf49c7d..0000000 --- a/tqdm-4.39.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1a1613fee07cc30a253051617f2a219a785c58877f9f6bfa129446cbaf8b4c1 -size 127533 diff --git a/tqdm-4.40.1.tar.gz b/tqdm-4.40.1.tar.gz new file mode 100644 index 0000000..1b97fe3 --- /dev/null +++ b/tqdm-4.40.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e405d16c98fcf30725d0c9d493ed07302a18846b5452de5253030ccd18996f87 +size 129472