[python-configshell] update to 1.1.fb9-1

Andy Grover grover at fedoraproject.org
Thu Sep 12 17:47:38 UTC 2013


commit e4d7a56278ead1df071b600143af24c5c7dcc5c6
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Sep 12 10:43:52 2013 -0700

    update to 1.1.fb9-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore              |    1 +
 python-configshell.spec |   13 +++++++++----
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85a9b68..e3f6414 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /configshell-fb-1.1.fb6.tar.gz
 /configshell-fb-1.1.fb7.tar.gz
 /configshell-fb-1.1.fb8.tar.gz
+/configshell-fb-1.1.fb9.tar.gz
diff --git a/python-configshell.spec b/python-configshell.spec
index 53dacfc..49855fb 100644
--- a/python-configshell.spec
+++ b/python-configshell.spec
@@ -7,16 +7,16 @@ License:        ASL 2.0
 Group:          System Environment/Libraries
 Summary:        A framework to implement simple but nice CLIs
 Epoch:          1
-Version:        1.1.fb8
-Release:        2%{?dist}
+Version:        1.1.fb9
+Release:        1%{?dist}
 URL:            https://github.com/agrover/configshell-fb
 # Acquire with
 # wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
 # and it will save with the name below. Not cool, github.
 Source:         https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  python-devel epydoc python-simpleparse python-urwid
-Requires: python-simpleparse python-urwid
+BuildRequires:  python-devel
+Requires: pyparsing python-urwid
 
 %description
 A framework to implement simple but nice configuration-oriented
@@ -37,6 +37,11 @@ rm -rf %{buildroot}
 %doc COPYING README.md
 
 %changelog
+* Thu Sep 12 2013 Andy Grover <agrover at redhat.com> - 1:1.1.fb9-1
+- New upstream release
+- Remove dependency on python-simpleparse in favor of pyparsing
+- Remove BuildRequires
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.1.fb8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ab75dc6..36b5f44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ad1f82df8d3199a28042921bd7516d2  configshell-fb-1.1.fb8.tar.gz
+48b7c9be66c9e450585598504c2fde45  configshell-fb-1.1.fb9.tar.gz


More information about the scm-commits mailing list