Accepting request 835579 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/835579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=82
This commit is contained in:
parent
72d564ea44
commit
ba9c4449d6
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 19 15:28:17 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.49.0:
|
||||||
|
* CLI: add --tee (#1014 <- #1013)
|
||||||
|
* CLI: add --update and --update_to (#996 <- #975)
|
||||||
|
* CLI: add --null (#996)
|
||||||
|
* CLI: accept - instead of _ in options (e.g. --update-to)
|
||||||
|
* make update() return True on display to ease efficient use of
|
||||||
|
custom callbacks (#845)
|
||||||
|
* fix py>=3 CLI --delim encoding error
|
||||||
|
* fix py>=3.5 version detection in tqdm.auto (#1029 <- #1028)
|
||||||
|
* fix final ETA when using initial (#1021 <- #689)
|
||||||
|
* update documentation
|
||||||
|
+ add & update custom callback examples
|
||||||
|
+ improve help formatting of boolean CLI options
|
||||||
|
* add & update tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 15 16:43:55 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Aug 15 16:43:55 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{pkg_suffix}
|
Name: python-tqdm%{pkg_suffix}
|
||||||
Version: 4.48.2
|
Version: 4.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An 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:564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21
|
|
||||||
size 148978
|
|
3
tqdm-4.49.0.tar.gz
Normal file
3
tqdm-4.49.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:faf9c671bd3fad5ebaeee366949d969dca2b2be32c872a7092a1e1a9048d105b
|
||||||
|
size 151935
|
Loading…
x
Reference in New Issue
Block a user