Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paraview for openSUSE:Factory checked in at 2026-02-27 17:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paraview (Old) and /work/SRC/openSUSE:Factory/.paraview.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paraview" Fri Feb 27 17:10:40 2026 rev:60 rq:1335362 version:6.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/paraview/paraview.changes 2026-02-13 12:45:33.111304159 +0100 +++ /work/SRC/openSUSE:Factory/.paraview.new.29461/paraview.changes 2026-02-27 17:11:54.277078479 +0100 @@ -1,0 +2,10 @@ +Tue Feb 24 00:01:00 UTC 2026 - Vicente Adolfo Bolea Sanchez <[email protected]> + +- Added simple python import test to check correct deployment. +- Correct Python ParaView installation path, it was wrongly being + installed in a nested directory of its correct path. +- Disabled PythonAdaptors and AdaptorsCamPython ParaView module + since it is a very accessory feature that it gets installed in + the wrong path. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paraview.spec ++++++ --- /var/tmp/diff_new_pack.DJOeQC/_old 2026-02-27 17:11:57.049193359 +0100 +++ /var/tmp/diff_new_pack.DJOeQC/_new 2026-02-27 17:11:57.073194353 +0100 @@ -1,6 +1,7 @@ # # spec file for package paraview # +# Copyright (c) 2026 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -177,16 +178,18 @@ -DBUILD_TESTING:BOOL=OFF \ -DCMAKE_CXX_EXTENSIONS:BOOL=OFF \ -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ + -DOpenGL_GL_PREFERENCE:STRING='GLVND' \ -DPARAVIEW_BUILD_WITH_EXTERNAL:BOOL=ON \ -DPARAVIEW_ENABLE_WEB:BOOL=ON \ -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \ - -DPARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX=%{_lib}/python%{py3_ver}/site-packages/paraview \ + -DPARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX=%{_lib}/python%{py3_ver}/site-packages \ + -DPARAVIEW_USE_EXTERNAL_VTK:BOOL=ON \ -DPARAVIEW_USE_PYTHON:BOOL=ON \ -DPARAVIEW_USE_QT:BOOL=ON \ -DPARAVIEW_USE_VTKM:BOOL=OFF \ -DQtTesting_INSTALL_NO_DEVELOPMENT:BOOL=ON \ - -DOpenGL_GL_PREFERENCE:STRING='GLVND' \ - -DPARAVIEW_USE_EXTERNAL_VTK:BOOL=ON \ + -DVTK_MODULE_ENABLE_ParaView_AdaptorsPython:STRING=NO \ + -DVTK_MODULE_ENABLE_ParaView_AdaptorsCamPython:STRING=NO \ -Wno-dev \ %{nil} @@ -207,6 +210,13 @@ %fdupes %{buildroot}/ +%check + +# Make sure the python library is at least importable +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir} +export PYTHONPATH=$PYTHONPATH:%{buildroot}%{python3_sitearch} +PYTHONDONTWRITEBYTECODE=1 python3 -c "from paraview.simple import *" + %post -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig
