Hello community,

here is the log from the commit of package python-ply for openSUSE:Factory 
checked in at 2018-06-05 12:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ply (Old)
 and      /work/SRC/openSUSE:Factory/.python-ply.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ply"

Tue Jun  5 12:49:09 2018 rev:27 rq:613323 version:3.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ply/python-ply.changes    2017-07-12 
19:33:28.301819472 +0200
+++ /work/SRC/openSUSE:Factory/.python-ply.new/python-ply.changes       
2018-06-05 12:49:11.221824349 +0200
@@ -1,0 +2,8 @@
+Thu May 31 15:39:30 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 3.11
+  * Fixed some minor bugs related to re flags and token order.  
+  * Added a set_lexpos() method to grammar symbols.  Github issue #148.
+  * Mostly minor bug fixes and small code cleanups.
+
+-------------------------------------------------------------------

Old:
----
  ply-3.10.tar.gz

New:
----
  ply-3.11.tar.gz

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

Other differences:
------------------
++++++ python-ply.spec ++++++
--- /var/tmp/diff_new_pack.LEi0Dx/_old  2018-06-05 12:49:11.833801924 +0200
+++ /var/tmp/diff_new_pack.LEi0Dx/_new  2018-06-05 12:49:11.833801924 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ply
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ply
-Version:        3.10
+Version:        3.11
 Release:        0
 Summary:        Python Lex & Yacc
 License:        BSD-3-Clause
@@ -27,6 +27,7 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/ply/ply-%{version}.tar.gz
 Patch0:         python-ply-shebangs.patch
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -47,7 +48,6 @@
 Summary:        Python Lex & Yacc
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
-Requires:       %{name} = %{version}
 
 %description -n %{name}-doc
 PLY is yet another implementation of lex and yacc for Python. Some notable
@@ -71,7 +71,6 @@
 
 %fdupes doc
 %fdupes example
-%fdupes test
 
 %build
 %python_build
@@ -81,20 +80,21 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export PYTHONPATH=%{buildroot}%{python_sitelib}
 pushd test
-%python_exec  testlex.py 
-%python_exec  testyacc.py 
+%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -B testlex.py 
+$python -B testyacc.py
+}
+popd
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc ANNOUNCE CHANGES TODO
+%doc ANNOUNCE CHANGES README.md TODO
 %{python_sitelib}/*
 
 %files -n %{name}-doc
 %defattr(-,root,root,-)
 %doc doc/
 %doc example/
-%doc test/
 
 %changelog

++++++ ply-3.10.tar.gz -> ply-3.11.tar.gz ++++++
++++ 3255 lines of diff (skipped)


Reply via email to