From 060a3682e9f964fee2c5c80a53a8b579bafaeb8ecf9669146db59519f050bf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 19 Jul 2020 05:15:57 +0000 Subject: [PATCH] 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 --- python-tqdm.changes | 34 ++++++++++++++++++++++++++++++++++ python-tqdm.spec | 2 +- tqdm-4.47.0.tar.gz | 3 --- tqdm-4.48.0.tar.gz | 3 +++ 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 tqdm-4.47.0.tar.gz create mode 100644 tqdm-4.48.0.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 9203aaf..6fbb46f 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Jul 18 17:53:20 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-tqdm.spec b/python-tqdm.spec index 5839bf5..5cd0e7c 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.47.0 +Version: 4.48.0 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.47.0.tar.gz b/tqdm-4.47.0.tar.gz deleted file mode 100644 index dd308f6..0000000 --- a/tqdm-4.47.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7 -size 145749 diff --git a/tqdm-4.48.0.tar.gz b/tqdm-4.48.0.tar.gz new file mode 100644 index 0000000..e3a9c5a --- /dev/null +++ b/tqdm-4.48.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29 +size 148578