14
0

Accepting request 306410 from home:benoit_monin:branches:devel:languages:python

- update to version 2.0.3
- fix end of line encoding of every file in examples

OBS-URL: https://build.opensuse.org/request/show/306410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=31
This commit is contained in:
Denisart Benjamin
2015-05-16 12:53:17 +00:00
committed by Git OBS Bridge
parent 54a411dd3d
commit f20a1ebe23
4 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyparsing
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-pyparsing
Version: 2.0.2
Version: 2.0.3
Release: 0
Url: http://pyparsing.wikispaces.com/
Summary: Grammar Parser Library for Python
@@ -59,7 +59,7 @@ This package contains the documentation of %{name}
%build
python setup.py build
# Fix wrong EOL encoding:
sed -i 's/\r$//' CHANGES LICENSE README examples/*.py
sed -i 's/\r$//' CHANGES LICENSE README examples/*
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}