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

2020-12-19 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 23:47:19
  Author: kkeen
Revision: 780063

upgpkg: jupyter-notebook 6.1.5-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 23:11:18 UTC (rev 780062)
+++ PKGBUILD2020-12-19 23:47:19 UTC (rev 780063)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.1.4
-pkgrel=3
+pkgver=6.1.5
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('eb81355187dad5e8f579be098d32db08')
+md5sums=('289c0e769270bbe33e6d956ee880e652')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:12
  Author: foutrelis
Revision: 749984

upgpkg: jupyter-notebook 6.1.4-3: Python 3.9 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:53 UTC (rev 749983)
+++ PKGBUILD2020-11-11 06:58:12 UTC (rev 749984)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 12:11:57
  Author: foutrelis
Revision: 746857

upgpkg: jupyter-notebook 6.1.4-2: Python 3.9 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 12:11:56 UTC (rev 746856)
+++ PKGBUILD2020-11-09 12:11:57 UTC (rev 746857)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -42,4 +42,3 @@
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-


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

2020-09-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 16, 2020 @ 07:58:36
  Author: arojas
Revision: 707287

Update to 6.1.4

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 07:58:13 UTC (rev 707286)
+++ PKGBUILD2020-09-16 07:58:36 UTC (rev 707287)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.1.1
-pkgrel=2
+pkgver=6.1.4
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('7166dadafabbac96213b663fa8014f68')
+md5sums=('eb81355187dad5e8f579be098d32db08')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2020-09-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 16, 2020 @ 07:33:27
  Author: arojas
Revision: 707231

Add missing python-argon2_cffi dependency (FS#67815)

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 07:14:40 UTC (rev 707230)
+++ PKGBUILD2020-09-16 07:33:27 UTC (rev 707231)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -10,7 +10,7 @@
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
  'python-jupyter_client' 'mathjax2' 'python-send2trash'
- 'jupyter-nbconvert' 'python-prometheus_client')
+ 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')


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

2020-08-05 Thread Kyle Keen via arch-commits
Date: Thursday, August 6, 2020 @ 00:33:10
  Author: kkeen
Revision: 670371

upgpkg: jupyter-notebook 6.1.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-05 22:50:07 UTC (rev 670370)
+++ PKGBUILD2020-08-06 00:33:10 UTC (rev 670371)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.0.3
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('1e5962b6e1fea5c34711d28c6ba841cb')
+md5sums=('7166dadafabbac96213b663fa8014f68')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2020-02-20 Thread Kyle Keen via arch-commits
Date: Thursday, February 20, 2020 @ 19:16:06
  Author: kkeen
Revision: 577324

upgpkg: jupyter-notebook 6.0.3-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-20 19:10:16 UTC (rev 577323)
+++ PKGBUILD2020-02-20 19:16:06 UTC (rev 577324)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('8c57651b49a34d725c9d6aa11c0c99d8')
+md5sums=('1e5962b6e1fea5c34711d28c6ba841cb')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:10:14
  Author: kkeen
Revision: 534668

upgpkg: jupyter-notebook 6.0.2-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 02:53:58 UTC (rev 534667)
+++ PKGBUILD2019-12-02 03:10:14 UTC (rev 534668)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.0.1
-pkgrel=5
+pkgver=6.0.2
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('bec6264feda8dd62e64a9095f02f')
+md5sums=('8c57651b49a34d725c9d6aa11c0c99d8')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 
@@ -40,6 +40,6 @@
   ln -s /usr/share/mathjax2 \
   "$pkgdir/usr/lib/python3.8/site-packages/notebook/static/components/MathJax"
 
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2019-10-27 Thread Felix Yan via arch-commits
Date: Sunday, October 27, 2019 @ 07:10:12
  Author: felixonmars
Revision: 520712

Python 3.8 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 07:09:27 UTC (rev 520711)
+++ PKGBUILD2019-10-27 07:10:12 UTC (rev 520712)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:01:29
  Author: felixonmars
Revision: 518918

Python 3.8 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:59:41 UTC (rev 518917)
+++ PKGBUILD2019-10-25 15:01:29 UTC (rev 518918)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:17:09
  Author: felixonmars
