Accepting request 767532 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/767532 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=68
This commit is contained in:
parent
53bc317e48
commit
db61396985
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 21:21:59 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.42.0:
|
||||
* notebook: update disable=None behaviour (#880)
|
||||
* tqdm.keras: support tensorflow.keras as well as keras (#885)
|
||||
* add contrib (#882)
|
||||
+ tenumerate (#840 <- #480, #402)
|
||||
+ tzip <= zip
|
||||
+ tmap <= map
|
||||
+ add concurrent module
|
||||
o thread_map <= concurrent.futures.ThreadPoolExecutor.map
|
||||
o process_map <= concurrent.futures.ProcessPoolExecutor.map
|
||||
+ add itertools module (#225) stub
|
||||
o product
|
||||
* add & update tests
|
||||
* add & update documentation
|
||||
+ README
|
||||
+ examples/
|
||||
* update CI framework
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 14:46:46 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-tqdm%{pkg_suffix}
|
||||
Version: 4.41.1
|
||||
Version: 4.42.0
|
||||
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:4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23
|
||||
size 132160
|
3
tqdm-4.42.0.tar.gz
Normal file
3
tqdm-4.42.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5865f5fef9d739864ff341ddaa69894173ebacedb1aaafcf014de56343d01d5c
|
||||
size 134761
|
Loading…
x
Reference in New Issue
Block a user