diff --git a/pyparsing-2.0.2.tar.gz b/pyparsing-2.0.2.tar.gz deleted file mode 100644 index d7b4fb0..0000000 --- a/pyparsing-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06 -size 1136568 diff --git a/pyparsing-2.0.3.tar.gz b/pyparsing-2.0.3.tar.gz new file mode 100644 index 0000000..cd5ad32 --- /dev/null +++ b/pyparsing-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f +size 1462653 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 743aede..aecc633 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon May 11 17:40:24 UTC 2015 - benoit.monin@gmx.fr + +- update to version 2.0.3: + * Fixed escaping behavior in QuotedString. Formerly, only + quotation marks (or characters designated as quotation marks in + the QuotedString constructor) would be escaped. Now all escaped + characters will be escaped, and the escaping backslashes will + be removed. + * Fixed regression in ParseResults.pop() - pop() was pretty much + broken after I added *improvements* in 2.0.2. Reported by Iain + Shelvington, thanks Iain! + * Fixed bug in And class when initializing using a generator. + * Enhanced ParseResults.dump() method to list out nested + ParseResults that are unnamed arrays of sub-structures. + * Fixed UnboundLocalError under Python 3.4 in oneOf method, + reported on Sourceforge by aldanor, thanks! + * Fixed bug in ParseResults __init__ method, when returning + non-ParseResults types from parse actions that implement + __eq__. Raised during discussion on the pyparsing wiki with + cyrfer. +- fix end of line encoding of every file in examples + ------------------------------------------------------------------- Tue Nov 11 17:34:18 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/python-pyparsing.spec b/python-pyparsing.spec index b91dcfe..b43bdc6 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -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}