dask.distributed (2021.01.0+ds.1-2.1+deb11u1) bullseye; urgency=medium * Apply pass-host-to-local-cluster.patch. Resolves CVE-2021-42343 * Add python3.9-compatibility.patch. Fixes cannot import name 'Popen' from partially initialized module 'multiprocessing.popen_spawn_posix' -- Diane Trout Sat, 27 Nov 2021 11:29:20 -0800 dask.distributed (2021.01.0+ds.1-2.1) unstable; urgency=medium * Non-maintainer upload. * Backport upstream fix removing tests that fail under some circumstances. (Closes: #987816) * python-distributed-doc: Fix broken symlink to html5shiv.min.js, dh_link needs absolute paths. (Closes: #988675) -- Adrian Bunk Tue, 13 Jul 2021 19:19:56 +0300 dask.distributed (2021.01.0+ds.1-2) unstable; urgency=medium * Add fall-back-to-ipv6-localhost.patch to work around ipv6 networking issues on Debian's test infrastructure. -- Diane Trout Mon, 01 Feb 2021 12:08:19 -0800 dask.distributed (2021.01.0+ds.1-1) unstable; urgency=medium [ Stefano Rivera ] * New upstream release. (Closes: #954507, 955772) * Refresh patches. * Bump Standards-Version to 4.5.1, no changes needed. * Declare Rules-Requires-Root: no. * "set -e" for shell loops in debian/rules. * Upstream renamed directories containing .min.js, update Files-Excluded, debiar/rules, debian/missing-sources. * Bump python3-dask Build-Dep to >= 2020.12.0, following upstream. * Explicitly specify the test directory, to avoid incorrect auto-detection. * Patch: Support pytest-asyncio >= 0.14. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Diane Trout ] * Fix typo in python-distributed-doc Depends line * link html5shiv.min.js into _static (Closes: #959550) * Add use-local-favicon.patch to avoid privacy leak * Mark tests that require installation for easier skipping by adding debian/patches/mark-test-require-installation.patch (Closes: #954507) * Mark test that requires bokeh for easier skipping by adding debian/patches/mark-test-requires-bokeh.patch * There were still a few tests that didn't work in the buildd * Remove lists of tests to skip in the autopkgtests since they all run * Refresh patches * Update patch descriptions and forwarded flag if missing * Update to debhelper-compat 13 * Update path in d/copyright to missing javascript sources * Update minimum build-dep versions for cloudpickle and toolz * Make sure the favicon.ico file is not marked executable * Make sure dask-worker-space directories created by tests are not present in package * Disable a few tests at build time * Try running the autopkgtests with unrestricted networking -- Diane Trout Sat, 30 Jan 2021 22:55:04 -0800 dask.distributed (2.10.0+ds.1-3) unstable; urgency=medium * Disable test_idle_timeout as test failed in buildd -- Diane Trout Sun, 01 Mar 2020 17:25:58 -0800 dask.distributed (2.10.0+ds.1-2) unstable; urgency=medium * Remove python3-pynvml as a build dependency as it's platorm specific -- Diane Trout Sat, 29 Feb 2020 19:48:37 -0800 dask.distributed (2.10.0+ds.1-1) unstable; urgency=medium [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. [ Diane Trout ] * New upstream release * Update Standards-Version. No changes needed. * Upstream changed location of embedded javascript export_tool.js file * Require python3-dask 2.9.0 * Use pytest and add additional dependencies for build time tests * Add python3-sphinx-click build dependency for doc generation * Update minimum tornado version to 5 * Refresh patches * Update paths to build export_tool.js * Help the pytest collector avoid collecting test utilities * add pytest timeout as one test doesn't exit on its own * Skip running tests that fail in debian build environment * Use youtube-nocookie for videos to at least minimize the privacy leak * Skip tests that fail in autopkgtest * Only fail if tests fail, py.test has a non-zero exit code on exceptions which sometimes happens during test shutdown * Import the readable prebuilt version of anime.js into missing-sources and build a minified version * Import the readable prebuilt version of reconnecting-websocket.js and build the minified version * Add dh_fixperms to fix a .ico marked executable -- Diane Trout Thu, 27 Feb 2020 19:56:13 -0800 dask.distributed (1.25.0+ds.1-1) unstable; urgency=medium [ Ondřej Nový ] * Use 'python3 -m sphinx' instead of sphinx-build for building docs [ Diane Trout ] * New upstream version 1.25.0+ds.1 * Add override-worker-test, uses AUTOPKGTEST_TMP to find an expected file * Use dpkg-parsechangelog to set versioneer version number * Use dask-sphinx-theme instead of sphinx-rtd-theme * Refresh patches * Remove deprecated needs-recommends and update list of test dependencies * Add larger-keys.patch to update x509 keys to 2048 bit/SHA256 * Skip a few problematic tests * Update minimum dask build-depends version -- Diane Trout Mon, 17 Dec 2018 22:25:37 -0800 dask.distributed (1.21.8+ds.1-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field [ Diane Trout ] * New upstream version 1.21.8+ds.1 * Remove extend-to-asyncio and robustly-close-localcluster, applied upstream * Use installed copy of source tree for running tests * Remove archaic Python version headers * Disable ipywidget testing for now, Debian version is too old * Update Standards-Version to 4.1.4. No Changes needed. * Remove currently unnecessary Python3-Version * Update build dependency versions from requirements.txt * Don't compress changelog.html so the documentation hyperlinks work * Reset permissions on test_utils_test.py * Install changelog.rst as the upstream changelog * Fix path to numpy documentation package * Replace image links in documentation with local copies -- Diane Trout Sat, 19 May 2018 13:55:19 -0700 dask.distributed (1.20.2+ds.1-2) unstable; urgency=medium * Add patch robustly-close-localcluster.patch and extend-to-asyncio.patch. - These two patches fix autopkgtests failing because of cleanup problems. -- Diane Trout Thu, 21 Dec 2017 11:27:35 -0800 dask.distributed (1.20.2+ds.1-1) unstable; urgency=medium * New upstream release. * Add sphinx-rtd-theme-common dependency to python-distributed-doc. (Closes: #872224) * Use Debian doc packages for intersphinx objects.inv files. * Add !nodoc build profile. * Update Standards-Version to 4.1.2. No changes needed. * Add patch description to use-local-intersphinx-inventory.patch * Improve autopkgtest runner - copy conftest.py to enable the custom py.test plugins. - Add PYTEST_OPTIONS from upstreams travis test runner. * Remove now unecessary Testsuite header -- Diane Trout Thu, 12 Oct 2017 20:56:29 -0700 dask.distributed (1.18.0+ds.1-1) unstable; urgency=medium [ Diane Trout ] * New upstream release * Update Build-dependencies - add python3-sortedcollections - set minimum versions for python3-{click,dask,zict} * Update tests/control - add IPython/Jupyter components so that gets tested [ Ghislain Antony Vaillant ] * Fixup VCS URIs * Fixup filenamemangle regex [ Diane Trout ] * New upstream version 1.18.0+ds.1 * Delete unneeded file * New upstream release * Update build-dependencies * Update tests/control with IPython/Jupyter dependencies * Upstream unnecessarily marks test runner as executable * Add d/rules target to update cached intersphinx inventory files * Migrate to git-buildpackage * Provide & use downloaded copies of the intersphinx inventory files * Recommend python3-yaml as its used for the distributed config files * dask-worker needs locale variables set to run in test environment. * Install more test dependencies -- Diane Trout Tue, 01 Aug 2017 14:18:35 -0700 dask.distributed (1.14.3+ds.1-1) unstable; urgency=low * Initial packaging. (Closes: 847524) -- Diane Trout Wed, 07 Dec 2016 10:38:33 -0800