Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-distributed
Commits:
a7e70442 by Antonio Rojas at 2024-04-12T22:24:54+02:00
upgpkg: 2024.4.1-1: Update to 2024.04.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-distributed
pkgdesc = Distributed task scheduler for Dask
- pkgver = 2023.8.0
- pkgrel = 2
+ pkgver = 2024.4.1
+ pkgrel = 1
url = https://distributed.dask.org/
arch = x86_64
license = BSD
@@ -48,7 +48,7 @@ pkgbase = python-distributed
depends = python-urllib3
depends = python-yaml
depends = python-zict
- source =
https://github.com/dask/distributed/archive/2023.8.0/python-distributed-2023.8.0.tar.gz
- sha256sums =
7733597772ce4680939095ec425e4bce97049a7386472ef3416f6a929cb81150
+ source =
https://github.com/dask/distributed/archive/2024.4.1/python-distributed-2024.4.1.tar.gz
+ sha256sums =
37908bfb644f223a15e010f33b6ff75b8c99ffa7b8a38370a8e688b4fac3b1cb
pkgname = python-distributed
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=distributed
pkgname=python-${_pkg}
-pkgver=2023.8.0
-pkgrel=2
+pkgver=2024.4.1
+pkgrel=1
pkgdesc="Distributed task scheduler for Dask"
arch=(x86_64)
url="https://distributed.dask.org/"
@@ -56,7 +56,7 @@ checkdepends=(ipython
# No tests in PyPi tarballs
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(https://github.com/dask/distributed/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7733597772ce4680939095ec425e4bce97049a7386472ef3416f6a929cb81150')
+sha256sums=('37908bfb644f223a15e010f33b6ff75b8c99ffa7b8a38370a8e688b4fac3b1cb')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distributed/-/commit/a7e704422ef78c7e9b86229da0130a6598be4541
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distributed/-/commit/a7e704422ef78c7e9b86229da0130a6598be4541
You're receiving this email because of your account on gitlab.archlinux.org.