Accepting request 529026 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/529026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=6
This commit is contained in:
parent
3a8d509025
commit
56d77bcf62
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 01:41:06 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 4.17.1:
|
||||
* __repr__() bugfix
|
||||
* better unicode detection
|
||||
* initialise `n` even when disabled
|
||||
|
||||
- changes from version 4.17.0:
|
||||
* easier redirect of stdout (#426 -> #431)
|
||||
+ cls.external_write_mode() @contextmanager
|
||||
* refresh=True for set_description/update(_str) (#317 -> #377)
|
||||
|
||||
- changes from version 4.16.0:
|
||||
* more formatting control (#347 -> #362)
|
||||
+ set_postfix_str(), set_description_str()
|
||||
+ move ": " to bar_format
|
||||
+ complements #266, #270
|
||||
* better CLI support (e.g. hyphenated paths) (#421 #423 -> #424)
|
||||
* more unit tests (#411)
|
||||
+ upgrade to pypy2/3-5.8.0
|
||||
+ add py37-dev
|
||||
* doc updates
|
||||
|
||||
- changes from version 4.15.0 :
|
||||
* minor fixes (#395)
|
||||
* minor documentation updates (#400, #401, #412)
|
||||
* better pandas support (#351 -> #409)
|
||||
* Jupyter notebook fix (#352, #369 -> #373, #405)
|
||||
* optimise setcheckinterval/setswitchinterval (#376)
|
||||
* add unit_scale (#273, #295 -> #378)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 19:34:27 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-tqdm
|
||||
Version: 4.14.0
|
||||
Version: 4.17.1
|
||||
Release: 0
|
||||
Summary: A Fast, Extensible Progress Meter
|
||||
License: MPL-2.0 and MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:284b7cb57c135f41122580df8a818ffffd85449a61365dfb41907d2bf115e88e
|
||||
size 101524
|
3
tqdm-4.17.1.tar.gz
Normal file
3
tqdm-4.17.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02dd7f244d91539352f908667e4d904fddf1b8c434a22b838d3f53ae4dffdd2f
|
||||
size 87451
|
Loading…
x
Reference in New Issue
Block a user