diff --git a/python-vispy.changes b/python-vispy.changes index 474cae0..4eda1d5 100644 --- a/python-vispy.changes +++ b/python-vispy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 19 20:01:11 UTC 2019 - Todd R + +- 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 diff --git a/python-vispy.spec b/python-vispy.spec index 8f71c7a..2d53446 100644 --- a/python-vispy.spec +++ b/python-vispy.spec @@ -12,27 +12,39 @@ # 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-%{**}} %bcond_without ext_deps Name: python-vispy -Version: 0.6.1 +Version: 0.6.2 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} +BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: fdupes BuildRequires: jupyter-notebook-filesystem BuildRequires: python-rpm-macros +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} @@ -53,18 +65,6 @@ BuildRequires: %{python_module pypng} BuildRequires: %{python_module six} %endif # /SECTION -Requires: fontconfig -Requires: python-numpy -Requires: python-qt5 -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 %if %{with ext_deps} Requires: python-cassowary Requires: python-decorator @@ -73,7 +73,6 @@ Requires: python-husl Requires: python-pypng Requires: python-six %endif - %python_subpackages %description @@ -104,7 +103,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %install %python_install -%{jupyter_move_config} +%jupyter_move_config %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} diff --git a/vispy-0.6.1.tar.gz b/vispy-0.6.1.tar.gz deleted file mode 100644 index 9068ebb..0000000 --- a/vispy-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1 -size 13254016 diff --git a/vispy-0.6.2.tar.gz b/vispy-0.6.2.tar.gz new file mode 100644 index 0000000..804f23a --- /dev/null +++ b/vispy-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51a67fc1c9d31f2c4fea6338297b423659beedb51bc67b92d563ed8da0fe529 +size 13256421