From 414c8b9e7a88eed5adb03b3524e8058a48f1ca8eff0dcf5bd8867fea0a7513e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 Aug 2018 20:11:37 +0000 Subject: [PATCH] Accepting request 631534 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/631534 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=27 --- python-tqdm.changes | 15 +++++++++++++++ python-tqdm.spec | 15 ++++++++------- tqdm-4.24.0.tar.gz | 3 --- tqdm-4.25.0.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 tqdm-4.24.0.tar.gz create mode 100644 tqdm-4.25.0.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 3308c2d..ecd25cf 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Aug 25 18:10:44 UTC 2018 - arun@gmx.de + +- specfile: + * remove devel for noarch package + * make %files section more specific + +- update to version 4.25.0: + * stop monitor on shutdown (#571, #572) + * fix find_packages() for submodules (#593) + + properly add autonotebook (#586, 1cf3393) + * ignore ANSI escape codes in the bar length calculation (#450, #591 + -> #592) + * update documentation (#243) + ------------------------------------------------------------------- Tue Aug 7 14:44:44 UTC 2018 - toddrme2178@gmail.com diff --git a/python-tqdm.spec b/python-tqdm.spec index 5320f8f..8a47067 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -19,18 +19,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-tqdm -Version: 4.24.0 +Version: 4.25.0 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 devel} BuildRequires: %{python_module rpm-macros} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires(post): update-alternatives +Requires(postun): update-alternatives +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module jupyter_ipython} BuildRequires: %{python_module jupyter_ipywidgets} @@ -38,10 +40,6 @@ BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas} # /SECTION -Requires(post): update-alternatives -Requires(postun): update-alternatives -BuildArch: noarch - %python_subpackages %description @@ -80,7 +78,10 @@ sed -i 's#man/man1#share/man/man1#' setup.py %doc README.rst logo.png %doc examples/ %license LICENCE -%{python_sitelib}/* +%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_alternative %{_bindir}/tqdm %python_alternative %{_mandir}/man1/tqdm.1 diff --git a/tqdm-4.24.0.tar.gz b/tqdm-4.24.0.tar.gz deleted file mode 100644 index 27017a9..0000000 --- a/tqdm-4.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60bbaa6700e87a250f6abcbbd7ddb33243ad592240ba46afce5305b15b406fad -size 100042 diff --git a/tqdm-4.25.0.tar.gz b/tqdm-4.25.0.tar.gz new file mode 100644 index 0000000..031bdad --- /dev/null +++ b/tqdm-4.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3364bd83ce4777320b862e3c8a93d7da91e20a95f06ef79bed7dd71c654cafa +size 100999