Hello community,

here is the log from the commit of package python-vispy for openSUSE:Factory 
checked in at 2019-08-05 10:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vispy (Old)
 and      /work/SRC/openSUSE:Factory/.python-vispy.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vispy"

Mon Aug  5 10:41:07 2019 rev:5 rq:720692 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vispy/python-vispy.changes        
2019-04-18 09:57:31.801382944 +0200
+++ /work/SRC/openSUSE:Factory/.python-vispy.new.4126/python-vispy.changes      
2019-08-05 10:41:37.127297197 +0200
@@ -1,0 +2,21 @@
+Fri Aug  2 15:27:16 UTC 2019 - Todd R <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  vispy-0.5.3.tar.gz

New:
----
  vispy-0.6.1.tar.gz

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

Other differences:
------------------
++++++ python-vispy.spec ++++++
--- /var/tmp/diff_new_pack.z2tYGo/_old  2019-08-05 10:41:43.391296477 +0200
+++ /var/tmp/diff_new_pack.z2tYGo/_new  2019-08-05 10:41:43.395296476 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vispy
 #
-# Copyright (c) 2018 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
@@ -17,28 +17,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Test files missing
-%bcond_with     test
 %bcond_without  ext_deps
 Name:           python-vispy
-Version:        0.5.3
+Version:        0.6.1
 Release:        0
 Summary:        Interactive visualization in Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 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}
 BuildRequires:  fdupes
+BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
-%if %{with test}
+# 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 qt5}
@@ -52,7 +52,7 @@
 BuildRequires:  %{python_module pypng}
 BuildRequires:  %{python_module six}
 %endif
-%endif
+# /SECTION
 Requires:       fontconfig
 Requires:       python-numpy
 Requires:       python-qt5
@@ -73,7 +73,6 @@
 Requires:       python-pypng
 Requires:       python-six
 %endif
-BuildArch:      noarch
 
 %python_subpackages
 
@@ -81,6 +80,17 @@
 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 +99,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}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitearch}/*
+
+%files -n jupyter-vispy
+%license LICENSE.txt
+%config %{_jupyter_nb_notebook_confdir}/vispy.json
+%{_jupyter_nbextension_dir}/vispy/
 
 %changelog

++++++ vispy-0.5.3.tar.gz -> vispy-0.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-vispy/vispy-0.5.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-vispy.new.4126/vispy-0.6.1.tar.gz differ: 
char 5, line 1


Reply via email to