Revision: 518900

Python 3.8 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:15:52 UTC (rev 518899)
+++ PKGBUILD2019-10-25 14:17:09 UTC (rev 518900)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;


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

2019-09-05 Thread Kyle Keen via arch-commits
Date: Thursday, September 5, 2019 @ 10:42:42
  Author: kkeen
Revision: 508194

upgpkg: jupyter-notebook 6.0.1-2  mathjax2

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 10:42:21 UTC (rev 508193)
+++ PKGBUILD2019-09-05 10:42:42 UTC (rev 508194)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax' 'python-send2trash'
+ 'python-jupyter_client' 'mathjax2' 'python-send2trash'
  'jupyter-nbconvert' 'python-prometheus_client')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
@@ -37,7 +37,7 @@
   # needs node
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
+  ln -s /usr/share/mathjax2 \
   "$pkgdir/usr/lib/python3.7/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2019-08-31 Thread Kyle Keen via arch-commits
Date: Saturday, August 31, 2019 @ 11:56:36
  Author: kkeen
Revision: 505701

upgpkg: jupyter-notebook 6.0.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-31 10:02:16 UTC (rev 505700)
+++ PKGBUILD2019-08-31 11:56:36 UTC (rev 505701)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('c4b8ab96014301dd242a8bc0dd86b853')
+md5sums=('bec6264feda8dd62e64a9095f02f')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2019-07-19 Thread Kyle Keen via arch-commits
Date: Saturday, July 20, 2019 @ 05:03:21
  Author: kkeen
Revision: 492238

upgpkg: jupyter-notebook 6.0.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-20 04:57:11 UTC (rev 492237)
+++ PKGBUILD2019-07-20 05:03:21 UTC (rev 492238)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.7.8
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('07307d1b0ad171920c91f943732bb4db')
+md5sums=('c4b8ab96014301dd242a8bc0dd86b853')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2019-04-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 24, 2019 @ 16:25:17
  Author: arojas
Revision: 453391

Update to 5.7.8

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 16:12:22 UTC (rev 453390)
+++ PKGBUILD2019-04-24 16:25:17 UTC (rev 453391)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.7.7
+pkgver=5.7.8
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('5b6a0ee86413c426323f7c1ef5f7bbe0')
+md5sums=('07307d1b0ad171920c91f943732bb4db')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2019-03-29 Thread Antonio Rojas via arch-commits
Date: Friday, March 29, 2019 @ 19:28:04
  Author: arojas
Revision: 446059

Update to 5.7.7 (CVE fix)

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-29 19:16:56 UTC (rev 446058)
+++ PKGBUILD2019-03-29 19:28:04 UTC (rev 446059)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.7.5
+pkgver=5.7.7
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('b92543e92640c6f4f0bfd9475bcad9f9')
+md5sums=('5b6a0ee86413c426323f7c1ef5f7bbe0')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2019-03-07 Thread Kyle Keen via arch-commits
Date: Thursday, March 7, 2019 @ 22:51:31
  Author: kkeen
Revision: 438032

upgpkg: jupyter-notebook 5.7.5-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 21:46:22 UTC (rev 438031)
+++ PKGBUILD2019-03-07 22:51:31 UTC (rev 438032)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.7.4
+pkgver=5.7.5
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('0da49d5cd32483d31a968fce86ef3839')
+md5sums=('b92543e92640c6f4f0bfd9475bcad9f9')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2018-12-24 Thread Kyle Keen via arch-commits
Date: Tuesday, December 25, 2018 @ 02:38:28
  Author: kkeen
Revision: 417891

upgpkg: jupyter-notebook 5.7.4-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-25 02:29:18 UTC (rev 417890)
+++ PKGBUILD2018-12-25 02:38:28 UTC (rev 417891)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.7.2
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('b26da893f3ddb83067ae20180ed84e94')
+md5sums=('0da49d5cd32483d31a968fce86ef3839')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2018-12-03 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2018-12-03 20:00:50 UTC (rev 411000)
+++ PKGBUILD2018-12-03 20:35:36 UTC (rev 411001)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 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=('1225c53941dcb1a01885b08a4824')
+md5sums=('b26da893f3ddb83067ae20180ed84e94')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2018-08-22 Thread Kyle Keen via arch-commits
Date: Wednesday, August 22, 2018 @ 21:12:51
  Author: kkeen
