Hello community,

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

Package is "python-veusz"

Sat Jul 28 12:41:49 2018 rev:39 rq:624880 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes        
2017-12-14 10:57:26.659727494 +0100
+++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes   
2018-07-28 12:42:07.028623557 +0200
@@ -1,0 +2,17 @@
+Mon Jul 23 18:08:00 UTC 2018 - jer...@jeremysanders.net
+
+- Update to version 3.0.1
+  * Adds 3D support
+  * Adds SVG DPI options
+  * Arbitrary page lists can be exported
+  * Fix zoom for polar, ternary and broken axis plots
+  * Fix image embedding
+  * Fix fractions and percentages units in polar plot
+  * Prevent crash in point picker with non-finite points
+  * Adds --export-option command line option
+  * Fixes for arrow positions
+  * Support datetime64 and string characters in npy/npz
+- Re-enable tests, as no longer needs Xvfb
+- Use -fno-strict-aliasing for python2
+
+-------------------------------------------------------------------

Old:
----
  veusz-2.1.1.tar.gz

New:
----
  veusz-3.0.1.tar.gz

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

Other differences:
------------------
++++++ python-veusz.spec ++++++
--- /var/tmp/diff_new_pack.II1HI4/_old  2018-07-28 12:42:08.336626072 +0200
+++ /var/tmp/diff_new_pack.II1HI4/_new  2018-07-28 12:42:08.336626072 +0200
@@ -18,16 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
-%define         X_display         ":98"
 Name:           python-veusz
-Version:        2.1.1
+Version:        3.0.1
 Release:        0
 Summary:        Scientific plotting library for Python
 # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is 
Python-2.0
 License:        GPL-2.0+ and Python-2.0
 Group:          Productivity/Scientific/Other
 Url:            https://veusz.github.io/
-Source0:        
https://files.pythonhosted.org/packages/source/v/veusz/veusz-%{version}.tar.gz
+Source0:        https://pypi.io/packages/source/v/veusz/veusz-%{version}.tar.gz
 Source3:        veusz_256.png
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
@@ -41,7 +40,6 @@
 BuildRequires:  update-desktop-files
 %if %{with test}
 BuildRequires:  %{python_module h5py}
-BuildRequires:  xorg-x11-server
 %endif
 Requires:       python-numpy
 Requires:       python-qt5
@@ -87,7 +85,13 @@
 sed -E -i "/\#!\/usr\/bin\/env python/d" veusz/veusz_{listen,main}.py
 
 %build
+# no-strict-aliasing required for python2
+%ifpython2
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%else
 export CFLAGS="%{optflags}"
+%endif
+
 %python_build
 
 %install
@@ -126,19 +130,12 @@
 %fdupes %{buildroot}%{python_sitearch}/veusz/
 %fdupes %{buildroot}%{python3_sitearch}/veusz/
 
-#FIXME: Tests seem to stall on x86_64 for unknown reasons
-%ifarch i586
 %if %{with test}
 %check
-export DISPLAY=%{X_display}
-Xvfb %{X_display} >& Xvfb.log &
-trap "kill $! || true" EXIT
-sleep 5
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -B tests/runselftest.py
+QT_QPA_PLATFORM=minimal $python -B tests/runselftest.py
 }
 %endif
-%endif
 
 %post -n veusz
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :

++++++ veusz-2.1.1.tar.gz -> veusz-3.0.1.tar.gz ++++++
++++ 33164 lines of diff (skipped)



Reply via email to