Accepting request 732401 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/732401 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=52
This commit is contained in:
parent
05190d1803
commit
08e8a2e215
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 19:13:08 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.36.1:
|
||||
* fix CLI entrypoint
|
||||
|
||||
- changes from version 4.36.0:
|
||||
* expose more custom format params
|
||||
* potential thread safety fix (#548)
|
||||
* update submodule architecture (#198 -> #800)
|
||||
+ backward-compatibility
|
||||
+ expose utils
|
||||
+ rename main -> cli
|
||||
+ add/fix tests
|
||||
+ fix minor cached var optimisation
|
||||
+ gui partial upgrade (#790)
|
||||
+ notebook upgrade (#790)
|
||||
support {bar} in bar_format (#594)
|
||||
inherit methods including set_*(refresh) (#740 -> #741)
|
||||
+ ready for contrib releases (#252)
|
||||
* support custom bar_format with unknown total
|
||||
* fix tqdm_notebook red block on explicit file=None (#791)
|
||||
* update notebook to fully support custom bar_format (#594, #649)
|
||||
* misc tidy
|
||||
+ warnings
|
||||
+ linting
|
||||
+ update submodule contribution guide (#252)
|
||||
+ parallel (py)make test
|
||||
+ fix Zenodo metadata
|
||||
* update documentation
|
||||
+ pandas, notebook, gui (#245)
|
||||
+ indentation
|
||||
+ update multiprocessing and multithreading examples (#796)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 17:53:16 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-tqdm%{suffix}
|
||||
Version: 4.35.0
|
||||
Version: 4.36.1
|
||||
Release: 0
|
||||
Summary: An extensible progress meter
|
||||
License: MPL-2.0 AND MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1be3e4e3198f2d0e47b928e9d9a8ec1b63525db29095cec1467f4c5a4ea8ebf9
|
||||
size 122794
|
3
tqdm-4.36.1.tar.gz
Normal file
3
tqdm-4.36.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d
|
||||
size 125123
|
Loading…
x
Reference in New Issue
Block a user