[arch-commits] Commit in jupyter/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Sep 19 06:26:32 UTC 2015
Date: Saturday, September 19, 2015 @ 08:26:31
Author: fyan
Revision: 140694
upgpkg: jupyter 4.0.6-1
Modified:
jupyter/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-19 06:03:02 UTC (rev 140693)
+++ PKGBUILD 2015-09-19 06:26:31 UTC (rev 140694)
@@ -3,8 +3,8 @@
pkgbase=jupyter
pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.6
+pkgrel=1
pkgdesc="A language-agnostic web-based interactive shell/notebook server."
arch=('any')
url="http://jupyter.org/"
@@ -23,7 +23,7 @@
_ipykv=4.0.3 # ipykernel
_ipywv=4.0.2 # ipywidgets
_qtcv=4.0.1 # qtconsole
-_notev=4.0.1 # notebook
+_notev=4.0.4 # notebook
source=("jupyter_core.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz"
"ipykernel.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz"
@@ -30,18 +30,18 @@
"ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz"
"nbconvert.tgz::https://github.com/jupyter/nbconvert/archive/4.0.0.tar.gz"
"nbformat.tar.gz::https://github.com/jupyter/nbformat/archive/4.0.0.tar.gz"
- "jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/4.0.0.tar.gz"
+ "jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/4.0.2.tar.gz"
"jupyter_client.tgz::https://github.com/jupyter/jupyter_client/archive/4.0.0.tar.gz"
"notebook.tgz::https://github.com/jupyter/notebook/archive/$_notev.tar.gz"
"https://pypi.python.org/packages/source/q/qtconsole/qtconsole-$_qtcv.tar.gz")
-md5sums=('5b6ca0e73bf559f4fe6106a6e412f913'
+md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
'690f424a89e38a5559802bb58223142e'
'1ced3f6b0893f7a43c6392252c0f80ab'
'9661620b1e10a7b46f314588d2d0932f'
'7cf61359fa4e9cf3ef5e969e2fcb909e'
- 'c34deb24f1c14208b2cb4c60f346d298'
+ 'f2e174938c91136549b908bd39fa5d59'
'00fa63c67cb3adf359d09dc4d803aff5'
- '1b66b9074df8e3d9d53ee00dde31cea1'
+ 'ab72f28f6af8107d71241a4110e92c05'
'a8f17246361ee37ec55d3222dee9e18c')
# notebook optdeps ?
@@ -103,7 +103,7 @@
cd "$srcdir/nbformat-4.0.0"
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
- cd "$srcdir/jupyter_console-4.0.0"
+ cd "$srcdir/jupyter_console-4.0.2"
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
cd "$srcdir/jupyter_client-4.0.0"
More information about the arch-commits
mailing list