Go to file
Sascha Peilicke e37a4cfdf7 - Update to version 2.0.1:
- Removed use of "nonlocal" that prevented using this version of 
    pyparsing with Python 2.6 and 2.7. This will make it easier to 
    install for packages that depend on pyparsing, under Python 
    versions 2.6 and later. Those using older versions of Python
    will have to manually install pyparsing 1.5.7.
  - Fixed implementation of <<= operator to return self; reported by
    Luc J. Bourhis, with patch fix by Mathias Mamsch - thanks, Luc
    and Mathias!
- Changes from version 2.0.0:
  - Rather than release another combined Python 2.x/3.x release
    I've decided to start a new major version that is only 
    compatible with Python 3.x (and consequently Python 2.7 as
    well due to backporting of key features). This version will
    be the main development path from now on, with little follow-on
    development on the 1.5.x path.
  - Operator '<<' is now deprecated, in favor of operator '<<=' for
    attaching parsing expressions to Forward() expressions. This is
    being done to address precedence of operations problems with '<<'.
    Operator '<<' will be removed in a future version of pyparsing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=26
2013-09-17 13:28:37 +00:00
.gitattributes 1.5.3 2010-07-07 00:40:12 +00:00
.gitignore 1.5.3 2010-07-07 00:40:12 +00:00
pyparsing-2.0.1.tar.gz - Update to version 2.0.1: 2013-09-17 13:28:37 +00:00
python-pyparsing.changes - Update to version 2.0.1: 2013-09-17 13:28:37 +00:00
python-pyparsing.spec - Update to version 2.0.1: 2013-09-17 13:28:37 +00:00