summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2023-07-11 17:33:49 +0200
committerPhilipp A2023-07-11 17:33:49 +0200
commitfca137b806b17354b78aa0ca618120176c55cf5e (patch)
tree7cbe962dd03d6721a40843190c319bed91c3a32f
parent4e2f60efb20f9f5fc089927be76002c3d98e16b8 (diff)
downloadaur-fca137b806b17354b78aa0ca618120176c55cf5e.tar.gz
v2.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccb2e6efdab8..0195e7889323 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.14.2
+ pkgver = 2.15.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.14.2.tar.gz
- sha256sums = 68ec59b8ebdfc4fee5e32bd6c0ce273f72f7d4ed017454b45327c673c60907bc
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.15.0.tar.gz
+ sha256sums = 3894001c0bb5d68d3d21a0562cc49e6ba14fee7d17ad2be8d088ab301665a4c6
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index c5d78d383858..44f234c62f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.14.2
+pkgver=2.15.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=('68ec59b8ebdfc4fee5e32bd6c0ce273f72f7d4ed017454b45327c673c60907bc')
+sha256sums=('3894001c0bb5d68d3d21a0562cc49e6ba14fee7d17ad2be8d088ab301665a4c6')
build() {
cd "$_name-$pkgver"