Revision: 373313

upgpkg: jupyter-notebook 5.5.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 21:04:18 UTC (rev 373312)
+++ PKGBUILD2018-08-22 21:12:51 UTC (rev 373313)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.3.0
-pkgrel=4
+pkgver=5.5.0
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
+md5sums=('1225c53941dcb1a01885b08a4824')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


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

2018-07-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 01:49:08
  Author: foutrelis
Revision: 361208

Python 3.7 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 01:47:03 UTC (rev 361207)
+++ PKGBUILD2018-07-18 01:49:08 UTC (rev 361208)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -39,7 +39,7 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
   ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
+  "$pkgdir/usr/lib/python3.7/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 21:06:19
  Author: kkeen
Revision: 298149

upgpkg: jupyter-notebook 5.3.0-3

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:43:11 UTC (rev 298148)
+++ PKGBUILD2018-02-25 21:06:19 UTC (rev 298149)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -10,8 +10,8 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax' 'python-send2trash')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
+ 'python-jupyter_client' 'mathjax' 'python-send2trash'
+ 'jupyter-nbconvert')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
 md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
 
-# todo: report bug that mathjax is no longer optional
+# todo: report bug that mathjax and nbconvert is no longer optional
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 20:41:45
  Author: kkeen
Revision: 298146

upgpkg: jupyter-notebook 5.3.0-2 FS#57636

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:21:01 UTC (rev 298145)
+++ PKGBUILD2018-02-25 20:41:45 UTC (rev 298146)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax')
+ 'python-jupyter_client' 'mathjax' 'python-send2trash')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')


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

2018-02-24 Thread Kyle Keen via arch-commits
Date: Saturday, February 24, 2018 @ 18:12:37
  Author: kkeen
Revision: 297931

upgpkg: jupyter-notebook 5.3.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-24 14:30:05 UTC (rev 297930)
+++ PKGBUILD2018-02-24 18:12:37 UTC (rev 297931)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=5.0.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -10,15 +10,16 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client')
+ 'python-jupyter_client' 'mathjax')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('mathjax: latex equation rendering'
-'pandoc: notebook export')
+optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('f45b7c7ddd31f14c555dbd0e39dff6ee')
+md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
 
+# todo: report bug that mathjax is no longer optional
+
 build() {
   cd "$srcdir/notebook-$pkgver"
 


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

2017-04-05 Thread Kyle Keen
Date: Wednesday, April 5, 2017 @ 22:26:50
  Author: kkeen
Revision: 220770

upgpkg: jupyter-notebook 5.0.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 22:14:54 UTC (rev 220769)
+++ PKGBUILD2017-04-05 22:26:50 UTC (rev 220770)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.4.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -12,12 +12,12 @@
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
  'python-jupyter_client')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
-# Much of their official dependency tree appears inverted?
+# Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('07515f7e0ee363e58ac53c2dca60f947')
+md5sums=('f45b7c7ddd31f14c555dbd0e39dff6ee')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2017-03-25 Thread Kyle Keen
Date: Saturday, March 25, 2017 @ 18:11:01
  Author: kkeen
Revision: 218974

upgpkg: jupyter-notebook 4.4.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 18:10:59 UTC (rev 218973)
+++ PKGBUILD2017-03-25 18:11:01 UTC (rev 218974)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('71d66dddb4d78708cd54d69b6c5bbf7b')
+md5sums=('07515f7e0ee363e58ac53c2dca60f947')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2017-03-22 Thread Kyle Keen
Date: Thursday, March 23, 2017 @ 02:55:17
  Author: kkeen
Revision: 218448

