summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-02-17 14:00:00 +0100
committerPhilipp A2021-02-17 14:00:00 +0100
commit55c24a476ceb33e40d7cee307bfcb00b81b65a70 (patch)
treef8352960371f34464a3de6d0406a2203537fd182
parent251b58a8e55d12d5c2da6860378e64af288aa5a8 (diff)
downloadaur-55c24a476ceb33e40d7cee307bfcb00b81b65a70.tar.gz
v0.7.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a62053ff87..4f82b3585169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anndata
pkgdesc = A data structure for rectangular numeric data and sample/variable annotations.
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/theislab/anndata
arch = any
@@ -9,9 +9,9 @@ pkgbase = python-anndata
depends = python-scipy
depends = python-h5py
depends = python-natsort
- noextract = anndata-0.7.4-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.7.4-py3-none-any.whl
- sha256sums = b7f5a7163a52da1d9211fed7e546d5800c5964243a1ae581b4ffba28d0bcb7c0
+ noextract = anndata-0.7.5-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.7.5-py3-none-any.whl
+ sha256sums = 4f7d47e731cdf4ddc37a635f7532893a10510112e5bf6c4a68802438fdc9e0ab
pkgname = python-anndata
diff --git a/PKGBUILD b/PKGBUILD
index 4960423fffe7..0e209d41cdbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=anndata
pkgname=python-$_name
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc='A data structure for rectangular numeric data and sample/variable annotations.'
arch=(any)
@@ -11,7 +11,7 @@ license=(BSD)
depends=(python-pandas python-scipy python-h5py python-natsort)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('b7f5a7163a52da1d9211fed7e546d5800c5964243a1ae581b4ffba28d0bcb7c0')
+sha256sums=('4f7d47e731cdf4ddc37a635f7532893a10510112e5bf6c4a68802438fdc9e0ab')
noextract=("$_wheel")
package() {