From 9fd563e5d62d4d8b1b2ca79136ae0c54a8ccd4881c0305880ba442616ddb1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Jan 2020 07:53:33 +0000 Subject: [PATCH 1/2] Accepting request 760863 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/760863 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=65 --- python-tqdm.changes | 10 ++++++++++ python-tqdm.spec | 4 ++-- tqdm-4.41.0.tar.gz | 3 --- tqdm-4.41.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 tqdm-4.41.0.tar.gz create mode 100644 tqdm-4.41.1.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 1768a14..2df1f1d 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 5 02:47:11 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 4.41.1: + * fix batch_size=None + * keras missing pop('size') + ------------------------------------------------------------------- Sun Dec 29 21:17:56 UTC 2019 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index 699e984..dec844f 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ # # spec file for package python-tqdm # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-tqdm%{pkg_suffix} -Version: 4.41.0 +Version: 4.41.1 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.41.0.tar.gz b/tqdm-4.41.0.tar.gz deleted file mode 100644 index 89fc5a6..0000000 --- a/tqdm-4.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:166a82cdea964ae45528e0cc89436255ff2be73dc848bdf239f13c501cae5dc7 -size 132166 diff --git a/tqdm-4.41.1.tar.gz b/tqdm-4.41.1.tar.gz new file mode 100644 index 0000000..26a66e4 --- /dev/null +++ b/tqdm-4.41.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23 +size 132160 From 53bc317e48a3b5e27747d670e248a65b033bf7384802596771d9a9d916afa970 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 6 Jan 2020 14:58:36 +0000 Subject: [PATCH 2/2] Accepting request 761182 from home:TheBlackCat:branches:devel:languages:python - Remove unneeded python2 ipython-related testing dependencies. These packages are no longer available for python2 and the test suite will automatically skip them if they aren't available. OBS-URL: https://build.opensuse.org/request/show/761182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=66 --- python-tqdm.changes | 7 +++++++ python-tqdm.spec | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-tqdm.changes b/python-tqdm.changes index 2df1f1d..bbbe70e 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 6 14:46:46 UTC 2020 - Todd R + +- Remove unneeded python2 ipython-related testing dependencies. + These packages are no longer available for python2 and the test + suite will automatically skip them if they aren't available. + ------------------------------------------------------------------- Sun Jan 5 02:47:11 UTC 2020 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index dec844f..0235069 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -42,12 +42,12 @@ Requires(postun): update-alternatives BuildArch: noarch %if %{with test} # SECTION test requirements -BuildRequires: %{python_module ipython} -BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas} BuildRequires: %{python_module tqdm} +BuildRequires: python3-ipython +BuildRequires: python3-ipywidgets # /SECTION %endif %python_subpackages @@ -91,10 +91,8 @@ nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files= %doc README.rst logo.png %doc examples/ %license LICENCE -%dir %{python_sitelib}/tqdm -%dir %{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info -%{python_sitelib}/tqdm/* -%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/* +%{python_sitelib}/tqdm/ +%{python_sitelib}/tqdm-%{version}-py*.egg-info %python_alternative %{_bindir}/tqdm %endif