Hello community, here is the log from the commit of package python3-pyparsing for openSUSE:Factory checked in at 2013-12-06 11:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyparsing (Old) and /work/SRC/openSUSE:Factory/.python3-pyparsing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyparsing" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyparsing/python3-pyparsing.changes 2013-06-21 19:01:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyparsing.new/python3-pyparsing.changes 2013-12-06 11:47:22.000000000 +0100 @@ -1,0 +2,11 @@ +Tue Dec 3 22:39:37 UTC 2013 - [email protected] + +- update to 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; + +------------------------------------------------------------------- Old: ---- pyparsing-1.5.7.tar.gz pyparsing-2.0.0.tar.gz New: ---- pyparsing-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyparsing.spec ++++++ --- /var/tmp/diff_new_pack.yQagf5/_old 2013-12-06 11:47:35.000000000 +0100 +++ /var/tmp/diff_new_pack.yQagf5/_new 2013-12-06 11:47:35.000000000 +0100 @@ -17,7 +17,7 @@ Name: python3-pyparsing -Version: 2.0.0 +Version: 2.0.1 Release: 0 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python @@ -57,7 +57,7 @@ %build python3 setup.py build # Fix wrong EOL encoding: -sed -i 's/\r$//' CHANGES LICENSE README +sed -i 's/\r$//' CHANGES LICENSE README examples/*py %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -69,6 +69,6 @@ %files doc %defattr(-,root,root,-) -%doc docs/* +%doc docs/* examples %changelog ++++++ pyparsing-1.5.7.tar.gz -> pyparsing-2.0.1.tar.gz ++++++ ++++ 40879 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
