From a519d4cfc2d12be7e4d6a2e6a0a32a698aab28f3 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Dec 20 2018 14:36:57 +0000 Subject: Remove python3-progressbar, which is now provided by python3-progressbar2 https://bugzilla.redhat.com/show_bug.cgi?id=1218533 --- diff --git a/python-progressbar.spec b/python-progressbar.spec index 433c0e8..f77037a 100644 --- a/python-progressbar.spec +++ b/python-progressbar.spec @@ -8,9 +8,13 @@ %global snapshot_date 20170808 %global git_commit 32422c1 +# This only includes the Python 2 package. +# "python3-progressbar" is available from python-progressbar2. +# See https://bugzilla.redhat.com/show_bug.cgi?id=1218533 + Name: python-%{realname} Version: 2.3 -Release: 13.%{snapshot_date}git%{git_commit}%{?dist} +Release: 14.%{snapshot_date}git%{git_commit}%{?dist} Summary: Text progressbar library for python Group: Development/Libraries @@ -21,8 +25,6 @@ Patch0: progressbar-interrupt.patch BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python3-devel -BuildRequires: python3-setuptools BuildArch: noarch %description @@ -47,19 +49,6 @@ processing is under way. The progressbar module is very easy to use, yet very powerful. And automatically supports features like auto-re-sizing when available. -%package -n python3-%{realname} -Summary: Text progressbar library for Python 3 -%{?python_provide:%python_provide python3-%{realname}} - -%description -n python3-%{realname} - -This library provides a text mode progress bar. This is typically used to -display the progress of a long running operation, providing a visual clue that -processing is under way. - -The progressbar module is very easy to use, yet very powerful. And -automatically supports features like auto-re-sizing when available. - %prep %setup -q -n niltonvolpato-%{name}-%{git_commit} @@ -70,11 +59,9 @@ sed '1{\@^#!.*$@d}' -i progressbar/__init__.py %build %py2_build -%py3_build %install %py2_install -%py3_install %files -n python2-progressbar @@ -82,12 +69,11 @@ sed '1{\@^#!.*$@d}' -i progressbar/__init__.py %doc README.txt %{python2_sitelib}/* -%files -n python3-progressbar -%doc LICENSE.txt -%doc README.txt -%{python3_sitelib}/* - %changelog +* Thu Dec 20 2018 Petr Viktorin - 2.3-14.20170808git32422c1 +- Remove python3-progressbar, which is now provided by python3-progressbar2 + https://bugzilla.redhat.com/show_bug.cgi?id=1218533 + * Sat Jul 14 2018 Fedora Release Engineering - 2.3-13.20170808git32422c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild