Accepting request 307470 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/307470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=21
This commit is contained in:
commit
7ed3e56c86
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06
|
|
||||||
size 1136568
|
|
3
pyparsing-2.0.3.tar.gz
Normal file
3
pyparsing-2.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f
|
||||||
|
size 1462653
|
@ -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
|
Tue Nov 11 17:34:18 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyparsing
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyparsing
|
Name: python-pyparsing
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pyparsing.wikispaces.com/
|
Url: http://pyparsing.wikispaces.com/
|
||||||
Summary: Grammar Parser Library for Python
|
Summary: Grammar Parser Library for Python
|
||||||
@ -59,7 +59,7 @@ This package contains the documentation of %{name}
|
|||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
# Fix wrong EOL encoding:
|
# Fix wrong EOL encoding:
|
||||||
sed -i 's/\r$//' CHANGES LICENSE README examples/*.py
|
sed -i 's/\r$//' CHANGES LICENSE README examples/*
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user