Hello community,

here is the log from the commit of package python3-pyparsing for 
openSUSE:Factory checked in at 2016-09-14 23:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2016-09-05 21:23:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyparsing.new/python3-pyparsing.changes 
2016-09-14 23:35:14.000000000 +0200
@@ -1,0 +2,30 @@
+Mon Sep 12 19:41:14 UTC 2016 - a...@gmx.de
+
+- 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
+    in a future release:
+    + commaSeparatedList -> pyparsing_common.comma_separated_list
+    + upcaseTokens -> pyparsing_common.upcaseTokens
+    + downcaseTokens -> pyparsing_common.downcaseTokens
+  * Fixed Python3 compatibility bug when using dict keys() and
+    values() in ParseResults.getName().
+  * After some prodding, I've reworked the unitTests.py file for
+    pyparsing over the past few releases. It uses some variations on
+    unittest to handle my testing style. The test now:
+    + auto-discovers its test classes (while maintining their order
+      of definition)
+    + suppresses voluminous 'print' output for tests that pass
+
+-------------------------------------------------------------------

Old:
----
  pyparsing-2.1.8.tar.gz

New:
----
  pyparsing-2.1.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pyparsing.spec ++++++
--- /var/tmp/diff_new_pack.VRQ5GB/_old  2016-09-14 23:35:15.000000000 +0200
+++ /var/tmp/diff_new_pack.VRQ5GB/_new  2016-09-14 23:35:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pyparsing
-Version:        2.1.8
+Version:        2.1.9
 Release:        0
 Url:            http://pyparsing.wikispaces.com/
 Summary:        Grammar Parser Library for Python

++++++ pyparsing-2.1.8.tar.gz -> pyparsing-2.1.9.tar.gz ++++++
++++ 15064 lines of diff (skipped)


Reply via email to