Hello community,

here is the log from the commit of package python-spark_parser for 
openSUSE:Factory checked in at 2019-09-11 10:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spark_parser (Old)
 and      /work/SRC/openSUSE:Factory/.python-spark_parser.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-spark_parser"

Wed Sep 11 10:35:18 2019 rev:5 rq:729761 version:1.8.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-spark_parser/python-spark_parser.changes  
2019-05-12 11:33:48.001940411 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spark_parser.new.7948/python-spark_parser.changes
        2019-09-11 10:35:21.911296717 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 10:10:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.8.9:
+  * bugfixes and test enhancements
+
+-------------------------------------------------------------------

Old:
----
  spark_parser-1.8.7.tar.gz

New:
----
  spark_parser-1.8.9.tar.gz

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

Other differences:
------------------
++++++ python-spark_parser.spec ++++++
--- /var/tmp/diff_new_pack.IlyjWA/_old  2019-09-11 10:35:23.483296261 +0200
+++ /var/tmp/diff_new_pack.IlyjWA/_new  2019-09-11 10:35:23.511296253 +0200
@@ -17,25 +17,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-spark_parser
-Version:        1.8.7
+Version:        1.8.9
 Release:        0
 Summary:        An Earley-Algorithm Context-free grammar Parser Toolkit
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/rocky/python-spark/
 Source:         
https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-%{version}.tar.gz
+BuildRequires:  %{python_module click}
+BuildRequires:  %{python_module nose >= 1.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-click
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module nose >= 1.0}
-BuildRequires:  %{python_module pytest}
-%endif
 %python_subpackages
 
 %description
@@ -57,10 +54,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %pytest test
-%endif
 
 %files %{python_files}
 %license LICENSE

++++++ spark_parser-1.8.7.tar.gz -> spark_parser-1.8.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/ChangeLog 
new/spark_parser-1.8.9/ChangeLog
--- old/spark_parser-1.8.7/ChangeLog    2018-05-19 03:37:39.000000000 +0200
+++ new/spark_parser-1.8.9/ChangeLog    2019-07-29 03:00:13.000000000 +0200
@@ -1,6 +1,43 @@
+2019-07-28  rocky <[email protected]>
+
+       * admin-tools/how-to-make-a-release.md, spark_parser/ast.py,
+       spark_parser/version.py: Get ready for release 1.8.9
+
+2019-07-28  rocky <[email protected]>
+
+       * .travis.yml, admin-tools/how-to-make-a-release.md: Travis no
+       longer does 3.3 or 2.6
+
+2019-07-28  rocky <[email protected]>
+
+       * admin-tools/how-to-make-a-release.md,
+       admin-tools/pyenv-newer-versions: Get ready for release 1.8.8
+
+2019-07-28  rocky <[email protected]>
+
+       * NEWS, NEWS.md, spark_parser/version.py: Get ready for release
+       1.8.8
+
+2019-07-23  rocky <[email protected]>
+
+       * bin/spark-parser-coverage, spark_parser/ast.py: Changes to make
+       this work on Python 3.8
+
+2018-06-26  rocky <[email protected]>
+
+       * circle.yml: Remove CircleCI 1.1
+
+2018-06-25  rocky <[email protected]>
+
+       * .circleci/config.yml: Another CircleCI 2.0 attempt
+
+2018-06-25  rocky <[email protected]>
+
+       * .circleci/config.yml: Try CircleCI 2.0
+
 2018-05-18  rocky <[email protected]>
 
-       * spark_parser/version.py: Get ready for release 1.8.7
+       * NEWS, spark_parser/version.py: Get ready for release 1.8.7
 
 2018-05-13  rocky <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/PKG-INFO 
new/spark_parser-1.8.9/PKG-INFO
--- old/spark_parser-1.8.7/PKG-INFO     2018-05-19 03:42:48.000000000 +0200
+++ new/spark_parser-1.8.9/PKG-INFO     2019-07-29 03:05:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: spark_parser
-Version: 1.8.7
+Version: 1.8.9
 Summary: An Earley-Algorithm Context-free grammar Parser Toolkit
 Home-page: https://github.com/rocky/python-spark/
 Author: Rocky Bernstein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/bin/spark-parser-coverage 
new/spark_parser-1.8.9/bin/spark-parser-coverage
--- old/spark_parser-1.8.7/bin/spark-parser-coverage    2018-05-19 
03:42:45.000000000 +0200
+++ new/spark_parser-1.8.9/bin/spark-parser-coverage    2019-07-29 
03:05:21.000000000 +0200
@@ -25,8 +25,8 @@
             used_rules.append((count, rule))
 
     for count, rule in used_rules:
