dask.distributed 2024.5.2+ds.1-1 source package in Ubuntu

Changelog

dask.distributed (2024.5.2+ds.1-1) unstable; urgency=medium

  * Team upload.

  [ Alexandre Detiste ]
  * remove obsolete python3-six build-dep

  [ Étienne Mollier ]
  * New upstream version 2024.5.2+ds.1
  * skip-pyarrow-tests.patch: refresh.
  * adjust-timeouts.patch: refresh.
  * fix-pandas-test.patch: delete: applied upstream.
  * Unfuzz patches.
  * d/{rules,t/run-tests}: workaround test failures.
    The test failures are caused by FutureWarning raised on dask.dataframe
    import, which would be solved by making dask_expr module available,
    but it is not part of Debian yet.  Setting configuration option
    "dataframe.query-planning" to False bypasses both the dask_expr import
    attempt and the subsequent FutureWarning.
  * d/README.source: new.
    Document that dask and dask.distributed must be kept synchronized.
  * use-youtube-nocookie.patch: adjust another video.
  * d/control: python-distributed-doc depends on sass-stylesheets-bulma.
  * fix-privacy-breaches.patch: new: use Debian provided CSS file.
  * d/t/control: tests depend on python3-all.
    Ensure py3versions --supported can capture all interpreters indeed.
  * d/copyright: remove unused Unlicense paragraph.
  * d/rules: cleanup spurious license text tripping lintian.
  * d/{control,s/lintian-overrides}: force dask coupling.
    dask and dask.distributed need being upgraded in lockstep.  To limit
    multiple copies of the current dask.distributed version in d/control,
    ${source:Version} is used for the binary package dependency (it is not
    usable for the source package build dependency), but since it is not
    normal to couple a source package version to another source package,
    the change also requires a lintian override.
    Thanks to Julian Gilbey <email address hidden>
  * mark-tests-flaky.patch: declare test_collections_metadata flaky too.

 -- Étienne Mollier <email address hidden>  Sun, 16 Jun 2024 18:45:33 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask.distributed_2024.5.2+ds.1-1.dsc 3.5 KiB d6bad8393d7f2e1b56f100249b75505962aae9fe07e85ab57f35b0535977d83b
dask.distributed_2024.5.2+ds.1.orig.tar.xz 2.0 MiB b86e539dbb72374c862fc6c443088bd6a012c051d388cc9d7df7568e739a771b
dask.distributed_2024.5.2+ds.1-1.debian.tar.xz 1.9 MiB d7b8467222194522d327c897000068d6dc1deb46d1c4fcb7c2a36365a1c1fd45

No changes file available.

Binary packages built by this source

python-distributed-doc: Dask Distributed computing documentation

 Dask.distributed is a lightweight library for distributed computing in
 Python. It extends both the concurrent.futures and dask APIs to
 moderate sized clusters.
 .
 This contains the documentation

python3-distributed: Dask Distributed computing for Python 3

 Dask.distributed is a lightweight library for distributed computing in
 Python. It extends both the concurrent.futures and dask APIs to
 moderate sized clusters.
 .
 This contains the Python 3 version