Debian Patches
Status for dask/2024.12.1+dfsg-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| remove-bokeh-embeds.patch | Disable links to sourceless plots that contain off system links. | Diane Trout <diane@ghic.org> | no | 2020-10-19 | ||
| Use-the-packaged-MathJax.patch | Use the packaged MathJax | Ghislain Antony Vaillant <ghisvail@gmail.com> | not-needed | 2017-05-31 | ||
| use-local-intersphinx.patch | Use local intersphinx references, instead of the web. Also deleted some duplicated code. | Diane Trout <diane@ghic.org> | no | 2020-10-19 | ||
| use-local-reference-yaml.patch | Use local files for building documentation instead of downloading them from github. | Diane Trout <diane@ghic.org> | no | |||
| use-youtube-nocookie.patch | Use youtube-nocookie.com for embedded videos youtube-nocookie is a little more privacy friendly than regular youtube and is a minor change. |
Stefano Rivera <stefanor@debian.org> | no | 2020-12-27 | ||
| reproducible-config-autofunction.patch | Call os.path.expanduser in the collect function instead of top level Calling it when defining the PATH or paths variables meant the value of os.path.expanduser("~") ended up as part of the default function signature, which makes this unreproducible. Also I think ~ is a bit clearer to the user, at least Unix-like OS users. |
Diane Trout <diane@ghic.org> | no | |||
| ignore_some_sphinx_packages.patch | Don't try to use Sphinx extensions we don't have sphinx_autosummary_accessors is not packaged; jupyter_sphinx is but probably doesn't work. |
Andreas Tille <tille@debian.org>, Rebecca N. Palmer | no | 2025-01-05 | ||
| js-yaml.patch | Don't use minified JavaScript without source This partly reverts https://github.com/dask/dask/pull/9306 as we don't have the package they switched to (and given that it's semi-abandoned, may not want to). |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
| verbatim-sphinx-ipython.patch | Running the example documentation code makes documentation building non-reproducible | Diane Trout <diane@ghic.org> | no | |||
| fix-sphinx-config.patch | Fix sphinx configuration | Julian Gilbey <jdg@debian.org> | yes | 2025-01-05 | ||
| use-local-xarray-logo.patch | no | |||||
| disable-dask-expr-docs.patch | The dask documentation eventually tries to generate documentation files for dask_expr, which isn't packaged for Debian yet, because it depends on the pyarrow. . Once pyarrow is available remove this patch and add python3-dask-expr as a documentation dependency. |
Diane Trout <diane@ghic.org> | no | |||
| cleanup-some-privacy-breaches.patch | remove unnecessary privacy breaches. This patch gets rid of privacy breaches providing little to no added value to upstream documentation. Notably the youtube videos (already patched to be inlined by the "no cookies" variant) are kept around, and the transpose_cyto document has preserved links to precise script versions, as they also check for script integrity, making offline replacements possibly delicate. |
Étienne Mollier <emollier@debian.org> | not-needed | 2025-01-05 | ||
| disable-dask-theme.patch | Disable dask theme ... until https://bugs.debian.org/1085947 is fixed. |
Colin Watson <cjwatson@debian.org> | no | debian | 2025-01-05 | |
| test_nanquantile_all_nan-allow-no-warning.patch | Don't fail test_nanquantile_all_nan if RuntimeWarning is not raised | Colin Watson <cjwatson@debian.org> | no | 2025-01-06 | ||
| numpy-2.0.patch | Skip test_reductions_out[product] with numpy >= 2 These tests have already been removed in the next upstream release, but that depends more heavily on pyarrow which isn't yet in Debian. |
Colin Watson <cjwatson@debian.org> | not-needed | debian | 2025-02-04 | |
| numpy-2.4-compat.patch | numpy-2.4-compat https://github.com/dask/dask/commit/0322a6a27557c4b745f50482db59711f18e3a60f |
Antonio Valentino <antonio.valentino@tiscali.it> | not-needed | https://github.com/dask/dask/commit/52a5349042acd311c1bc6637214523f0d7897899 | 2026-06-27 | |
| handle_dask_expr_exception.patch | The FutureWarning for not finding dask_expr was being treated as an error. Ignore the warning and slightly change the layout of the warning message so ignore can spot it. |
Diane Trout <diane@ghic.org> | invalid | |||
| test-mark-flaky.patch | Pytest on Debian reports an error when a test mark is not declared. upstream used flaky but did not declare it in their pyproject.toml |
Diane Trout <diane@ghic.org> | no | |||
| parametrize-requires-tuples.patch | Pytest complained that the number of arguments for these tests did not match the number of paramters. All of the pytest examples for using parametrize use tuples for multiple arguments. |
Diane Trout <diane@ghic.org> | no | |||
| ignore-np.maximum-gt2-positional-args-warning.patch | Another warning being treated as an error Hopefully it gets resolved in future versions of dask. | Diane Trout <diane@ghic.org> | no | |||
| zarr-3.2-compat.patch | zarr-3.2-compat | Antonio Valentino <antonio.valentino@tiscali.it> | not-needed | https://github.com/dask/dask/pull/12366/changes/4c2ad6d49feabe0498018804285f2218abb6eb9f | 2026-06-28 | |
| pandas-3.0-compat.patch.patch | pandas-3.0-compat.patch | Antonio Valentino <antonio.valentino@tiscali.it> | not-needed | https://github.com/dask/dask/commit/c5e61ab5fbb3e409c36ac6281a0eef7c38a8c97b | 2026-06-28 | |
| pickle-3.14-compatibility.patch | [PATCH 1/4] Fix pickle compatibility for Python 3.14 - Handle PicklingError in test helper when falling back to cloudpickle - Remove deepcopy of itertools objects in bag repartition (no longer supported in 3.14) - Relax test_map_total_mem_usage for list over-allocation differences đŸ¤– Generated with [Claude Code](https://claude.com/claude-code) |
Matthew Rocklin <mrocklin@gmail.com> | no | 2025-12-20 | ||
| disable-test_enforce_columns.patch | The implementation of text_blocks_to_pandas in Dask 2024.2 uses dask_expr, and the test expects an exception to be raised. We never packaged dask_expr so it's plausible the code behaves differently than upstream expects without the package. Later versions of dask include dask_expr so the conditional is removed. |
Diane Trout <diane@ghic.org> | no | |||
| catch-ufunc_where_no_out-warning.patch | no | |||||
| pyarrow_strings_xfails_succeed.patch | A few pyarrow tests unexpectedly pass which isn't too surprising since the pyarrow we have is much newer than what this version of dask was targeting. |
Diane Trout <diane@ghic.org> | no | |||
| relax-pytable-series-dtype-check.patch | Round trip through current pytables made the dtype 's' while version created in the dataframe has type 'O'. I don't think this really matters |
Diane Trout <diane@ghic.org> | no | |||
| skip_pyarrow_tests.patch | Skip a few more tests if pyarrow is not available | Diane Trout <diane@ghic.org> | no | |||
| skip-dtype-when-32bit.patch | Skip on all 32 bit platforms not just windows. | Diane Trout <diane@ghic.org> | no |
All known versions for source package 'dask'
- 2024.12.1+dfsg-4 (sid, forky)
- 2024.12.1+dfsg-2 (trixie)
- 2022.12.1+dfsg-2 (bookworm)
