summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-26 10:47:59 +0200
committerPhilipp A2022-09-26 10:47:59 +0200
commitff75ca744ef7c35448a8e989dce0de851b1e6b7a (patch)
tree2d5e8455616faaaf39eb1531eb3c711d46cc2f98
parentdec11006737d89513933a5e52d8adc9609481458 (diff)
downloadaur-ff75ca744ef7c35448a8e989dce0de851b1e6b7a.tar.gz
v2.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e2f0f8397d..724b961afc89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-zarr
pkgdesc = An implementation of chunked, compressed, N-dimensional arrays for Python
- pkgver = 2.12.0
- pkgrel = 2
+ pkgver = 2.13.0
+ pkgrel = 1
url = https://github.com/zarr-developers/zarr-python
arch = any
license = MIT
@@ -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.12.0.tar.gz
- sha256sums = 515a31ee4bad6bb48ae05178c588ae49a02a35defa01dd9a3293306903368165
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.13.0.tar.gz
+ sha256sums = 3e76ed6e209578e46d1718bb1e90aa1cea5012cffe8db9a9eb3e59d7e32bee40
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index ad9e6794a79a..9d54517a95fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.13.0
+pkgrel=1
pkgdesc='An implementation of chunked, compressed, N-dimensional arrays for Python'
arch=(any)
url='https://github.com/zarr-developers/zarr-python'
@@ -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=('515a31ee4bad6bb48ae05178c588ae49a02a35defa01dd9a3293306903368165')
+sha256sums=('3e76ed6e209578e46d1718bb1e90aa1cea5012cffe8db9a9eb3e59d7e32bee40')
build() {
cd "$_name-$pkgver"