pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  4 19:47:48 UTC 2017

Modified Files:
        pkgsrc/devel/py-jupyter_client: Makefile distinfo

Log Message:
Changes 5.0.1:
- Update internal protocol version number to 5.1,
  which should have been done in 5.0.0.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter_client/Makefile \
    pkgsrc/devel/py-jupyter_client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.1 pkgsrc/devel/py-jupyter_client/Makefile:1.2
--- pkgsrc/devel/py-jupyter_client/Makefile:1.1 Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/Makefile     Thu May  4 19:47:48 2017
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 04:27:47 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/04 19:47:48 adam Exp $
 
-DISTNAME=      jupyter_client-5.0.0
+DISTNAME=      jupyter_client-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://jupyter.org
+HOMEPAGE=      http://jupyter.org/
 COMMENT=       Jupyter protocol implementation and client libraries
 LICENSE=       modified-bsd
 
-DEPENDS+=       ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
-DEPENDS+=       ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
 
Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.1 pkgsrc/devel/py-jupyter_client/distinfo:1.2
--- pkgsrc/devel/py-jupyter_client/distinfo:1.1 Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/distinfo     Thu May  4 19:47:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/23 04:27:47 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/05/04 19:47:48 adam Exp $
 
-SHA1 (jupyter_client-5.0.0.tar.gz) = 92363ea61643538355d13d4c2ca2a5170ec689df
-RMD160 (jupyter_client-5.0.0.tar.gz) = 4201710602cffa78bf83f6a01d44b1278e3314ec
-SHA512 (jupyter_client-5.0.0.tar.gz) = 96207dbdd58a64badf1bf585f3e398e39d33b94a8b365900239ee6391134ed871b37d381860a168146846e6986a1510cfcc4b235a7c67cd92f6fba54f8a7f76d
-Size (jupyter_client-5.0.0.tar.gz) = 262889 bytes
+SHA1 (jupyter_client-5.0.1.tar.gz) = 30bfcb56f86295907e32b815e8a273735f5e68d6
+RMD160 (jupyter_client-5.0.1.tar.gz) = b76fc7119d0fc0002896c422440379a016dc121b
+SHA512 (jupyter_client-5.0.1.tar.gz) = 7a9d87c13284ee4c582b3eb7f21ced9bab5b1e529185ac1f55c5d595e5c7ff644d5e050bbee3cff5e5ef880b7e905a4f22afa1c2411abc2aec18d2e699c9f5eb
+Size (jupyter_client-5.0.1.tar.gz) = 262861 bytes



Home | Main Index | Thread Index | Old Index