From: Raspbian automatic forward porter Date: Sat, 9 Mar 2024 00:26:23 +0000 (+0000) Subject: Merge version 1.10.1-5+rpi1 and 1.11.4-6 to produce 1.11.4-6+rpi1 X-Git-Tag: archive/raspbian/1.11.4-6+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ef47a8368bd80cc473099f4737a53d18470a5c41;p=scipy.git Merge version 1.10.1-5+rpi1 and 1.11.4-6 to produce 1.11.4-6+rpi1 --- ef47a8368bd80cc473099f4737a53d18470a5c41 diff --cc debian/changelog index 0b604a49,f5cb7c4c..abc5b7ae --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,150 +1,159 @@@ - scipy (1.10.1-5+rpi1) trixie-staging; urgency=medium ++scipy (1.11.4-6+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 1.8.1-14+rpi1 by Peter Michael Green at Mon, 26 Sep 2022 01:12:43 +0000] + * Disable testsuite. + * Add build-conflicts on git, the documenation seems to fail to + build if it is installed. + - -- Raspbian forward porter Sat, 11 Nov 2023 04:39:36 +0000 ++ -- Raspbian forward porter Sat, 09 Mar 2024 00:26:22 +0000 ++ + scipy (1.11.4-6) unstable; urgency=medium + + * Team upload. + * debian/tests: set default (empty) value of VERBOSE_TESTS + * hurd-i386: skip test_gh12218 + + -- Drew Parsons Fri, 23 Feb 2024 13:24:19 +0100 + + scipy (1.11.4-5) unstable; urgency=medium + + * Team upload. + * skip build-time tests + - hurd-i386: test_logpdf_pdf_consistency + - ia64: test_examples[True-complex64] (test_propack) + - sparc64: test_milp_timeout_16545 + * debian/tests: skip failing tests on i386 + - with atlas: test_propack + - with blis: test_dtypes (in sparse/linalg test_lobpcg.py) + * debian/tests: run riscv64 tests verbose (-v) to identify + which tests are timing out, and skip test_maxiter_worsening[lgmres] + to match debian/rules + + -- Drew Parsons Thu, 22 Feb 2024 17:20:19 +0100 + + scipy (1.11.4-4) unstable; urgency=medium + + * Team upload. + * skip test_hermitian (scipy/linalg test_lobpcg) on i386 + * use EXTRA_TEST_FLAGS (-v) with hurd-i386, hppa and ia64 to + identify which tests are failing + + -- Drew Parsons Mon, 19 Feb 2024 15:53:59 +0100 + + scipy (1.11.4-3) unstable; urgency=medium + + * Team upload. + * skip test_gh12218 on armhf + + -- Drew Parsons Sun, 18 Feb 2024 10:20:50 +0100 + + scipy (1.11.4-2) unstable; urgency=medium + + * Team upload. + * skip test_gh12218 on armel + + -- Drew Parsons Sat, 17 Feb 2024 09:49:20 +0100 + + scipy (1.11.4-1) unstable; urgency=medium + + * Team upload. + * New upstream release + * skip tests. Closes: #1061605. + - armel: test_some_code_paths (stats TestKSTwoSamples) + - sparc64: test_distance_transform_cdt05 (ndimage) + + -- Drew Parsons Thu, 15 Feb 2024 14:19:46 +0100 + + scipy (1.11.1-1exp2) experimental; urgency=medium + + * Team upload. + * update debian patch manage_tests.patch to use assert_allclose + to compare floating point values in test_bootstrap_alternative in + stats test_resampling.py. Needed on i386, see upstream Issue#20043. + * skip failing tests + - armel: test_sparse_dense_divide + - i386: test_pdf_nolan_samples test_cdf_nolan_samples + - mips64el: test_nanminmax + - riscv64: test_milp_timeout_16545 + - s390x, hppa, powerpc, ppc64: test_distance_transform_cdt05 + * update Build-Depends: pkgconf rather than pkg-config + + -- Drew Parsons Thu, 08 Feb 2024 00:59:34 +0100 + + scipy (1.11.1-1exp1) experimental; urgency=medium + + * Team upload. + * New upstream release. + - submodule _lib/boost renamed to _lib/boost_math + - applies debian patch link_atomics_PR17777.patch + - use -m pytest (build-time) and in-python scipy.tests() (runtime + debian/tests) to run tests since runtests.py has been removed. + Upstream now uses dev.py but it requires pydevtool, which is not + yet packaged for debian (RFP Bug#1062827). + * x32: skip test_continuing + * report full tarball pathname in debian/get-submodules + to ease file handling + * drop deprecated debian patch docs_no_sphinx_design.patch + * update versioned Build-Depends: python3-mesonpy (>= 0.12.1~), + python3-numpy (>= 1:1.21.6~), + python3-pybind11 (>= 2.10.4~), + python3-pythran (>= 0.12.0~) + * for docs, Build-Depends-Indep: python3-sphinx-design + instead of python3-sphinx-panels, + * debian patch cblas_in_blas.patch drops an explicit dependency on + cblas (libcblas.so). On Debian the cblas symbols are built into + libblas.so. + * clean files generated by meson.build (see special/meson.build) + Remove python3.* __config__.py, retain the one generated by the + default python. + * update debian patch manage_docs.patch to drop myst_nb + (not yet packaged for debian) + + -- Drew Parsons Sun, 04 Feb 2024 13:03:07 +0100 + + scipy (1.10.1-10) unstable; urgency=medium + + * Team upload. + * rewrite link_atomics_PR17777.patch to only test __atomic_add_fetch + and drop __atomic_load_n. PR#17777 had actually already been + applied, but gcc on armel does not define __atomic_load_n. + see upstream issue #19982. + + -- Drew Parsons Sun, 28 Jan 2024 14:08:13 +0100 + + scipy (1.10.1-9) unstable; urgency=medium + + * Team upload. + * debian patch link_atomics_PR17777.patch applies upstream PR#17777 + to link to atomics symbols where required (armel). + + -- Drew Parsons Sun, 28 Jan 2024 04:52:33 +0100 + + scipy (1.10.1-8) unstable; urgency=medium + + * Team upload. + * reinstate Build-Depends: python3-pythran + * drop python3-scipy Depends: python3-pythran + pythran is used at build time, not needed at runtime. + Closes: #1020561. + + -- Drew Parsons Sat, 27 Jan 2024 19:07:55 +0100 + + scipy (1.10.1-7) unstable; urgency=medium + + * Team upload + * Build-Depends on cython3-legacy instead of cython3 + (Closes: #1056888) + * Drop dependencies on RC buggy python3-pythran + + -- Graham Inggs Sat, 06 Jan 2024 14:54:22 +0000 + + scipy (1.10.1-6) unstable; urgency=medium + + * Team upload + * Allow building with Python 3.12 + + -- Graham Inggs Tue, 05 Dec 2023 13:22:12 +0000 scipy (1.10.1-5) unstable; urgency=medium