summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-15 03:06:17 -0400
committerGuillaume Horel2018-08-15 03:06:17 -0400
commit20b2c549d2abdde32a510e8abd65d6a502792304 (patch)
treea2ab7a0000663ba2490359728b960a31feb06c86
parentdb544f0891540fee50ce9644d0198a8ccc451c56 (diff)
downloadaur-20b2c549d2abdde32a510e8abd65d6a502792304.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2ea9b4733cd..65bb3f2d6b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbstripout
pkgdesc = Strips outputs from Jupyter and IPython notebooks
- pkgver = 0.3.1
+ pkgver = 0.3.3
pkgrel = 1
url = https://pypi.python.org/pypi/nbstripout/
arch = any
@@ -9,9 +9,9 @@ pkgbase = python-nbstripout
checkdepends = python-pytest-flake8
depends = git
depends = jupyter-nbformat
- source = https://pypi.org/packages/source/n/nbstripout/nbstripout-0.3.1.tar.gz
+ source = https://pypi.org/packages/source/n/nbstripout/nbstripout-0.3.3.tar.gz
source = https://raw.githubusercontent.com/kynan/nbstripout/master/LICENSE.txt
- sha256sums = b997c99b8bbb865988202d2f005cdaabb2598b07dad891c302a147a5871a4a95
+ sha256sums = d84659e2778ee2f90c16664e93ba0749ef414149cb607f5f36f2a91deba2ace4
sha256sums = 9842167c4bf9aa4662a669e8638d299a2460f6015ef0a98d4745871938bc1cd4
pkgname = python-nbstripout
diff --git a/PKGBUILD b/PKGBUILD
index ad2747af300c..fc13f6ae6c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=nbstripout
pkgname=python-$_pyname
-pkgver=0.3.1
+pkgver=0.3.3
pkgrel=1
pkgdesc='Strips outputs from Jupyter and IPython notebooks'
url="https://pypi.python.org/pypi/$_pyname/"
@@ -13,7 +13,7 @@ license=('MIT')
arch=('any')
source=("https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/kynan/nbstripout/master/LICENSE.txt")
-sha256sums=('b997c99b8bbb865988202d2f005cdaabb2598b07dad891c302a147a5871a4a95'
+sha256sums=('d84659e2778ee2f90c16664e93ba0749ef414149cb607f5f36f2a91deba2ace4'
'9842167c4bf9aa4662a669e8638d299a2460f6015ef0a98d4745871938bc1cd4')
build() {