Accepting request 707288 from home:TheBlackCat:branches:devel:languages:python
- Update to 4.32.1 * fix notebook with unknown total - Update to 4.32.0 * support unit_scale in notebook * support negative update (#432, #545) * add reset() function (#547, #545) * add [python setup.py] make run - Fix jupyter dependencies. OBS-URL: https://build.opensuse.org/request/show/707288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=44
This commit is contained in:
parent
6a4137471e
commit
fcdb1ee647
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 18:31:35 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 4.32.1
|
||||||
|
* fix notebook with unknown total
|
||||||
|
- Update to 4.32.0
|
||||||
|
* support unit_scale in notebook
|
||||||
|
* support negative update (#432, #545)
|
||||||
|
* add reset() function (#547, #545)
|
||||||
|
* add [python setup.py] make run
|
||||||
|
- Fix jupyter dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 16 17:24:34 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Feb 16 17:24:34 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -28,14 +28,13 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{suffix}
|
Name: python-tqdm%{suffix}
|
||||||
Version: 4.31.1
|
Version: 4.32.1
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/tqdm/tqdm
|
URL: https://github.com/tqdm/tqdm
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module rpm-macros}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -44,8 +43,8 @@ Requires(postun): update-alternatives
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module jupyter_ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module jupyter_ipywidgets}
|
BuildRequires: %{python_module ipywidgets}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e22977e3ebe961f72362f6ddfb9197cc531c9737aaf5f607ef09740c849ecd05
|
|
||||||
size 117178
|
|
3
tqdm-4.32.1.tar.gz
Normal file
3
tqdm-4.32.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a860bf2683fdbb4812fe539a6c22ea3f1777843ea985cb8c3807db448a0f7ab
|
||||||
|
size 120465
|
Loading…
x
Reference in New Issue
Block a user