Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-dask
Commits:
b6b08253 by Jakub Klinkovský at 2026-01-31T13:03:53+01:00
upgpkg: 2026.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-dask
pkgdesc = Parallel computing with task scheduling
- pkgver = 2026.1.1
+ pkgver = 2026.1.2
pkgrel = 1
url = https://dask.org
arch = any
@@ -52,7 +52,7 @@ pkgbase = python-dask
optdepends = python-sqlalchemy: writing and reading from SQL databases
optdepends = python-xarray: N-D labeled arrays and datasets
optdepends = python-xxhash: faster hashing of arrays
- source =
https://github.com/dask/dask/archive/2026.1.1/python-dask-2026.1.1.tar.gz
- b2sums =
00d67719ccd66e6602e60f899556af9c05fbddd32efaad6f2794746f1a3c01f844858ef695ba6bcd7ad877e03aeeb27f0340f92b5b40dd1b863c81f8981fc0ea
+ source =
https://github.com/dask/dask/archive/2026.1.2/python-dask-2026.1.2.tar.gz
+ b2sums =
461aec2eeef773c599843677e681c3715c474a0b194a9a520033c8b1672568409360715dd46b2111f5f2b5c951ef4a122c1957bd850adb7230326eb1c8971d69
pkgname = python-dask
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=dask
pkgname=python-$_name
-pkgver=2026.1.1
+pkgver=2026.1.2
pkgrel=1
pkgdesc="Parallel computing with task scheduling"
arch=(any)
@@ -82,7 +82,7 @@ checkdepends=(
source=(
https://github.com/dask/dask/archive/$pkgver/$pkgname-$pkgver.tar.gz
)
-b2sums=('00d67719ccd66e6602e60f899556af9c05fbddd32efaad6f2794746f1a3c01f844858ef695ba6bcd7ad877e03aeeb27f0340f92b5b40dd1b863c81f8981fc0ea')
+b2sums=('461aec2eeef773c599843677e681c3715c474a0b194a9a520033c8b1672568409360715dd46b2111f5f2b5c951ef4a122c1957bd850adb7230326eb1c8971d69')
prepare() {
cd $_name-$pkgver
@@ -128,6 +128,7 @@ check() {
--deselect
dask/dataframe/tseries/tests/test_resample.py::test_resample_pads_last_division_to_avoid_off_by_one
# Failed: Timeout (>300.0s) from pytest-timeout
--deselect dask/tests/test_distributed.py::test_futures_in_subgraphs
+ --deselect dask/array/tests/test_array_core.py
# TimeoutError: Test timeout (30) hit after 30.000476195011288s.
--deselect
dask/dataframe/dask_expr/tests/test_distributed.py::test_merge_indicator
# failing test since Python 3.14 (itertools.chain is not picklable)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/b6b082536019bf220d161a17f4a6c2e9e60dd74c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/b6b082536019bf220d161a17f4a6c2e9e60dd74c
You're receiving this email because of your account on gitlab.archlinux.org.