Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sidpy for openSUSE:Factory checked in at 2026-07-28 17:50:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old) and /work/SRC/openSUSE:Factory/.python-sidpy.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidpy" Tue Jul 28 17:50:36 2026 rev:17 rq:1366907 version:0.12.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes 2026-06-18 18:44:11.289962390 +0200 +++ /work/SRC/openSUSE:Factory/.python-sidpy.new.2004/python-sidpy.changes 2026-07-28 17:51:47.803647485 +0200 @@ -1,0 +2,16 @@ +Wed Jul 15 06:34:09 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.12.9: + * Refactor the curve fitter and add a utility for BEPS/loop + fitting + * Fix Python 3.10-3.13 compatibility and restore missing fitter + imports + * Add NeXus format compatibility +- Switch Source to the versioned upstream tag (v%{version}) +- Add libopenblas_pthreads0 BuildRequires so scipy and + scikit-learn (now imported eagerly by the refactored fitter) can + load libopenblas.so.0 during the test suite +- Add python-dask-ml and python-pyswarms dependencies, newly + required by the refactored fitter + +------------------------------------------------------------------- Old: ---- sidpy-0.12.8.tar.gz New: ---- sidpy-0.12.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidpy.spec ++++++ --- /var/tmp/diff_new_pack.RFrfo8/_old 2026-07-28 17:51:48.911686229 +0200 +++ /var/tmp/diff_new_pack.RFrfo8/_new 2026-07-28 17:51:48.915686369 +0200 @@ -17,20 +17,21 @@ %global skip_python311 1 -%{?sle15_python_module_pythons} %define packagename sidpy +%{?sle15_python_module_pythons} Name: python-sidpy -Version: 0.12.8 +Version: 0.12.9 Release: 0 Summary: Utilities for processing Spectroscopic and Imaging Data License: MIT URL: https://pycroscopy.github.io/sidpy/ -Source: https://github.com/pycroscopy/sidpy/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz +Source: https://github.com/pycroscopy/sidpy/archive/refs/tags/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz Source99: python-sidpy.rpmlintrc BuildRequires: %{python_module ase} BuildRequires: %{python_module cytoolz} BuildRequires: %{python_module dask >= 0.10} BuildRequires: %{python_module dask-array >= 0.10} +BuildRequires: %{python_module dask-ml} BuildRequires: %{python_module dill} BuildRequires: %{python_module distributed >= 2} BuildRequires: %{python_module h5py >= 2.6.0} @@ -40,6 +41,7 @@ BuildRequires: %{python_module mpi4py} BuildRequires: %{python_module numpy >= 1.10} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pyswarms} BuildRequires: %{python_module pytest} BuildRequires: %{python_module qt5} BuildRequires: %{python_module scikit-learn} @@ -48,11 +50,15 @@ BuildRequires: %{python_module toolz} BuildRequires: %{python_module wheel} BuildRequires: fdupes +# scipy/scikit-learn are imported eagerly by the refactored fitter (0.12.9); +# they dlopen libopenblas.so.0, which numpy only Recommends. +BuildRequires: libopenblas_pthreads0 BuildRequires: python-rpm-macros Requires: python-ase Requires: python-cytoolz Requires: python-dask >= 0.10 Requires: python-dask-array >= 0.10 +Requires: python-dask-ml Requires: python-dill Requires: python-distributed >= 2 Requires: python-h5py >= 2.6.0 @@ -63,6 +69,7 @@ Requires: python-joblib >= 0.11.0 Requires: python-matplotlib >= 2.0.0 Requires: python-numpy >= 1.10 +Requires: python-pyswarms Requires: python-scikit-learn Requires: python-scipy Requires: python-toolz @@ -89,7 +96,8 @@ %check # Broken test donttest="test_standard_serial_compute_few_jobs" -%pytest -k "not $donttest" +# test_fitter_refactor needs the unpackaged SciFiReaders test helper +%pytest --ignore tests/proc/test_fitter_refactor.py -k "not $donttest" %files %{python_files} %doc README.rst ++++++ sidpy-0.12.8.tar.gz -> sidpy-0.12.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-sidpy/sidpy-0.12.8.tar.gz /work/SRC/openSUSE:Factory/.python-sidpy.new.2004/sidpy-0.12.9.tar.gz differ: char 13, line 1
