diff --git a/.gitignore b/.gitignore index a9bc145..8b755fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cliff-1.0.tar.gz +/cliff-1.3.tar.gz diff --git a/python-cliff.spec b/python-cliff.spec index da4ab12..a552e96 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -2,16 +2,11 @@ %global with_python3 1 %endif -# Setting with_python3 manually to false until python3-prettytable becomes -# available. https://bugzilla.redhat.com/show_bug.cgi?id=837087 -%global with_python3 0 - - %global modname cliff Name: python-cliff -Version: 1.0 -Release: 3%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Command Line Interface Formulation Framework Group: Development/Libraries @@ -25,11 +20,9 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-prettytable BuildRequires: python-cmd2 -BuildRequires: python-tablib Requires: python-setuptools Requires: python-prettytable Requires: python-cmd2 -Requires: python-tablib %if 0%{?with_python3} @@ -37,11 +30,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-prettytable BuildRequires: python3-cmd2 -BuildRequires: python3-tablib -Requires: python3-setuptools -Requires: python3-prettytable -Requires: python3-cmd2 -Requires: python3-tablib %endif %description @@ -57,6 +45,10 @@ http://readthedocs.org/docs/cliff/en/latest/ Summary: Command Line Interface Formulation Framework Group: Development/Libraries +Requires: python3-setuptools +Requires: python3-prettytable +Requires: python3-cmd2 + %description -n python3-cliff cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other @@ -120,6 +112,11 @@ popd %changelog +* Tue Jan 22 2013 Ralph Bean - 1.3-1 +- Latest upstream. +- Enabled python3 subpackage. +- Remove requirement on python-tablib + * Sat Jul 21 2012 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 2f0d5da..0855306 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d65d1a190f8cf05a709bb27ab451f6dd cliff-1.0.tar.gz +33ee5562a58f769f6cf0d9742b42d775 cliff-1.3.tar.gz