summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-07-31 02:51:44 +0800
committerlilac2020-07-31 02:51:44 +0800
commit529cb25e40dc2682d6df8261e6181a87ffa2ad5b (patch)
tree469954f2cd39bd0a1410da6b73bea1e2f2f7a649
parentc5014f224db2a2d945b2fe2946b73b02c59c5c1b (diff)
downloadaur-529cb25e40dc2682d6df8261e6181a87ffa2ad5b.tar.gz
[lilac] updated to 0.9.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec3b9b802950..51012a405914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbval
pkgdesc = A py.test plugin to validate Jupyter notebooks
- pkgver = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/computationalmodelling/nbval
arch = any
@@ -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.5/python-nbval-0.9.5.tar.gz
- sha256sums = 2c8179bf8c23e3f58db980373b0b40b68c791039a996c604d96bb05b4665820f
+ source = https://github.com/computationalmodelling/nbval/archive/0.9.6/python-nbval-0.9.6.tar.gz
+ sha256sums = 746ddf91f9327f03cde54bc682cd2ff1997510d50becaee0691cc54f0a1de8ad
pkgname = python-nbval
diff --git a/PKGBUILD b/PKGBUILD
index 55f926c18f32..b7bd94fa6e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-nbval
_pkgname=nbval
-pkgver=0.9.5
+pkgver=0.9.6
pkgrel=1
pkgdesc='A py.test plugin to validate Jupyter notebooks'
arch=(any)
@@ -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=('2c8179bf8c23e3f58db980373b0b40b68c791039a996c604d96bb05b4665820f')
+sha256sums=('746ddf91f9327f03cde54bc682cd2ff1997510d50becaee0691cc54f0a1de8ad')
build() {
cd $_pkgname-$pkgver