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
This commit is contained in:
parent
37a331d5f1
commit
7725b5bc8a
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 3 03:09:31 UTC 2020 - Arun Persaud <arun@dhcp.lbl.gov>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00339634a22c10a7a22476ee946bbde2dbe48d042ded784e4d88e0236eca5d81
|
||||
size 140990
|
3
tqdm-4.47.0.tar.gz
Normal file
3
tqdm-4.47.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7
|
||||
size 145749
|
Loading…
x
Reference in New Issue
Block a user