upgpkg: jupyter-notebook 4.4.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-23 02:50:48 UTC (rev 218447)
+++ PKGBUILD2017-03-23 02:55:17 UTC (rev 218448)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('8d90c7522613a34bf3b38f043ef5bff5')
+md5sums=('71d66dddb4d78708cd54d69b6c5bbf7b')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2017-01-06 Thread Kyle Keen
Date: Saturday, January 7, 2017 @ 07:37:02
  Author: kkeen
Revision: 205958

upgpkg: jupyter-notebook 4.3.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 07:34:40 UTC (rev 205957)
+++ PKGBUILD2017-01-07 07:37:02 UTC (rev 205958)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('9349a421bb2dff0226d71910de0a7184')
+md5sums=('8d90c7522613a34bf3b38f043ef5bff5')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 13:07:13
  Author: felixonmars
Revision: 203057

upgpkg: jupyter-notebook 4.3.0-2

python 3.6 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 13:03:46 UTC (rev 203056)
+++ PKGBUILD2016-12-27 13:07:13 UTC (rev 203057)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -38,7 +38,7 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
   ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.5/site-packages/notebook/static/components/MathJax"
+  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-12-09 Thread Kyle Keen
Date: Saturday, December 10, 2016 @ 06:35:40
  Author: kkeen
Revision: 198676

upgpkg: jupyter-notebook 4.3.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:30:02 UTC (rev 198675)
+++ PKGBUILD2016-12-10 06:35:40 UTC (rev 198676)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.2.3
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
+md5sums=('9349a421bb2dff0226d71910de0a7184')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:35:44
  Author: kkeen
Revision: 193024

fix local path

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:32:09 UTC (rev 193023)
+++ PKGBUILD2016-10-23 05:35:44 UTC (rev 193024)
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
-source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
 md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
 
 build() {


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

2016-10-13 Thread Kyle Keen
Date: Friday, October 14, 2016 @ 01:39:48
  Author: kkeen
Revision: 192212

upgpkg: jupyter-notebook 4.2.3-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-14 00:01:27 UTC (rev 192211)
+++ PKGBUILD2016-10-14 01:39:48 UTC (rev 192212)
@@ -2,22 +2,22 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.2.0
+pkgver=4.2.3
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
 license=('BSD')
-depends=('jupyter' 'python-setuptools' 'python-jinja' 'python-tornado' 
'python-terminado')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client')
+# Also depends on jupyter-nbconvert but that is optional elsewhere.
+# Much of their official dependency tree appears inverted?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
-md5sums=('136be6b72fe9db7f0269dc7fa5652a62')
-
-# depends are going to be a little weird
-# removed: ipython python-pyzmq python-jsonschema python-mistune 
python-pygments
-
 source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
+md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2016-04-16 Thread Kyle Keen
Date: Saturday, April 16, 2016 @ 14:29:34
  Author: kkeen
Revision: 171172

upgpkg: jupyter-notebook 4.2.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 09:31:51 UTC (rev 171171)
+++ PKGBUILD2016-04-16 12:29:34 UTC (rev 171172)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
-md5sums=('763ab54b3fc69f6225b9659b6994e756')
+md5sums=('136be6b72fe9db7f0269dc7fa5652a62')
 
 # depends are going to be a little weird
 # removed: ipython python-pyzmq python-jsonschema python-mistune 
python-pygments
@@ -25,7 +25,7 @@
   # FS45999 disable bundled mathjax
   sed -i 's/^.*MathJax.*$//' bower.json 
   #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/mj(/#mj(/' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
 
   # needs node, downloads a lot of stuff
   python3 setup.py build


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

2016-02-25 Thread Kyle Keen
Date: Thursday, February 25, 2016 @ 21:35:16
  Author: kkeen
Revision: 163447

upgpkg: jupyter-notebook 4.1.0-2  FS#48219

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 20:21:10 UTC (rev 163446)
+++ PKGBUILD2016-02-25 20:35:16 UTC (rev 163447)
@@ -3,12 +3,12 @@
 
 pkgname=jupyter-notebook
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;
 license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 
'python-terminado')
+depends=('jupyter' 'python-setuptools' 'python-jinja' 'python-tornado' 
'python-terminado')
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')