Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vispy for openSUSE:Factory checked in at 2023-03-24 15:19:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vispy (Old) and /work/SRC/openSUSE:Factory/.python-vispy.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vispy" Fri Mar 24 15:19:52 2023 rev:10 rq:1073597 version:0.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vispy/python-vispy.changes 2021-03-24 16:12:16.519896396 +0100 +++ /work/SRC/openSUSE:Factory/.python-vispy.new.31432/python-vispy.changes 2023-03-24 15:20:11.298815116 +0100 @@ -1,0 +2,13 @@ +Tue Mar 21 13:12:42 UTC 2023 - Matej Cepl <[email protected]> + +- We don't need six module any more. +- Enable tests again. + +------------------------------------------------------------------- +Tue Mar 21 09:10:18 UTC 2023 - [email protected] + +- version update to 0.12.2 + * lot of changes, see + https://github.com/vispy/vispy/blob/main/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- vispy-0.6.6.tar.gz New: ---- vispy-0.12.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vispy.spec ++++++ --- /var/tmp/diff_new_pack.r4Cd2c/_old 2023-03-24 15:20:12.010818828 +0100 +++ /var/tmp/diff_new_pack.r4Cd2c/_new 2023-03-24 15:20:12.014818849 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-vispy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without ext_deps -%global skip_python36 1 Name: python-vispy -Version: 0.6.6 +Version: 0.12.2 Release: 0 Summary: Interactive visualization in Python License: BSD-3-Clause @@ -29,8 +27,9 @@ BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm_git_archive} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: jupyter-notebook-filesystem BuildRequires: python-rpm-macros @@ -49,11 +48,13 @@ # SECTION test requirements BuildRequires: %{python_module PySDL2} BuildRequires: %{python_module glfw} +BuildRequires: %{python_module hsluv} BuildRequires: %{python_module imageio} BuildRequires: %{python_module jupyter_ipython} BuildRequires: %{python_module networkx} BuildRequires: %{python_module opengl} BuildRequires: %{python_module pyglet} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module qt5} BuildRequires: %{python_module scipy} BuildRequires: fontconfig @@ -63,7 +64,6 @@ BuildRequires: %{python_module freetype-py} BuildRequires: %{python_module husl} BuildRequires: %{python_module pypng} -BuildRequires: %{python_module six} %endif # /SECTION %if %{with ext_deps} @@ -72,7 +72,6 @@ Requires: python-freetype-py Requires: python-husl Requires: python-pypng -Requires: python-six %endif %python_subpackages @@ -96,25 +95,29 @@ %if %{with ext_deps} rm -rf vispy/ext/_bundled %endif -sed -i -e '/^#!\//, 1d' vispy/glsl/build-spatial-filters.py vispy/util/transforms.py vispy/visuals/collections/util.py + +sed -i '1{/^#!\/usr\/bin\/env /d;}' \ + vispy/glsl/build_spatial_filters.py \ + vispy/util/transforms.py \ + vispy/visuals/collections/util.py %build export CFLAGS="%{optflags} -fno-strict-aliasing" -%python_build +%pyproject_wheel %install -%python_install -%jupyter_move_config +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%files %{python_files} -%doc README.rst -%license LICENSE.txt -%{python_sitearch}/* +%check +# cd because of gh#vispy/vispy#1506 (they are not src-based) +cd vispy/testing +%pytest_arch -%files -n jupyter-vispy +%files %{python_files} +%doc *.rst *.md %license LICENSE.txt -%config %{_jupyter_nb_notebook_confdir}/vispy.json -%{_jupyter_nbextension_dir}/vispy/ +%{python_sitearch}/vispy +%{python_sitearch}/vispy-%{version}*-info %changelog ++++++ vispy-0.6.6.tar.gz -> vispy-0.12.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-vispy/vispy-0.6.6.tar.gz /work/SRC/openSUSE:Factory/.python-vispy.new.31432/vispy-0.12.2.tar.gz differ: char 5, line 1
