Accepting request 821668 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/821668 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=78
This commit is contained in:
parent
7725b5bc8a
commit
060a3682e9
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 18 17:53:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.48.0:
|
||||||
|
* add tqdm.asyncio (#1004, #772, #91 <- #65)
|
||||||
|
+ supports async iterables (async for row in tqdm(iterable))
|
||||||
|
+ supports iterables
|
||||||
|
+ supports coroutine.send (tqdm(coroutine).send)
|
||||||
|
+ add as_completed wrapper (for f in tqdm.as_completed(fs))
|
||||||
|
* reduce contrib.discord logging verbosity
|
||||||
|
* fix potential pandas() modifying **kwargs bug
|
||||||
|
* update documentation
|
||||||
|
+ add missing inline docstrings
|
||||||
|
+ update contributing notes
|
||||||
|
+ update readme
|
||||||
|
+ add to examples/ folder
|
||||||
|
o async_coroutines
|
||||||
|
o coroutine_pipe
|
||||||
|
+ standardise variable naming
|
||||||
|
* add tests
|
||||||
|
+ add benchmark tests against popular alternative libraries
|
||||||
|
+ test new functionality
|
||||||
|
+ more thorough miniters test (#1003)
|
||||||
|
* misc framework updates
|
||||||
|
+ tidy changelog helper
|
||||||
|
+ add helper bots
|
||||||
|
o comment-bot /tag
|
||||||
|
o post-release-bot
|
||||||
|
- wiki updater
|
||||||
|
- website updater
|
||||||
|
o benchmark regressions
|
||||||
|
- full/thorough test on schedule & release
|
||||||
|
- quick test on PR
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 3 03:09:31 UTC 2020 - Arun Persaud <arun@dhcp.lbl.gov>
|
Fri Jul 3 03:09:31 UTC 2020 - Arun Persaud <arun@dhcp.lbl.gov>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{pkg_suffix}
|
Name: python-tqdm%{pkg_suffix}
|
||||||
Version: 4.47.0
|
Version: 4.48.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:63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7
|
|
||||||
size 145749
|
|
3
tqdm-4.48.0.tar.gz
Normal file
3
tqdm-4.48.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29
|
||||||
|
size 148578
|
Loading…
x
Reference in New Issue
Block a user