Debian Patches

Status for dask/2022.12.1+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
no_newline_error.patch Don't use newline in error message
At least intake forwards error messages by a mechanism that
can't handle them, and hence fails tests

(Upstream fixed this in intake instead:
https://github.com/intake/intake/pull/699
but we're in transition freeze)
Rebecca N. Palmer <rebecca_palmer@zoho.com> yes
remove-bokeh-embeds.patch Disable links to sourceless plots that contain off system links. Diane Trout <diane@ghic.org> no 2020-10-19
use-debian-version.patch Use the Debian package version instead of letting
versioneer guess. This should aid with reproduciblity.
Diane Trout <diane@ghic.org> no 2020-10-19
reproducible-version.patch Use the Debian version for the software version.

I think this is a source of non-determinism
Diane Trout <diane@ghic.org> not-needed 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
skip-dtype-test-on-32bit.patch There is a problem where the returned dtype is still a 64bit integer when returned from sql even on 32 bit platforms. This
leads the assert_eq to fail because of the differing dtype. Upstream
first encountered this on win32, but Debian still also builds 32-bit
linux architectures. I change the check_dtype test to ignore any
32-bit architecture
Diane Trout: no
ignore_some_sphinx_packages.patch Don't tryy to use Sphinx extensions we don't have
sphinx_autosummary_accessors, sphinx_design are not packaged;
jupyter_sphinx is but probably doesn't work.
Andreas Tille <tille@debian.org>, Rebecca N. Palmer no 2023-01-13
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
test_warnings_not_errors.patch Don't require FutureWarning to be an error
setup.cfg tries to make it one, but this doesn't work in our CI setup
Rebecca N. Palmer no

All known versions for source package 'dask'

Links