1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
|
dask.distributed (2022.12.1+ds.1-3) unstable; urgency=medium
* Keep working on making tests less flaky
* rename skipped mark in d/rules from avoid_travis to avoid_ci
* skip the same tests being skipped in d/rules
- running the daemons isn't working reliably in our test servers.
* The dask.distributed tests fail frequently enough that we shouldn't
trust them.
- mark the autopkgtests as flaky.
-- Diane Trout <diane@ghic.org> Thu, 09 Feb 2023 16:36:47 -0800
dask.distributed (2022.12.1+ds.1-2) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* Versioned Depends python3-dask (>= 2022.12.1) to prevent debci test
against old version
* Standards-Version: 4.6.2
* Set upstream metadata fields: Bug-Database, Bug-Submit, Contact,
Repository-Browse.
* Add debian/salsa-ci.yml
[ Rebecca N. Palmer ]
* change timeouts to reduce random failures.
* mark an intermittent failure as flaky.
* don't stop the entire run if one test times out.
* Remove stray files.
* Run autopkgtest as non-root.
* Retry flaky tests (like upstream) instead of skipping them.
[ Diane Trout ]
* Disable ivp6 tests if the autopkgtest runners lack ipv6 connectivity.
- Add autopkgtest dependency iputils-ping for ipv6 testing
* Add skip-32bit-incompatible-test.patch to skip tests that fail on 32bit
They seemed to be requesting large virtual memory regions.
- Also remove a 32bit test skip from d/rules
* Add python3-matplotlib to autopkgtest environment to enable a few tests
-- Diane Trout <diane@ghic.org> Wed, 08 Feb 2023 16:32:04 -0800
dask.distributed (2022.12.1+ds.1-1) unstable; urgency=medium
* New upsream release. (Closes: #1029232)
* Remove the following patches, resolved upstream
- python-3.10-loop.patch
- test_spillbuffer_remove_sizetest.patch
- python3.11.patch
- set-client-asynchronous-earlier.patch
* Install tests to simplify running autopkgtests
* add add-test-marks.patch to define some pytest test marks
* add skip-pyarrow-tests.path as we don't have that dependency
- consider reviewing this patch and focusing on the specific
modules that are importing pyarrow.
* Refresh patches
* Add python3-jupyter-server to Build-Depends for tests
* Add python3-aiohttp dependency to autopkgtests
* Remove python3-keras autopkgtest dependency, it depends
on an unmaintained package theano which breaks during the run.
* Move autopkgtest script to it's own file run-tests
* Remove python-numpy-doc dependency since it's not available.
(closes: #1028691)
* Update list of tests that don't run correctly during build
* attempt to implement nocheck DEB_BUILD_OPTION in d/rules
* adjust d/rules to prevent __pycache__ directory from being shipped in
python-distributed-doc
-- Diane Trout <diane@ghic.org> Sat, 21 Jan 2023 08:52:22 -0800
dask.distributed (2022.02.0+ds.1-3) unstable; urgency=high
* Team Upload.
* Cherry-pick and tweak upstream patch to fix FTBFS
with py3.11 (Closes: #1026590)
* Remove python3-sparse from test deps
-- Nilesh Patra <nilesh@debian.org> Thu, 05 Jan 2023 16:48:14 +0530
dask.distributed (2022.02.0+ds.1-2) unstable; urgency=medium
* skip test that fails on 32bit
-- Diane Trout <diane@ghic.org> Tue, 23 Aug 2022 17:06:52 -0700
dask.distributed (2022.02.0+ds.1-1) unstable; urgency=medium
* New upstream release
* Refreshed patches
* Add python-pandas-doc to Build-Depends to build documentation
* Remove pass-host-to-local-cluster.patch applied upstream
* Disable pytest-asyncio-0.14.patch, set-client-asyncronous-earlier.patch
seem to be unneeded.
* dask.distributed should be more closely tied to the dask version.
* Add test_spillbuffer_remove_sizetest.patch to skip a failing upstream
removed test
* Skip two tests that were failing and removed upstream.
* Skip block of tests that fail in network limited builder
* Copy over some updated pytest settings from upstream's CI configuration
-- Diane Trout <diane@ghic.org> Tue, 23 Aug 2022 15:13:27 -0700
dask.distributed (2021.09.1+ds.1-3) unstable; urgency=medium
* add set-client-asyncronous-earlier.patch to work around a race condition
found by debian CI.
* Add python-3.10-loop.patch, to improve Python 3.10 compatibility. The
the loop parameter was removed from 3.10 high level asyncio API
* Skip test_gather_failing_cnn_error in CI tests to avoid a timeout error.
-- Diane Trout <diane@ghic.org> Sun, 16 Jan 2022 11:56:02 -0800
dask.distributed (2021.09.1+ds.1-2) unstable; urgency=medium
* Apply pass-host-to-local-cluster.patch. Resolves CVE-2021-42343
-- Diane Trout <diane@ghic.org> Thu, 11 Nov 2021 13:28:18 -0800
dask.distributed (2021.09.1+ds.1-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Update Standards-Version. No changes needed.
* Bump python3-dask build dependency version.
* fix invalid profile name.
* Indicate patch forward status.
-- Diane Trout <diane@ghic.org> Fri, 08 Oct 2021 19:19:50 -0700
dask.distributed (2021.08.1+ds.1-1) unstable; urgency=medium
* New upstream release
* Test depends on python3-cryptography
* Refresh patches
* Add skip-bokeh-tests.patch to skip a test with obscure bokeh
dependency
* Add skip-directory-test-when-root.patch there's a test that
fails if accidently run with root privileges
* distributed no longer installs tests.
- pass path to test directory for build time.
- copy tests into installed directory for autopkgtests
* No longer includes coffeescript code
* Skip flaky tests too
* Run autopkgtests as unprivleded users after needing root for setup
-- Diane Trout <diane@ghic.org> Fri, 27 Aug 2021 23:12:07 -0700
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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> 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 <diane@ghic.org> Wed, 07 Dec 2016 10:38:33 -0800
|