summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e12bb012384..fbe12ed6846e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-zarr
pkgdesc = An implementation of chunked, compressed, N-dimensional arrays for Python
- pkgver = 2.16.1
+ pkgver = 2.17.0
pkgrel = 1
url = https://github.com/zarr-developers/zarr-python
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-zarr
depends = python-numpy
depends = python-fasteners
depends = python-numcodecs>=0.6.4
- source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.16.1.tar.gz
- sha256sums = 4276cf4b4a653431042cd53ff2282bc4d292a6842411e88529964504fb073286
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.17.0.tar.gz
+ sha256sums = 6390a2b8af31babaab4c963efc45bf1da7f9500c9aafac193f84cf019a7c66b0
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index b2d217ab4b85..61691f3a2a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.16.1
+pkgver=2.17.0
pkgrel=1
pkgdesc='An implementation of chunked, compressed, N-dimensional arrays for Python'
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-asciitree python-numpy python-fasteners 'python-numcodecs>=0.6.4')
makedepends=(python-setuptools python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4276cf4b4a653431042cd53ff2282bc4d292a6842411e88529964504fb073286')
+sha256sums=('6390a2b8af31babaab4c963efc45bf1da7f9500c9aafac193f84cf019a7c66b0')
build() {
cd "$_name-$pkgver"