14
0
forked from pool/python-tqdm

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/530669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=8
This commit is contained in:
Jan Matejek
2017-10-03 11:52:35 +00:00
committed by Git OBS Bridge
parent 56d77bcf62
commit 13fc4bd062
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Oct 3 01:13:12 UTC 2017 - arun@gmx.de
- update to version 4.18.0:
* Thread safety! (#285 -> #291 -> #329, #407, #417)
* Ease redirection of sys.stdout/stderr (#422)
* Minor internal stream bugfix (#439)
* AttributeError fixes (#323, #324, #418)
* Related to:
+ Misc bugs (#334)
+ concurrent.futures (#97)
+ Multi-tqdm (#143)
+ flush() and refresh() (#331)
+ Newline on refresh() (#361)
+ Nested trees (#384)
+ Manually positioned nested bars clearing (#385)
-------------------------------------------------------------------
Sun Sep 24 01:41:06 UTC 2017 - arun@gmx.de