summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-12-17 05:23:11 +0800
committerlilac2019-12-17 05:23:11 +0800
commitde5ac09a736bc2be5e36322ba3abcc6a21607339 (patch)
treeecccd7669485b7ab386b93889b6d40b47abfd0c2
parentba7bd4da44f256f1b23fb1337209c68d30c8735e (diff)
downloadaur-de5ac09a736bc2be5e36322ba3abcc6a21607339.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f96768347d9..99ec116c8746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-nbval
pkgdesc = A py.test plugin to validate Jupyter notebooks
- pkgver = 0.9.3
- pkgrel = 2
+ pkgver = 0.9.4
+ pkgrel = 1
url = https://github.com/computationalmodelling/nbval
arch = any
license = BSD
@@ -17,8 +17,8 @@ pkgbase = python-nbval
depends = jupyter-nbformat
depends = python-ipykernel
depends = python-coverage
- source = https://github.com/computationalmodelling/nbval/archive/0.9.3/python-nbval-0.9.3.tar.gz
- sha256sums = edf1ad505db19313140c055a64ea96c3f87bee18f7c54162a4889deb4e463919
+ source = https://github.com/computationalmodelling/nbval/archive/0.9.4/python-nbval-0.9.4.tar.gz
+ sha256sums = 34a9d53dc7da0420ba365a1d7adfee620346bdaea3088c80ddfdfc3f4b886bd9
pkgname = python-nbval
diff --git a/PKGBUILD b/PKGBUILD
index 95f4c172be29..58e73948f82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-nbval
_pkgname=nbval
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc='A py.test plugin to validate Jupyter notebooks'
arch=(any)
url='https://github.com/computationalmodelling/nbval'
@@ -13,7 +13,7 @@ depends=(python python-pytest python-six python-jupyter_client
makedepends=(python-setuptools)
checkdepends=(python-doit python-matplotlib python-sympy python-pytest-cov)
source=("https://github.com/computationalmodelling/nbval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('edf1ad505db19313140c055a64ea96c3f87bee18f7c54162a4889deb4e463919')
+sha256sums=('34a9d53dc7da0420ba365a1d7adfee620346bdaea3088c80ddfdfc3f4b886bd9')
build() {
cd $_pkgname-$pkgver