dask (2022.02.0+dfsg-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 2022.01.0+dfsg-2 < 2022.02.0+dfsg-1.
- Git: https://salsa.debian.org/python-team/packages/dask.git
-
- Branch: debian/master
- Path: debian/changelog
- Browser: https://salsa.debian.org/python-team/packages/dask
- Last scan: 2022-08-18 13:14:19+00
- Next scan: 2022-08-27 13:09:00+00
- Debian changelog in Git:
dask (2022.01.0+dfsg-2) unstable; urgency=medium
* Extend 32bit-compatibility.patch to work around
test_dataframe.py::test_categorize_info
assuming a 64-bit environment.
(Closes: #1006537)
-- Diane Trout <diane@ghic.org> Sat, 05 Mar 2022 14:16:51 -0800
- This branch is 1 commit ahead of tag debian/2022.01.0+dfsg-1
- Git log:
commit 095e51085092979a2e5c3a727a49ee89d9f3c171
Author: Diane Trout <diane@ghic.org>
Date: Sat Mar 5 14:21:32 2022 -0800
Extend 32bit-compatibility.patch to work around 64-bit assumptions.
test_dataframe.py::test_categorize_info hard codes some values that
are only true in a 64-bit environment.