summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2023-04-23 15:55:33 +0200
committerPhilipp A2023-04-23 15:55:33 +0200
commit4e2f60efb20f9f5fc089927be76002c3d98e16b8 (patch)
treea82decfd48c489517bc5abd457517839f74baab4
parent4d39ea2c4cd7c96386100308a3457f3b5c549898 (diff)
downloadaur-4e2f60efb20f9f5fc089927be76002c3d98e16b8.tar.gz
v2.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dde8b0e381b..ccb2e6efdab8 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.13.6
+ pkgver = 2.14.2
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.13.6.tar.gz
- sha256sums = f079444d5126db7ba5895a682797d86d02813f49b35854ee2d89c7503dc3677e
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.14.2.tar.gz
+ sha256sums = 68ec59b8ebdfc4fee5e32bd6c0ce273f72f7d4ed017454b45327c673c60907bc
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index 667b2e7cfa42..c5d78d383858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.13.6
+pkgver=2.14.2
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=('f079444d5126db7ba5895a682797d86d02813f49b35854ee2d89c7503dc3677e')
+sha256sums=('68ec59b8ebdfc4fee5e32bd6c0ce273f72f7d4ed017454b45327c673c60907bc')
build() {
cd "$_name-$pkgver"