From f68db4f50c010cc552f96d01754a4e79c9c88e31 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 16:15:38 +0000 Subject: import python-configshell-1.1.fb18-1.el7 --- diff --git a/.gitignore b/.gitignore index 9985d05..010c50c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/configshell-fb-1.1.fb14.tar.gz +SOURCES/configshell-fb-1.1.fb18.tar.gz diff --git a/.python-configshell.metadata b/.python-configshell.metadata index 6e54667..c5197c5 100644 --- a/.python-configshell.metadata +++ b/.python-configshell.metadata @@ -1 +1 @@ -cded622f5f572a18f9128afcac82c2fdb35f8fb7 SOURCES/configshell-fb-1.1.fb14.tar.gz +25fe5cb693ecee890007c692fc79b28a0c5b6483 SOURCES/configshell-fb-1.1.fb18.tar.gz diff --git a/SPECS/python-configshell.spec b/SPECS/python-configshell.spec index e064022..a5adf4a 100644 --- a/SPECS/python-configshell.spec +++ b/SPECS/python-configshell.spec @@ -7,13 +7,13 @@ License: ASL 2.0 Group: System Environment/Libraries Summary: A framework to implement simple but nice CLIs Epoch: 1 -Version: 1.1.fb14 +Version: 1.1.fb18 Release: 1%{?dist} URL: https://fedorahosted.org/targetcli-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 %description A framework to implement simple but nice configuration-oriented @@ -34,6 +34,9 @@ rm -rf %{buildroot} %doc COPYING README.md %changelog +* Wed Jul 15 2015 Andy Grover - 1:1.1.fb18-1 +- Update to latest in Fedora + * Wed Sep 24 2014 Andy Grover - 1:1.1.fb14-1 - New upstream release