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

Kyle Keen kkeen at archlinux.org
Sun Oct 11 10:23:56 UTC 2020


    Date: Sunday, October 11, 2020 @ 10:23:56
  Author: kkeen
Revision: 723465

upgpkg: python-jupyter_client 6.1.7-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 09:54:01 UTC (rev 723464)
+++ PKGBUILD	2020-10-11 10:23:56 UTC (rev 723465)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-jupyter_client
-pkgver=6.1.6
+pkgver=6.1.7
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -10,8 +10,9 @@
 depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
          'python-jupyter_core' 'python-dateutil')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
-md5sums=('324fdaf482ed5fc52a72b7cf41a44bcd')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz")
+md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
 
 # dep cycle with python-ipykernel
 



More information about the arch-commits mailing list