summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2023-07-29 13:14:59 +0200
committerPhilipp A2023-07-29 13:14:59 +0200
commite32bd7ff03557c552be87ad05f6fa92e877ac32a (patch)
tree441735867e47e8ee1d1e7d0129cf84d1a8a30fcd
parentfca137b806b17354b78aa0ca618120176c55cf5e (diff)
downloadaur-e32bd7ff03557c552be87ad05f6fa92e877ac32a.tar.gz
v2.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0195e7889323..7c3f0370b362 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.15.0
+ pkgver = 2.16.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.15.0.tar.gz
- sha256sums = 3894001c0bb5d68d3d21a0562cc49e6ba14fee7d17ad2be8d088ab301665a4c6
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.16.0.tar.gz
+ sha256sums = 84e36b695bda0ecea52af9861271984cb22a5c864679907b7b9ba3f79b684f7e
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index 44f234c62f36..7a8195c0a4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.15.0
+pkgver=2.16.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=('3894001c0bb5d68d3d21a0562cc49e6ba14fee7d17ad2be8d088ab301665a4c6')
+sha256sums=('84e36b695bda0ecea52af9861271984cb22a5c864679907b7b9ba3f79b684f7e')
build() {
cd "$_name-$pkgver"