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

Kyle Keen kkeen at archlinux.org
Sun Nov 26 21:24:26 UTC 2017


    Date: Sunday, November 26, 2017 @ 21:24:25
  Author: kkeen
Revision: 269079

upgpkg: python-ipykernel 4.6.1-1

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-26 20:14:53 UTC (rev 269078)
+++ PKGBUILD	2017-11-26 21:24:25 UTC (rev 269079)
@@ -3,16 +3,16 @@
 
 pkgbase=python-ipykernel
 pkgname=(python-ipykernel python2-ipykernel)
-pkgver=4.5.2
-pkgrel=3
+pkgver=4.6.1
+pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
 url="https://pypi.python.org/pypi/ipykernel"
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'ipython2' 'python2-jupyter_client')
 source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz")
-md5sums=('997939764262b8d2194780702cfbe1d3')
+md5sums=('7fdff19d6d687a993052dc6a31a78560')
 
 # dep cycle with python-jupyter_client
 



More information about the arch-commits mailing list