Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-dask
Commits:
362f4bf1 by Jakub Klinkovský at 2024-12-07T09:00:18+01:00
upgpkg: 2024.12.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dask
pkgdesc = Parallel computing with task scheduling
- pkgver = 2024.11.2
- pkgrel = 2
+ pkgver = 2024.12.0
+ pkgrel = 1
url = https://dask.org
arch = any
license = BSD-3-Clause
@@ -57,9 +57,9 @@ pkgbase = python-dask
optdepends = python-pyarrow: Apache Arrow, for parquet support
optdepends = python-sqlalchemy: writing and reading from SQL databases
optdepends = python-xxhash: faster hashing of arrays
- source =
https://github.com/dask/dask/archive/2024.11.2/python-dask-2024.11.2.tar.gz
+ source =
https://github.com/dask/dask/archive/2024.12.0/python-dask-2024.12.0.tar.gz
source = test-pandas-2.0
- sha256sums =
eb3d53b85527d8d64504f2c2f8aa599d90f93edfb12d8abac131e0f5618fd3ac
+ sha256sums =
4a33230cb140141e4e0d231ad0726766919850e2821deb6ee696db3e5876b3d4
sha256sums =
9ddb45fefbfb1aaa3af20a6a2c6d4fcb20da5b3761e70313c92ae4f4f86634a2
pkgname = python-dask
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkg=dask
pkgname=python-${_pkg}
-pkgver=2024.11.2
-pkgrel=2
+pkgver=2024.12.0
+pkgrel=1
pkgdesc="Parallel computing with task scheduling"
arch=(any)
url="https://dask.org"
@@ -87,7 +87,7 @@ checkdepends=(
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
test-pandas-2.0)
-sha256sums=('eb3d53b85527d8d64504f2c2f8aa599d90f93edfb12d8abac131e0f5618fd3ac'
+sha256sums=('4a33230cb140141e4e0d231ad0726766919850e2821deb6ee696db3e5876b3d4'
'9ddb45fefbfb1aaa3af20a6a2c6d4fcb20da5b3761e70313c92ae4f4f86634a2')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/362f4bf1fe7050bbb429956ea9a543743f54a819
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/362f4bf1fe7050bbb429956ea9a543743f54a819
You're receiving this email because of your account on gitlab.archlinux.org.