[arch-commits] Commit in jupyter/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Wed Mar 9 03:11:56 UTC 2016


    Date: Wednesday, March 9, 2016 @ 04:11:55
  Author: kkeen
Revision: 165643

upgpkg: jupyter 4.1.0-1

Modified:
  jupyter/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-09 02:49:15 UTC (rev 165642)
+++ PKGBUILD	2016-03-09 03:11:55 UTC (rev 165643)
@@ -3,8 +3,8 @@
 
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.6
-pkgrel=8
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/"
@@ -25,10 +25,15 @@
 _ipywv=4.1.1  # ipywidgets
 _jnbcv=4.1.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
-_jconv=4.1.0  # jupyter console
-_jcliv=4.1.1  # jupyter client
+_jconv=4.1.1  # jupyter console
+_jcliv=4.2.1  # jupyter client
 _qtcv=4.2.0   # qtconsole
 
+# future order of splits:
+# python{,2}-jupyter_core
+# python{,2}-jupyter_client
+# python-ipywidgets
+
 source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz"
         "ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz"
         "nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz"
@@ -36,12 +41,12 @@
         "jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz"
         "jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz"
         "qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz")
-md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
+md5sums=('b7e928f965f68aef13fea1bf9d6384aa'
          '099e9b76c52839dc33604aad7a2f1a42'
          '06655576713ba1ff7cece2b92760c187'
          'ab7172e517c9d561c0c01eef5631b4c8'
-         '9c655076262760bdbeeada9d7f586237'
-         '8436e4a3266a442f576cdfef39dc0e19'
+         'a8b077ae0a5c57e9518ac039ad5febb8'
+         '16994e5cace322c777456bc5a26502d7'
          '63c8f88830e41007dc1b807f02a250f9')
 
 # qtconsole deps?



More information about the arch-commits mailing list