diff --git a/python-tqdm.changes b/python-tqdm.changes index fc635d9..dad54e3 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 3 18:31:35 UTC 2019 - Todd R + +- 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 diff --git a/python-tqdm.spec b/python-tqdm.spec index efc5ecc..6f09069 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,14 +28,13 @@ %bcond_with test %endif Name: python-tqdm%{suffix} -Version: 4.31.1 +Version: 4.32.1 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT Group: Development/Languages/Python URL: https://github.com/tqdm/tqdm Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz -BuildRequires: %{python_module rpm-macros} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,8 +43,8 @@ Requires(postun): update-alternatives BuildArch: noarch %if %{with test} # SECTION test requirements -BuildRequires: %{python_module jupyter_ipython} -BuildRequires: %{python_module jupyter_ipywidgets} +BuildRequires: %{python_module ipython} +BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas} diff --git a/tqdm-4.31.1.tar.gz b/tqdm-4.31.1.tar.gz deleted file mode 100644 index 30341be..0000000 --- a/tqdm-4.31.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e22977e3ebe961f72362f6ddfb9197cc531c9737aaf5f607ef09740c849ecd05 -size 117178 diff --git a/tqdm-4.32.1.tar.gz b/tqdm-4.32.1.tar.gz new file mode 100644 index 0000000..36bcffe --- /dev/null +++ b/tqdm-4.32.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a860bf2683fdbb4812fe539a6c22ea3f1777843ea985cb8c3807db448a0f7ab +size 120465