From 31ea7ea6b203da7f11c790bfc5b11d12536db47a31a5c11a0a04886dbea6e227 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 30 Jun 2011 10:57:50 +0000 Subject: [PATCH] Autobuild autoformatter for 74869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=4 --- python-pyparsing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyparsing.spec b/python-pyparsing.spec index e991e87..1b3925f 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -11,13 +11,15 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-pyparsing Version: 1.5.6 -Release: 0 +Release: 1 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python License: MIT License @@ -40,6 +42,7 @@ expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. %package doc + Summary: Grammar Parser Library for Python - Documentation Group: Development/Libraries/Python Requires: %{name} = %{version}