Hello community,
here is the log from the commit of package python3-spark_parser for
openSUSE:Factory checked in at 2016-11-28 15:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-spark_parser (Old)
and /work/SRC/openSUSE:Factory/.python3-spark_parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-spark_parser"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-spark_parser/python3-spark_parser.changes
2016-11-07 12:22:28.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-spark_parser.new/python3-spark_parser.changes
2016-11-28 15:09:46.000000000 +0100
@@ -1,0 +2,32 @@
+Sat Nov 26 18:05:59 UTC 2016 - [email protected]
+
+- update to version 1.5.0:
+ * User-definable reduction check. This allows one to specify an
+ additional check before a rediction is made. For example in
+ uncompyle6 we check whether a SETUP_LOOP target jumps to the last
+ token of the rule. Or that an augmented assignment statement
+ doesn't have inplace-binary operators
+ * User defined reduce printing rule. For example, the uncompyle6
+ token class has line numbers and offsets associated with them. We
+ can show these as part of the reduction rule.
+ * Go over python 2 grammar and improve, but some indentation things
+ are slightly worse. Sigh.
+ * spark.py Fix small python2 print bug
+
+- changes from version 1.4.3:
+ * handle Python 2.3 via the 2.4 branch
+ * change grammer dup debug switch from 'rules' (already used) to
+ 'dup'
+
+- changes from version 1.4.2:
+ * Fix botched release
+ * handle Python 2.5 via the 2.4 branch
+
+- changes from version 1.4.1:
+ * Elimiate duplicate grammar rules
+ * Allow hook for additional reduction testing
+ * Fix up setup.py: tests_require not test_requires
+ * Python 2.5 tolerance
+ * update example doc
+
+-------------------------------------------------------------------
Old:
----
spark_parser-1.4.0.tar.gz
New:
----
spark_parser-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-spark_parser.spec ++++++
--- /var/tmp/diff_new_pack.4oPDFO/_old 2016-11-28 15:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.4oPDFO/_new 2016-11-28 15:09:47.000000000 +0100
@@ -13,19 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python3-spark_parser
-Version: 1.4.0
+Version: 1.5.0
Release: 0
-License: MIT
Summary: An Early-Algorithm Context-free grammar Parser
-Url: https://github.com/rocky/python3-spark/
+License: MIT
Group: Development/Languages/Python
+Url: https://github.com/rocky/python3-spark/
Source:
https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-%{version}.tar.gz
BuildRequires: python3-devel
-BuildRequires: python3-setuptools
BuildRequires: python3-nose
+BuildRequires: python3-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
++++++ spark_parser-1.4.0.tar.gz -> spark_parser-1.5.0.tar.gz ++++++
++++ 2628 lines of diff (skipped)