forked from pool/python-tqdm
Accepting request 529153 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/529153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=2
This commit is contained in:
@@ -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
|
Wed Jul 5 19:34:27 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-tqdm
|
Name: python-tqdm
|
||||||
Version: 4.14.0
|
Version: 4.17.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Fast, Extensible Progress Meter
|
Summary: A Fast, Extensible Progress Meter
|
||||||
License: MPL-2.0 and MIT
|
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
|
Reference in New Issue
Block a user