14
0
forked from pool/python-tqdm

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/643506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2018-10-21 18:20:38 +00:00
committed by Git OBS Bridge
parent e6b9a89406
commit dc769b8803
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 17 15:33:30 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 4.27.0:
* fix str.isnumeric #605
* fix WeakSet KeyError #548, #553, #596 -> #607
* stop tqdm_notebook description truncation #582 -> #599
* include unit_scale for rate #608
* add auto -> nowarning autonotebook
* add better postfix numeric formatting #621
* minor refactoring #609 -> #616
* update documentation
* add unit tests
* fix py26 CI
-------------------------------------------------------------------
Sun Sep 16 15:40:33 UTC 2018 - Arun Persaud <arun@gmx.de>