Accepting request 826863 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/826863 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=80
This commit is contained in:
parent
060a3682e9
commit
72d564ea44
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 15 16:43:55 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.48.2:
|
||||||
|
* fix notebook formatting
|
||||||
|
|
||||||
|
- changes from version 4.48.1:
|
||||||
|
* fix ANSI escape codes breaking tqdm.write (#692, #777)
|
||||||
|
* fix long-lived strongref (#1007,
|
||||||
|
https://bugs.python.org/issue39093)
|
||||||
|
* fix cli --version crash on missing git/refs/heads (#635)
|
||||||
|
* fix contrib.tenumerate ignoring total (#1017)
|
||||||
|
* fix potential deep => shallow kwargs copy issues
|
||||||
|
* improve notebook display for unknown total (#1015)
|
||||||
|
* make asyncio inherit from std rather than auto
|
||||||
|
* make auto multi-inherit from autonotebook, asyncio on Python3.5+
|
||||||
|
* misc documentation & examples updates
|
||||||
|
+ mention docker-compose requirements (#771)
|
||||||
|
* misc linting & tidy
|
||||||
|
* misc minor testing framework updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 18 17:53:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Jul 18 17:53:20 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.0
|
Version: 4.48.2
|
||||||
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:6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29
|
|
||||||
size 148578
|
|
3
tqdm-4.48.2.tar.gz
Normal file
3
tqdm-4.48.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21
|
||||||
|
size 148978
|
Loading…
x
Reference in New Issue
Block a user