diff --git a/.gitignore b/.gitignore index a341239..927cef9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /configshell-fb-1.1.fb14.tar.gz /configshell-fb-1.1.fb16.tar.gz /configshell-fb-1.1.fb17.tar.gz +/configshell-fb-1.1.fb18.tar.gz diff --git a/python-configshell.spec b/python-configshell.spec index 666a288..37e6528 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -11,16 +11,16 @@ License: ASL 2.0 Group: System Environment/Libraries Summary: A framework to implement simple but nice CLIs Epoch: 1 -Version: 1.1.fb17 -Release: 2%{?dist} +Version: 1.1.fb18 +Release: 1%{?dist} URL: https://github.com/agrover/configshell-fb Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel python-setuptools -Requires: pyparsing python-urwid +Requires: pyparsing python-urwid python-six %if 0%{?with_python3} -BuildRequires: python3-devel python-tools python3-setuptools +BuildRequires: python3-devel python3-setuptools %endif %description @@ -51,7 +51,6 @@ cp -a . %{py3dir} %if 0%{?with_python3} pushd %{py3dir} -2to3 --write --nobackups . %{__python3} setup.py build popd %endif @@ -62,10 +61,7 @@ rm -rf %{buildroot} %if 0%{?with_python3} pushd %{py3dir} -# We don't want py3-converted scripts overwriting py2 scripts -# Shunt them elsewhere then delete -%{__python3} setup.py install --skip-build --root %{buildroot} --install-scripts py3scripts -rm -rf %{buildroot}/py3scripts +%{__python3} setup.py install --skip-build --root %{buildroot} popd %endif @@ -80,6 +76,10 @@ popd %endif %changelog +* Tue Jun 23 2015 Andy Grover - 1:1.1.fb18-1 +- New upstream release +- Add dependency on python-six instead of 2to3 + * Thu Jun 18 2015 Fedora Release Engineering - 1:1.1.fb17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index fe129a0..1049767 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbb36d71c1905c713f34a5c19cb0b3af configshell-fb-1.1.fb17.tar.gz +56bb132e313129d28346f87994f50dc2 configshell-fb-1.1.fb18.tar.gz