Accepting request 840891 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/840891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=83
This commit is contained in:
parent
ba9c4449d6
commit
0a946f60c7
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 10 18:46:08 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.50.2:
|
||||||
|
* fixed platform.system() causing fork() warnings (#691)
|
||||||
|
* fixed contrib.concurrent.process_map pickling error with
|
||||||
|
threading.RLock (#920)
|
||||||
|
* updated documentation & examples
|
||||||
|
* updated CI framework
|
||||||
|
* updated tests
|
||||||
|
* misc code tidy
|
||||||
|
|
||||||
|
- changes from version 4.50.1 :
|
||||||
|
* fix multiprocessing lock creation leak (#982, #936, #759)
|
||||||
|
+ fixes #617 which introduced this bug (v4.29.0, released
|
||||||
|
2019-01-06, undiagnosed until now) where multiple threads could
|
||||||
|
concurrently create and append process locks to a global list,
|
||||||
|
then try to release them without first acquiring 👿
|
||||||
|
* major test overhaul: fix, update, and speed up
|
||||||
|
* misc CI framework updates
|
||||||
|
* code linting
|
||||||
|
* minor documentation tidy
|
||||||
|
|
||||||
|
- changes from version 4.50.0:
|
||||||
|
* add bar colour option (#1040 <- #450)
|
||||||
|
+ for notebook as well as std/CLI
|
||||||
|
+ plain text as well as hex (e.g. 'green' or '#00ff00')
|
||||||
|
* notebook improvements (#1032 <- #1031)
|
||||||
|
+ split bar description into separate widget
|
||||||
|
+ improve reset() (handle width and colour)
|
||||||
|
* fix exceptions when file is closed (#1041, #1036 <- #1033)
|
||||||
|
* add & update tests
|
||||||
|
* minor documentation updates
|
||||||
|
* move and configure issue/pr templates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 19 15:28:17 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Sep 19 15:28:17 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.49.0
|
Version: 4.50.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:faf9c671bd3fad5ebaeee366949d969dca2b2be32c872a7092a1e1a9048d105b
|
|
||||||
size 151935
|
|
3
tqdm-4.50.2.tar.gz
Normal file
3
tqdm-4.50.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69dfa6714dee976e2425a9aab84b622675b7b1742873041e3db8a8e86132a4af
|
||||||
|
size 153853
|
Loading…
x
Reference in New Issue
Block a user