Hello community,

here is the log from the commit of package python-vispy for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:15:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-vispy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-vispy.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vispy"

Fri Mar 20 05:15:42 2020 rev:15 rq:777265 version:0.6.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-vispy/python-vispy.changes      
2020-01-15 15:54:06.715620896 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-vispy.new.3160/python-vispy.changes    
2020-03-20 05:15:46.402582971 +0100
@@ -1,0 +2,74 @@
+Wed Feb  5 14:10:31 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.6.4
+  + Enhancements
+    * Filter unnecessary QSocketNotifier warning when using QtConsole
+    * FIX: Nest triangle and skimage imports
+    * Switch to setuptools_scm version.py usage to avoid import overhead
+  + Fixed bugs
+    * Skip bad font in test_font
+- Update to 0.6.3
+  + Enhancements
+    * Improve AxisVisual visual by providing property getters and setters
+    * Fix MarkerVisual scaling when rotating in 3D space
+  + Fixed bugs
+    * Fix string formatting of array shape
+    * Fix texture alignment to use data itemsize
+    * Fix shader version handling in webgl backend
+    * Fix 2D mesh bounds IndexError when viewed in 3D
+    * Fix xaxis labels being wrong initially in PlotWidget
+    * Various bug fixes related to AxisVisual
+    * Fixed a bug in linking two flycameras
+  + Merged pull requests
+    * Fix additional numpy warnings when dealing with dtypes of size 1
+    
+-------------------------------------------------------------------
+Tue Nov 19 20:01:11 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.16.2
+  + Enhancements
+    * Switch to setuptools_scm for automatic version numbering 
+    * Improve PanZoom camera performance when non-+z direction is used 
+  + Fixed bugs
+    * Fix Python 3.8 compatibility in Canvas 'keys' update 
+    * Fix VolumeVisual modifying user provided data in-place 
+    * Fix depth buffer precision 
+    * Volume visual has unset variable texture2D\_LUT 
+    * Fix MarkersVisual.set_data crash when pos is None 
+    * Fix numpy futurewarning in dtype creation 
+
+-------------------------------------------------------------------
+Fri Aug  2 15:27:16 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.16.1
+  * Fix discrete colormap ordering (#1668)
+  * Fix various examples (#1671, #1676)
+  * Fix Jupyter extension zoom direction (#1679)
+
+-------------------------------------------------------------------
+Tue Jul 23 02:39:19 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.16.0
+  * Update PyQt5/PySide2 to use newer GL API
+  * Update to PyQt5 as default backend
+  * New Cython-based text rendering option
+  * New WindbarbVisual
+  * Improved JupyterLab/Notebook widget (experimental)
+  * Fix various memory leaks
+  * Various optimizations and bug fixes
+- Add jupyter subpackage
+
+-------------------------------------------------------------------
+Wed Apr 17 21:01:40 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Switch to the qt5 backend.
+
+-------------------------------------------------------------------
+Thu Nov  1 18:12:52 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 0.15.3
+  * Workaround matplotlib 2.2 dropping _cntr private module
+  * Try appveyor SSL settings for fixing https download
+  * Fix buffer due to unsupported numpy feature
+
+-------------------------------------------------------------------

Old:
----
  vispy-0.5.2.tar.gz

New:
----
  vispy-0.6.4.tar.gz

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

Other differences:
------------------
++++++ python-vispy.spec ++++++
--- /var/tmp/diff_new_pack.ptUwMX/_old  2020-03-20 05:15:49.442585011 +0100
+++ /var/tmp/diff_new_pack.ptUwMX/_new  2020-03-20 05:15:49.474585032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vispy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,48 @@
 # 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-%{**}}
-# Test files missing
-%bcond_with     test
 %bcond_without  ext_deps
 Name:           python-vispy
-Version:        0.5.2
+Version:        0.6.4
 Release:        0
 Summary:        Interactive visualization in Python
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Url:            https://github.com/vispy/vispy
+URL:            https://github.com/vispy/vispy
 Source:         
https://files.pythonhosted.org/packages/source/v/vispy/vispy-%{version}.tar.gz
+BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module setuptools_scm_git_archive}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
-%if %{with test}
+Requires:       fontconfig
+Requires:       python-numpy
+Requires:       python-qt5
+Recommends:     python-PySDL2
+Recommends:     python-imageio
+Recommends:     python-jupyter_ipython
+Recommends:     python-networkx
+Recommends:     python-opengl
+Recommends:     python-opengl-accelerate
+Recommends:     python-pyglet
+Recommends:     python-pypng
+Recommends:     python-scipy
+# SECTION test requirements
 BuildRequires:  %{python_module PySDL2}
 BuildRequires:  %{python_module glfw}
 BuildRequires:  %{python_module imageio}
 BuildRequires:  %{python_module jupyter_ipython}
 BuildRequires:  %{python_module networkx}
-BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module opengl}
 BuildRequires:  %{python_module pyglet}
-BuildRequires:  %{python_module qt4}
+BuildRequires:  %{python_module qt5}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  fontconfig
 %if %{with ext_deps}
@@ -52,19 +64,7 @@
 BuildRequires:  %{python_module pypng}
 BuildRequires:  %{python_module six}
 %endif
-%endif
-Requires:       fontconfig
-Requires:       python-numpy
-Requires:       python-qt4
-Recommends:     python-PySDL2
-Recommends:     python-imageio
-Recommends:     python-jupyter_ipython
-Recommends:     python-pypng
-Recommends:     python-networkx
-Recommends:     python-opengl
-Recommends:     python-pyglet
-Recommends:     python-scipy
-Recommends:     python-opengl-accelerate
+# /SECTION
 %if %{with ext_deps}
 Requires:       python-cassowary
 Requires:       python-decorator
@@ -73,14 +73,23 @@
 Requires:       python-pypng
 Requires:       python-six
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
 Vispy is an interactive 2D/3D data visualization library. It leverages Graphics
 Processing Units through the OpenGL library to display large datasets.
 
+%package     -n jupyter-vispy
+Summary:        Interactive visualization in the Jupyter notebook
+Requires:       jupyter-notebook
+Requires:       python3-vispy = %{version}
+
+%description -n jupyter-vispy
+Vispy is an interactive 2D/3D data visualization library. It leverages Graphics
+Processing Units through the OpenGL library to display large datasets.
+
+This package provides the jupyter notebook extension.
+
 %prep
 %setup -q -n vispy-%{version}
 %if %{with ext_deps}
@@ -89,20 +98,22 @@
 sed -i -e '/^#!\//, 1d' vispy/glsl/build-spatial-filters.py 
vispy/util/transforms.py vispy/visuals/collections/util.py
 
 %build
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
-%if %{with test}
-%check
-%python_exec setup.py test
-%endif
+%jupyter_move_config
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE.txt
-%{python_sitelib}/*
+%doc README.rst
+%license LICENSE.txt
+%{python_sitearch}/*
+
+%files -n jupyter-vispy
+%license LICENSE.txt
+%config %{_jupyter_nb_notebook_confdir}/vispy.json
+%{_jupyter_nbextension_dir}/vispy/
 
 %changelog

++++++ vispy-0.5.2.tar.gz -> vispy-0.6.4.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/python-vispy/vispy-0.5.2.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.python-vispy.new.3160/vispy-0.6.4.tar.gz differ: 
char 5, line 1


Reply via email to