-        if rule.find('\e_') > -1:
-            canonic_rule = rule.replace('\e_', '', 1000)
+        if rule.find("\\e_") > -1:
+            canonic_rule = rule.replace("\\e_", "", 1000)
             if canonic_rule in unused_rules:
                 unused_rules.remove(canonic_rule)
                 pass
Binary files old/spark_parser-1.8.7/example/python2/py2_scan.pyc and 
new/spark_parser-1.8.9/example/python2/py2_scan.pyc differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-32.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-32.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-33.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-33.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-34.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-34.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-35.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-35.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-36.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-36.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-37.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-37.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.cpython-38.pyc 
and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.cpython-38.pyc 
differ
Binary files 
old/spark_parser-1.8.7/example/python2/test/__pycache__/helper.pypy3-24.pyc and 
new/spark_parser-1.8.9/example/python2/test/__pycache__/helper.pypy3-24.pyc 
differ
Binary files old/spark_parser-1.8.7/example/python2/test/helper.pyc and 
new/spark_parser-1.8.9/example/python2/test/helper.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/spark_parser/ast.py 
new/spark_parser-1.8.9/spark_parser/ast.py
--- old/spark_parser-1.8.7/spark_parser/ast.py  2018-05-19 03:42:45.000000000 
+0200
+++ new/spark_parser-1.8.9/spark_parser/ast.py  2019-07-29 03:05:21.000000000 
+0200
@@ -1,6 +1,7 @@
 import sys
 
 PYTHON3 = (sys.version_info >= (3, 0))
+PYTHON37 = (sys.version_info >= (3, 7))
 
 if PYTHON3:
     intern = sys.intern
@@ -17,6 +18,10 @@
     def __getslice__(self, low, high):
         return self.data[low:high]
 
+    if PYTHON37:
+        def __getitem__(self, i):
+            return self.data[i]
+
     def __eq__(self, o):
         if isinstance(o, AST):
             return (self.kind == o.kind and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/spark_parser/version.py 
new/spark_parser-1.8.9/spark_parser/version.py
--- old/spark_parser-1.8.7/spark_parser/version.py      2018-05-19 
03:41:41.000000000 +0200
+++ new/spark_parser-1.8.9/spark_parser/version.py      2019-07-29 
03:03:18.000000000 +0200
@@ -1,3 +1,3 @@
 # This file is suitable for sourcing inside bash as
 # well as importing into Python
-VERSION='1.8.7'
+VERSION='1.8.9'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/spark_parser.egg-info/PKG-INFO 
new/spark_parser-1.8.9/spark_parser.egg-info/PKG-INFO
--- old/spark_parser-1.8.7/spark_parser.egg-info/PKG-INFO       2018-05-19 
03:42:48.000000000 +0200
+++ new/spark_parser-1.8.9/spark_parser.egg-info/PKG-INFO       2019-07-29 
03:05:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: spark-parser
-Version: 1.8.7
+Version: 1.8.9
 Summary: An Earley-Algorithm Context-free grammar Parser Toolkit
 Home-page: https://github.com/rocky/python-spark/
 Author: Rocky Bernstein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spark_parser-1.8.7/spark_parser.egg-info/SOURCES.txt 
new/spark_parser-1.8.9/spark_parser.egg-info/SOURCES.txt
--- old/spark_parser-1.8.7/spark_parser.egg-info/SOURCES.txt    2018-05-19 
03:42:48.000000000 +0200
+++ new/spark_parser-1.8.9/spark_parser.egg-info/SOURCES.txt    2019-07-29 
03:05:24.000000000 +0200
@@ -85,6 +85,9 @@
 example/python2/test/__pycache__/helper.cpython-34.pyc
 example/python2/test/__pycache__/helper.cpython-35.pyc
 example/python2/test/__pycache__/helper.cpython-36.pyc
+example/python2/test/__pycache__/helper.cpython-37.pyc
+example/python2/test/__pycache__/helper.cpython-38.pyc
+example/python2/test/__pycache__/helper.pypy3-24.pyc
 example/python2/test/format/assert.got
 example/python2/test/format/assert.py
 example/python2/test/format/assert.right
Binary files old/spark_parser-1.8.7/test/test_grammar.pyc and 
new/spark_parser-1.8.9/test/test_grammar.pyc differ
Binary files old/spark_parser-1.8.7/test/test_misc.pyc and 
new/spark_parser-1.8.9/test/test_misc.pyc differ


Reply via email to