From 7725b5bc8abbd626fb93e9d0dc0c0eabd8acb7264a1784df8c18a7b3351f8716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Jul 2020 08:42:43 +0000 Subject: [PATCH] Accepting request 818430 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/818430 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=76 --- python-tqdm.changes | 46 +++++++++++++++++++++++++++++++++++++++++++++ python-tqdm.spec | 4 +++- tqdm-4.45.0.tar.gz | 3 --- tqdm-4.47.0.tar.gz | 3 +++ 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 tqdm-4.45.0.tar.gz create mode 100644 tqdm-4.47.0.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 2e9aaaf..9203aaf 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Fri Jul 3 03:09:31 UTC 2020 - Arun Persaud + +- specfile: + * fix location of bash completion + +- update to version 4.47.0: + * add contrib.discord (similar to contrib.telegram) (#976) + * add contrib.bells to auto-enable all extras + * add contrib.utils_worker for common slow tasks (e.g. web I/O) + + fix lazy large memory usage & discard unsent messages + (unprocessed tasks) + * fix slow notebook imports (#955 <- #709) + * fix gui TypeError on unknown len() (#971) + * misc documentation/error message updates + + more succinct ImportError on missing ipywidgets (#872) + + fix broken/deprecated link (#981) + + add inline usage for contrib.discord and contrib.telegram + * misc framework updates + + add official py3.8 support (#986) + + fix snap builds + +------------------------------------------------------------------- +Sun Jun 28 18:50:24 UTC 2020 - Arun Persaud + +- update to version 4.46.1: + * fix missing sys.setcheckinterval in py3.9 (#978) + * fix keras.TqdmCallback compatibility with tensorflow==2.2.0 (#979) + * update documentation + + correct contrib.concurrent correct max_workers (#977) + + drop prominent mention of xrange (#965) + * minor linting + +------------------------------------------------------------------- +Sat May 9 15:48:23 UTC 2020 - Arun Persaud + +- specfile: + * add bash completion script + +- update to version 4.46.0: + * add contrib.telegram #949 <- #948 + * add bash tab completion and --comppath #946, #947 <- #858 + * fix exception safety in external_write_mode #940 + * add requests examples (#242) + * update documentation + ------------------------------------------------------------------- Wed Apr 8 06:44:50 UTC 2020 - Steve Kowalik diff --git a/python-tqdm.spec b/python-tqdm.spec index 5a788eb..5839bf5 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.45.0 +Version: 4.47.0 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT @@ -68,6 +68,7 @@ and does not require ncurses. %if !%{with test} %python_install %python_clone -a %{buildroot}%{_bindir}/tqdm +install -m 644 -D tqdm/completion.sh %{buildroot}%{_datadir}/bash-completion/completions/tqdm %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -94,6 +95,7 @@ nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files= %{python_sitelib}/tqdm/ %{python_sitelib}/tqdm-%{version}-py*.egg-info %python_alternative %{_bindir}/tqdm +%{_datadir}/bash-completion/completions/tqdm %endif %changelog diff --git a/tqdm-4.45.0.tar.gz b/tqdm-4.45.0.tar.gz deleted file mode 100644 index aaa4564..0000000 --- a/tqdm-4.45.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00339634a22c10a7a22476ee946bbde2dbe48d042ded784e4d88e0236eca5d81 -size 140990 diff --git a/tqdm-4.47.0.tar.gz b/tqdm-4.47.0.tar.gz new file mode 100644 index 0000000..dd308f6 --- /dev/null +++ b/tqdm-4.47.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7 +size 145749