[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Sep 8 03:41:46 UTC 2018
Date: Saturday, September 8, 2018 @ 03:41:45
Author: kkeen
Revision: 378753
upgpkg: jupyter-nbconvert 5.4-1
Modified:
jupyter-nbconvert/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-08 03:31:14 UTC (rev 378752)
+++ PKGBUILD 2018-09-08 03:41:45 UTC (rev 378753)
@@ -3,8 +3,8 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=5.3.1
-pkgrel=2
+pkgver=5.4
+pkgrel=1
pkgdesc="A language-agnostic web-based interactive shell/notebook server."
arch=('any')
url="https://pypi.python.org/pypi/nbconvert"
@@ -11,12 +11,13 @@
license=('BSD')
depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
'python-jinja' 'python-entrypoints' 'python-traitlets'
- 'python-pandocfilters' 'python-bleach' 'python-testpath')
+ 'python-pandocfilters' 'python-bleach' 'python-testpath'
+ 'python-defusedxml')
# really depends on jupyter-client, not jupyter
makedepends=('python-setuptools')
optdepends=('pandoc: non-html conversion output')
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz")
-md5sums=('e18975e552845bc9e16fe537ec4bee06')
+md5sums=('f07cdd9e4df732dc218aa0c134fa4600')
package() {
cd "$srcdir/nbconvert-$pkgver"
More information about the arch-commits
mailing list