summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-09-07 10:34:21 -0400
committerGuillaume Horel2021-09-07 10:34:21 -0400
commit3a6ab2750f0ff86580646daed5facdde61e402b5 (patch)
tree1653541fed45ae2e30e8be073a6ed8ae7da3e384
parentcbe90caed61ab68a35beadad153ffb6b28de690e (diff)
downloadaur-3a6ab2750f0ff86580646daed5facdde61e402b5.tar.gz
bump to 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a15908e21aa3..809d6e4aa4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sparse
pkgdesc = Sparse multidimensional arrays on top of numpy and scipy
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://sparse.pydata.org
arch = any
@@ -15,9 +15,7 @@ pkgbase = python-sparse
depends = python-numpy
depends = python-scipy
depends = python-numba
- source = python-sparse-0.12.0.tar.gz::https://github.com/pydata/sparse/archive/0.12.0.tar.gz
- source = black.patch::https://github.com/pydata/sparse/commit/be4fbfcd05349b4006f4600ec00f1d831b74818f.patch
- sha256sums = 2f53dd4c3d777e814d6d48664266790d981dce6521e783f0c0d39714091e0c6c
- sha256sums = 942286fc85383439f40f8b7c4538d006cceb44f632db94f3d115f96b0652ef8f
+ source = python-sparse-0.13.0.tar.gz::https://github.com/pydata/sparse/archive/0.13.0.tar.gz
+ sha256sums = c1f37c2097dfb017789ade963cebd199151b015aa6a30eece2359eb4e3c545e1
pkgname = python-sparse
diff --git a/PKGBUILD b/PKGBUILD
index cbc52411d89b..7dee60960af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sparse'
_pkgname=sparse
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Sparse multidimensional arrays on top of numpy and scipy"
arch=('any')
@@ -12,15 +12,8 @@ checkdepends=('python-dask' 'python-pytest' 'python-pytest-black' 'python-pytest
depends=('python-numpy' 'python-scipy' 'python-numba')
optdepends=()
makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pydata/sparse/archive/$pkgver.tar.gz"
- "black.patch::https://github.com/pydata/sparse/commit/be4fbfcd05349b4006f4600ec00f1d831b74818f.patch")
-sha256sums=('2f53dd4c3d777e814d6d48664266790d981dce6521e783f0c0d39714091e0c6c'
- '942286fc85383439f40f8b7c4538d006cceb44f632db94f3d115f96b0652ef8f')
-
-prepare() {
- cd "$_pkgname-$pkgver"
- patch -p1 -i $srcdir/black.patch
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pydata/sparse/archive/$pkgver.tar.gz")
+sha256sums=('c1f37c2097dfb017789ade963cebd199151b015aa6a30eece2359eb4e3c545e1')
build(){
cd "$_pkgname-$pkgver"