|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# spec file for package python-progressbar
|
|
|
|
# spec file for package python-progressbar
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
# Copyright (c) 2025 SUSE LLC
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
@@ -21,14 +21,15 @@ Name: python-progressbar
|
|
|
|
Version: 2.5
|
|
|
|
Version: 2.5
|
|
|
|
Release: 0
|
|
|
|
Release: 0
|
|
|
|
Summary: Text Progressbar Library for Python
|
|
|
|
Summary: Text Progressbar Library for Python
|
|
|
|
License: LGPL-2.1-or-later OR BSD-3-Clause
|
|
|
|
License: BSD-3-Clause OR LGPL-2.1-or-later
|
|
|
|
Group: Development/Libraries/Python
|
|
|
|
Group: Development/Libraries/Python
|
|
|
|
Url: https://github.com/niltonvolpato/python-progressbar
|
|
|
|
URL: https://github.com/niltonvolpato/python-progressbar
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/p/progressbar/progressbar-%{version}.tar.gz
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/p/progressbar/progressbar-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: %{python_module pip}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
|
|
|
|
BuildRequires: %{python_module wheel}
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%python_subpackages
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
@@ -40,15 +41,15 @@ processing is underway.
|
|
|
|
%setup -q -n progressbar-%{version}
|
|
|
|
%setup -q -n progressbar-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%pyproject_install
|
|
|
|
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.txt examples.py
|
|
|
|
%doc README.txt examples.py
|
|
|
|
%license LICENSE.txt
|
|
|
|
%license LICENSE.txt
|
|
|
|
%{python_sitelib}/progressbar/
|
|
|
|
%{python_sitelib}/progressbar/
|
|
|
|
%{python_sitelib}/progressbar-%{version}-py*.egg-info
|
|
|
|
%{python_sitelib}/progressbar-%{version}*-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|