Accepting request 631546 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/631546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=12
This commit is contained in:
commit
e4cc30d6fc
@ -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
|
Tue Aug 7 14:44:44 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -19,18 +19,20 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-tqdm
|
Name: python-tqdm
|
||||||
Version: 4.24.0
|
Version: 4.25.0
|
||||||
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 devel}
|
|
||||||
BuildRequires: %{python_module rpm-macros}
|
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
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun): update-alternatives
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module jupyter_ipython}
|
BuildRequires: %{python_module jupyter_ipython}
|
||||||
BuildRequires: %{python_module jupyter_ipywidgets}
|
BuildRequires: %{python_module jupyter_ipywidgets}
|
||||||
@ -38,10 +40,6 @@ BuildRequires: %{python_module nose}
|
|||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun): update-alternatives
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,7 +78,10 @@ sed -i 's#man/man1#share/man/man1#' setup.py
|
|||||||
%doc README.rst logo.png
|
%doc README.rst logo.png
|
||||||
%doc examples/
|
%doc examples/
|
||||||
%license LICENCE
|
%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 %{_bindir}/tqdm
|
||||||
%python_alternative %{_mandir}/man1/tqdm.1
|
%python_alternative %{_mandir}/man1/tqdm.1
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60bbaa6700e87a250f6abcbbd7ddb33243ad592240ba46afce5305b15b406fad
|
|
||||||
size 100042
|
|
3
tqdm-4.25.0.tar.gz
Normal file
3
tqdm-4.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3364bd83ce4777320b862e3c8a93d7da91e20a95f06ef79bed7dd71c654cafa
|
||||||
|
size 100999
|
Loading…
x
Reference in New Issue
Block a user