Received: by mail.netbsd.org (Postfix, from userid 605) id D015B84D56; Wed, 2 Jan 2019 15:18:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AA8D84D3C for ; Wed, 2 Jan 2019 15:18:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G153ie8EV8hM for ; Wed, 2 Jan 2019 15:18:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A3A3884CE2 for ; Wed, 2 Jan 2019 15:18:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E602FB16; Wed, 2 Jan 2019 15:18:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546442300180280" MIME-Version: 1.0 Date: Wed, 2 Jan 2019 15:18:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-jupyter_client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190102151820.9E602FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1546442300180280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 2 15:18:20 UTC 2019 Modified Files: pkgsrc/devel/py-jupyter_client: ALTERNATIVES Makefile PLIST distinfo Log Message: py-jupyter_client: updated to 5.2.4 5.2.4: - Prevent creating new console windows on Windows - Fix interrupts on Python 3.7 on Windows To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_client/ALTERNATIVES cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-jupyter_client/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-jupyter_client/PLIST cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1546442300180280 Content-Disposition: inline Content-Length: 3762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jupyter_client/ALTERNATIVES diff -u pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.3 pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.4 --- pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.3 Sun Dec 31 18:15:46 2017 +++ pkgsrc/devel/py-jupyter_client/ALTERNATIVES Wed Jan 2 15:18:20 2019 @@ -1,3 +1,3 @@ -bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel@PYVERSSUFFIX@ -bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec@PYVERSSUFFIX@ -bin/jupyter-run @PREFIX@/bin/jupyter-run@PYVERSSUFFIX@ +bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel-@PYVERSSUFFIX@ +bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec-@PYVERSSUFFIX@ +bin/jupyter-run @PREFIX@/bin/jupyter-run-@PYVERSSUFFIX@ Index: pkgsrc/devel/py-jupyter_client/Makefile diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.8 pkgsrc/devel/py-jupyter_client/Makefile:1.9 --- pkgsrc/devel/py-jupyter_client/Makefile:1.8 Thu Apr 5 12:38:57 2018 +++ pkgsrc/devel/py-jupyter_client/Makefile Wed Jan 2 15:18:20 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/04/05 12:38:57 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/01/02 15:18:20 adam Exp $ -DISTNAME= jupyter_client-5.2.3 +DISTNAME= jupyter_client-5.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/} @@ -24,9 +24,9 @@ USE_LANGUAGES= # none post-install: cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} jupyter-kernel jupyter-kernel${PYVERSSUFFIX} && \ - ${MV} jupyter-kernelspec jupyter-kernelspec${PYVERSSUFFIX} && \ - ${MV} jupyter-run jupyter-run${PYVERSSUFFIX} || ${TRUE} + ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \ + ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \ + ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE} do-test: cd ${WRKSRC} && py.test-${PYVERSSUFFIX} Index: pkgsrc/devel/py-jupyter_client/PLIST diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.5 pkgsrc/devel/py-jupyter_client/PLIST:1.6 --- pkgsrc/devel/py-jupyter_client/PLIST:1.5 Thu Jan 25 09:47:35 2018 +++ pkgsrc/devel/py-jupyter_client/PLIST Wed Jan 2 15:18:20 2019 @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2018/01/25 09:47:35 adam Exp $ -bin/jupyter-kernel${PYVERSSUFFIX} -bin/jupyter-kernelspec${PYVERSSUFFIX} -bin/jupyter-run${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.6 2019/01/02 15:18:20 adam Exp $ +bin/jupyter-kernel-${PYVERSSUFFIX} +bin/jupyter-kernelspec-${PYVERSSUFFIX} +bin/jupyter-run-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt Index: pkgsrc/devel/py-jupyter_client/distinfo diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.7 pkgsrc/devel/py-jupyter_client/distinfo:1.8 --- pkgsrc/devel/py-jupyter_client/distinfo:1.7 Thu Apr 5 12:38:57 2018 +++ pkgsrc/devel/py-jupyter_client/distinfo Wed Jan 2 15:18:20 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/04/05 12:38:57 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/01/02 15:18:20 adam Exp $ -SHA1 (jupyter_client-5.2.3.tar.gz) = b07e542ea729e7964a6249287c0c69820faa2a44 -RMD160 (jupyter_client-5.2.3.tar.gz) = cdeeea1a66db08a3594141c68debf30a1a73f053 -SHA512 (jupyter_client-5.2.3.tar.gz) = 89b980ecc281bc1512e1fc4ba35862cc6e541f825ee07a1382d300c8088f24611225ab415d6a7c1e4209c47a74c113ec95f863e8fb0b33c6db9eb9c3521fc0ae -Size (jupyter_client-5.2.3.tar.gz) = 271787 bytes +SHA1 (jupyter_client-5.2.4.tar.gz) = bb042481944e84b3e6ce06c613c2ed469bfef642 +RMD160 (jupyter_client-5.2.4.tar.gz) = 6593fbcb55aa1104534fff8cc6fe68a22b9384a5 +SHA512 (jupyter_client-5.2.4.tar.gz) = a8bb322e4cbcfa5ab9ffbcfdbf2e2ea60e7923f415d7574a93866e99c03a8c5b0a11d7c82e9c4c1c69f4da1261563f419877dffd5347294a58a744c445271a53 +Size (jupyter_client-5.2.4.tar.gz) = 273397 bytes --_----------=_1546442300180280--