Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2019-11-20 10:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-veusz (Old)
 and      /work/SRC/openSUSE:Factory/.python-veusz.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-veusz"

Wed Nov 20 10:28:01 2019 rev:42 rq:749728 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes        
2019-07-30 12:39:12.486935545 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new.26869/python-veusz.changes     
2019-11-20 10:28:03.458572091 +0100
@@ -1,0 +2,27 @@
+Tue Nov 19 19:59:45 UTC 2019 - Todd R <[email protected]>
+
+- Update to version 3.1
+  + Improvements:
+    * Do not print or export hidden pages
+    * Allow expressions in dataset of contour widget
+    * Allow widgets to be excluded in key (thanks to Alexander Book)
+    * Make bezier line better fit data
+    * Switch linux binary from x86 -> x86-64 for better compatibility
+  + Bug fixes:
+    * Compilation fix for PyQt>=5.12 (thanks to Dimitry Shachnev)
+    * Ensure fit settings are sorted in output file
+    * Fix crash in contour labelling
+    * Fix 3D axis crash bug
+    * Fix problem with broken axis with null-sized regions
+    * Fix issue with 0-sized images in image widget
+    * Fix function widget crash with certain plotting range
+    * Fix for axis crash with large magnitude ranges
+    * Fix CSV importing issues for 2D and ND data
+    * Fix zero division error in 2D import
+    * Fix crash on importing HDF5 files with variable length text
+    * Catch issue with zero range axes
+    * Fix crash is using set in dataset expression
+    * Fix crash when moving line coordinates
+    * Remove deprecation warnings when compiling with recent Qt versions
+
+-------------------------------------------------------------------

Old:
----
  veusz-3.0.1.tar.gz

New:
----
  veusz-3.1.tar.gz

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

Other differences:
------------------
++++++ python-veusz.spec ++++++
--- /var/tmp/diff_new_pack.ZJNFyH/_old  2019-11-20 10:28:05.138572426 +0100
+++ /var/tmp/diff_new_pack.ZJNFyH/_new  2019-11-20 10:28:05.142572427 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-veusz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,24 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
-%bcond_without  test
 Name:           python-veusz
-Version:        3.0.1
+Version:        3.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://pypi.io/packages/source/v/veusz/veusz-%{version}.tar.gz
+License:        GPL-2.0-or-later AND Python-2.0
+URL:            https://veusz.github.io/
+Source0:        
https://files.pythonhosted.org/packages/source/v/veusz/veusz-%{version}.tar.gz
 Source3:        veusz_256.png
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module h5py}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module setuptools}
@@ -39,17 +38,13 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
 BuildRequires:  update-desktop-files
-%if %{with test}
-BuildRequires:  %{python_module h5py}
-%endif
 Requires:       python-numpy
 Requires:       python-qt5
 Recommends:     python-h5py
+ExcludeArch:    i586
 %ifpython3
 Recommends:     veusz
 %endif
-ExcludeArch:    i586
-
 %python_subpackages
 
 %description
@@ -62,7 +57,6 @@
 
 %package -n veusz
 Summary:        GUI scientific plotting package
-Group:          Productivity/Scientific/Other
 Requires:       python3-veusz = %{version}
 Requires(post): desktop-file-utils
 Requires(post): shared-mime-info
@@ -132,12 +126,10 @@
 %fdupes %{buildroot}%{python_sitearch}/veusz/
 %fdupes %{buildroot}%{python3_sitearch}/veusz/
 
-%if %{with test}
 %check
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
 QT_QPA_PLATFORM=minimal $python -B tests/runselftest.py
 }
-%endif
 
 %post -n veusz
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
@@ -150,15 +142,15 @@
 %icon_theme_cache_postun
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc README AUTHORS COPYING ChangeLog
+%doc README AUTHORS ChangeLog
 %doc Documents/manual/html
+%license COPYING
 %{python_sitearch}/veusz-%{version}-py*.egg-info
 %{python_sitearch}/veusz/
 
 %files -n veusz
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{_bindir}/veusz
 %{_datadir}/applications/veusz.desktop
 %{_datadir}/pixmaps/veusz/

++++++ veusz-3.0.1.tar.gz -> veusz-3.1.tar.gz ++++++
++++ 6633 lines of diff (skipped)



Reply via email to