Hello community,

here is the log from the commit of package python-ply for openSUSE:Factory 
checked in at 2015-10-12 10:01:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ply (Old)
 and      /work/SRC/openSUSE:Factory/.python-ply.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ply"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ply/python-ply.changes    2015-05-16 
19:01:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-ply.new/python-ply.changes       
2015-10-12 10:01:54.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Oct  7 06:24:38 UTC 2015 - h...@urpla.net
+
+- update to version 3.8:
+  * Fixed issues related to Python 3.5. Patch contributed by Barry Warsaw.
+
+- update to version 3.7
+  * Fixed problems when reading table files from pickled data.
+  * Fixed regression in handling of table modules if specified as module
+    objects.   See https://github.com/dabeaz/ply/issues/63
+
+- clean up spec
+- add testing rig
+
+-------------------------------------------------------------------

Old:
----
  ply-3.6.tar.gz

New:
----
  ply-3.8.tar.gz

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

Other differences:
------------------
++++++ python-ply.spec ++++++
--- /var/tmp/diff_new_pack.OqRuuy/_old  2015-10-12 10:01:54.000000000 +0200
+++ /var/tmp/diff_new_pack.OqRuuy/_new  2015-10-12 10:01:54.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define modname ply
 Name:           python-%{modname}
-Version:        3.6
+Version:        3.8
 Release:        0
 Url:            http://www.dabeaz.com/ply/
 Summary:        Python Lex & Yacc
@@ -67,10 +67,6 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch0 -p1
-# clean the test and example directories
-find test example -name "*~" -o -name "*.pyc" -o -name "__pycache__" | xargs 
rm -rf
-# remove stray backup files
-rm doc/ply.html~ doc/ply.html.bak
 # remove unneeded executable bit
 chmod -x test/testlex.py
 
@@ -80,6 +76,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+export PYTHONPATH=%{buildroot}%{python_sitelib}
+pushd test
+python testlex.py 
+python testyacc.py 
+
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE CHANGES TODO

++++++ ply-3.6.tar.gz -> ply-3.8.tar.gz ++++++
++++ 10724 lines of diff (skipped)


Reply via email to