Date: Wednesday, April 5, 2017 @ 22:14:28
  Author: kkeen
Revision: 220768

upgpkg: python-jupyter_client 5.0.1-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-05 22:10:16 UTC (rev 220767)
+++ PKGBUILD    2017-04-05 22:14:28 UTC (rev 220768)
@@ -3,8 +3,8 @@
 
 pkgbase=python-jupyter_client
 pkgname=(python-jupyter_client python2-jupyter_client)
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
 url="https://pypi.python.org/pypi/jupyter_client";
@@ -14,10 +14,11 @@
 makedepends=('python-setuptools' 'python2-setuptools'
              'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
              'python2-jupyter_core')
-
 
source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
-md5sums=('1beba637840aa49827e91782ad1c645b')
+md5sums=('1dfbe37161afc31cc54aecc39864512d')
 
+# dep cycle with python-ipykernel
+
 prepare() {
   cd "$srcdir"
   cp -r jupyter_client-$pkgver python2-jupyter_client-$pkgver

Reply via email to