Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-distributed
Commits:
8a8ed7b7 by Jakub Klinkovský at 2024-12-22T23:37:13+01:00
upgpkg: 2024.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Distributed task scheduler for Dask
- pkgver = 2024.12.0
+ pkgver = 2024.12.1
pkgrel = 1
url = https://distributed.dask.org/
arch = any
@@ -50,7 +50,7 @@ pkgbase = python-distributed
depends = python-urllib3
depends = python-yaml
depends = python-zict
- source =
https://github.com/dask/distributed/archive/2024.12.0/python-distributed-2024.12.0.tar.gz
- sha256sums =
7c0c313fd72ba936f47793b1fabd4e9478c0149ccff61de29ec13fff4fc4e7da
+ source =
https://github.com/dask/distributed/archive/2024.12.1/python-distributed-2024.12.1.tar.gz
+ sha256sums =
d4340561e8cfc773f4558b031e0aee358fd044025eba599047027b2f2c55ffca
pkgname = python-distributed
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=distributed
pkgname=python-${_pkg}
-pkgver=2024.12.0
+pkgver=2024.12.1
pkgrel=1
pkgdesc="Distributed task scheduler for Dask"
arch=(any)
@@ -63,7 +63,7 @@ checkdepends=(
# 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=('7c0c313fd72ba936f47793b1fabd4e9478c0149ccff61de29ec13fff4fc4e7da')
+sha256sums=('d4340561e8cfc773f4558b031e0aee358fd044025eba599047027b2f2c55ffca')
prepare() {
sed -i 's/, "versioneer\[toml\].*"//' ${_pkg}-${pkgver}/pyproject.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distributed/-/commit/8a8ed7b7f9be50a020947ebf70db273435a873a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-distributed/-/commit/8a8ed7b7f9be50a020947ebf70db273435a873a5
You're receiving this email because of your account on gitlab.archlinux.org.