[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Dec 3 20:35:37 UTC 2018
Date: Monday, December 3, 2018 @ 20:35:36
Author: arojas
Revision: 411001
Update to 5.7.2
Modified:
jupyter-notebook/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-03 20:00:50 UTC (rev 411000)
+++ PKGBUILD 2018-12-03 20:35:36 UTC (rev 411001)
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=jupyter-notebook
-pkgver=5.5.0
+pkgver=5.7.2
pkgrel=1
pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
arch=('any')
@@ -10,12 +10,12 @@
depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
'python-jupyter_client' 'mathjax' 'python-send2trash'
- 'jupyter-nbconvert')
+ 'jupyter-nbconvert' 'python-prometheus_client')
# Much of their official dependency tree appears inverted and circular?
makedepends=('python-setuptools' 'npm' 'git')
optdepends=('pandoc: notebook export')
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
-md5sums=('1225c53941d6666cb1a01885b08a4824')
+md5sums=('b26da893f3ddb83067ae20180ed84e94')
# todo: report bug that mathjax and nbconvert is no longer optional
More information about the arch-commits
mailing list