rust-serde-json (1.0.150-1) unstable; urgency=medium . * Team upload. * Package serde_json 1.0.150 from crates.io using debcargo 2.8.2 * Update overridden debian/tests/control. scipy (1.17.1-4) unstable; urgency=medium . * debian/tests: i386 with blis: skip test_inv test_dotu test_dotc from linalg tests, which segfault with blis scipy (1.17.1-3) unstable; urgency=medium . * debian/tests: fix skip of test_all_type_size_routine_combinations on i386 using blis * sparc64: skip all wrightomega tests * drop Build-Depends-Indep: python-statsmodels-doc from doc build. statsmodels is not stable (more precisely r-cran* and rpy2 are not stable, not migrated to testing) scipy (1.17.1-2) unstable; urgency=medium . * Standards-Version: 4.7.4 scipy (1.17.1-1exp2) experimental; urgency=medium . * hppa: skip stats test_QRVS_size_tuple[NumericalInversePolynomial] * debian patch test_det_g_armhf_PR24900.patch applies upstream PR#24900 to skip test_det[g] on armhf. Closes: #1131349 scipy (1.17.1-1exp1) experimental; urgency=medium . * New upstream release * i386 with blis: skip test_all_type_size_routine_combinations * debian/rules: update paths to generated fontlists to be cleaned after dh_auto_clean. Closes: #1046493 * update debian/watch to v5 GitHub template. Uversion-Mangle: auto to handle rc releases. scipy (1.17.0-1exp2) experimental; urgency=medium . * skip test_accuracy2 on 32-bit arches (in test_stats) Exceeds 32-bit memory (when L is smaller) * hppa: skip test_basic[dist0-mv_ex0] (stats test_sampling) scipy (1.17.0-1exp1) experimental; urgency=medium . * New upstream release - applies debian patch test_student_t_tolerance_PR24047.patch - provides PROPACK (sparse/linalg) as own rewritten C code now, not as Fortran submodule. Still BSD-3 licence (© 2025 Ilhan Polat and SciPy developers) - drops scipy/_lib/decorator.py (update debian/copyright) * update debian patch scipy_config_SOABI.patch to allow linalg.blas and .lapack to access CONFIG object in scipy.__config__, which cannot be imported directly due to the SOABI tag (see upstream PR#23895 and Issue#24431). Update __init__.py to allow for no SOABI. Document use of SOABI with __config__.py in README.Debian.