Hello community, here is the log from the commit of package mayavi for openSUSE:Factory checked in at 2020-09-23 18:48:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mayavi (Old) and /work/SRC/openSUSE:Factory/.mayavi.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mayavi" Wed Sep 23 18:48:01 2020 rev:4 rq:836314 version:4.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mayavi/mayavi.changes 2019-11-06 13:55:50.196138918 +0100 +++ /work/SRC/openSUSE:Factory/.mayavi.new.4249/mayavi.changes 2020-09-23 18:48:48.777785682 +0200 @@ -1,0 +2,14 @@ +Wed Sep 23 12:46:20 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 4.7.2: + The significant update for this release is that it is compatible with the + latest VTK-9.x series and is known to work with VTK 9.0.1 from PyPI. The + picker UI has changed to no longer pop up a UI window but instead show the + picked attributes on the render window directly. The original picker UI is now + available on the scene's UI in a separate "Picker" tab. This is accessible + from either the pipeline view when one edits the properties of a scene or + through the "configure scene" gear icon on the scene window toolbar. + a few dozen bugfixes, see included changes +- drop no_vtk_require.patch (obsolete) + +------------------------------------------------------------------- Old: ---- mayavi-4.7.1.tar.bz2 no_vtk_require.patch New: ---- mayavi-4.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mayavi.spec ++++++ --- /var/tmp/diff_new_pack.Q7S8iA/_old 2020-09-23 18:48:49.593786433 +0200 +++ /var/tmp/diff_new_pack.Q7S8iA/_new 2020-09-23 18:48:49.593786433 +0200 @@ -1,7 +1,7 @@ # # spec file for package mayavi # -# Copyright (c) 2019 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 @@ -18,17 +18,15 @@ %define X_display ":98" Name: mayavi -Version: 4.7.1 +Version: 4.7.2 Release: 0 Summary: 3D visualization of scientific data in Python License: BSD-3-Clause AND EPL-1.0 AND LGPL-2.0-or-later AND LGPL-3.0-or-later Group: Productivity/Scientific/Other URL: https://github.com/enthought/mayavi -Source0: https://files.pythonhosted.org/packages/source/m/mayavi/mayavi-%{version}.tar.bz2 +Source0: https://files.pythonhosted.org/packages/source/m/mayavi/mayavi-%{version}.tar.gz Source1: mayavi.desktop Source2: tvtk_doc.desktop -# PATCH-FIX-OPENSUSE no_vtk_require.patch -- VTK detection in setuptools fails due to a lack of .egg-info -Patch1: no_vtk_require.patch BuildRequires: R-base-devel BuildRequires: fdupes BuildRequires: pkgconfig @@ -117,10 +115,11 @@ %package jupyter Summary: Jupyter notebook backend for mayavi -Requires: jupyter-notebook -Requires: jupyter-ipywidgets -Requires: jupyter-ipyevents +Group: Productivity/Scientific/Other Requires: %{name} = %{version} +Requires: jupyter-ipyevents +Requires: jupyter-ipywidgets +Requires: jupyter-notebook %description jupyter Interface to allow plotting with mayavi in Jupyter @@ -131,7 +130,6 @@ %prep %setup -q -n mayavi-%{version} -%patch1 -p1 rm -r mayavi.egg-info # wrong-file-end-of-line-encoding
