Revisions of python-pyparsing

Ludwig Nussel's avatar Ludwig Nussel (lnussel) committed (revision 7)
vrev bump
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 477697 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 6)
- Fix SLE 11 build.

- update to version 2.1.10:
  * Fixed bug in reporting named parse results for ZeroOrMore
    expressions, thanks Ethan Nash for reporting this!
  * Fixed behavior of LineStart to be much more predictable.
    LineStart can now be used to detect if the next parse position is
    col 1, factoring in potential leading whitespace (which would
    cause LineStart to fail). Also fixed a bug in col, which is used
    in LineStart, where '\n's were erroneously considered to be column
    1.
  * Added support for multiline test strings in runTests.
  * Fixed bug in ParseResults.dump when keys were not strings.  Also
    changed display of string values to show them in quotes, to help
    distinguish parsed numeric strings from parsed integers that have
    been converted to Python ints.
- update to version 2.1.9:
  * Added class CloseMatch, a variation on Literal which matches
    "close" matches, that is, strings with at most 'n' mismatching
    characters.
  * Fixed bug in Keyword.setDefaultKeywordChars(), reported by
    Kobayashi Shinji - nice catch, thanks!
  * Minor API change in pyparsing_common. Renamed some of the common
    expressions to PEP8 format (to be consistent with the other
    pyparsing_common expressions):
    + signedInteger -> signed_integer
    + sciReal -> sci_real
    Also, in trying to stem the API bloat of pyparsing, I've copied
    some of the global expressions and helper parse actions into
    pyparsing_common, with the originals to be deprecated and removed
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) committed (revision 5)
branch from 42.2
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 4)
fork from 42.1
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
vrev bump
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
vrev bump
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 1)
osc copypac from project:SUSE:SLE-12:GA package:python-pyparsing revision:c18e5d08b4c3fe31904024593f9e17b6, using expand
Displaying all 7 revisions
openSUSE Build Service is sponsored by