forked from pool/python-tqdm
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
This commit is contained in:
committed by
Git OBS Bridge
parent
8b2c377487
commit
414c8b9e7a
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user