pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipykernel py-ipykernel: updated to 5.1.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/94b87ed2e26e
branches: trunk
changeset: 416218:94b87ed2e26e
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 21 19:16:56 2019 +0000
description:
py-ipykernel: updated to 5.1.3
5.1.3 Includes several bugfixes and internal logic improvements.
- Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which can be set to prevent registering new comm channels during shutdown
- Fix ``Heartbeat._bind_socket`` to return on the first bind
- Moved ``InProcessKernelClient.flush`` to ``DummySocket``
- Don't redirect stdout if nose machinery is not present
- Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+
- Only generate kernelspec when installing or building wheel
- Fix priority ordering of control-channel messages in some cases
diffstat:
devel/py-ipykernel/Makefile | 12 +++++++++---
devel/py-ipykernel/PLIST | 8 ++++----
devel/py-ipykernel/distinfo | 10 +++++-----
3 files changed, 18 insertions(+), 12 deletions(-)
diffs (73 lines):
diff -r 5f8da05559b3 -r 94b87ed2e26e devel/py-ipykernel/Makefile
--- a/devel/py-ipykernel/Makefile Mon Oct 21 19:15:52 2019 +0000
+++ b/devel/py-ipykernel/Makefile Mon Oct 21 19:16:56 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/08/21 10:25:56 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/10/21 19:16:56 adam Exp $
-DISTNAME= ipykernel-5.1.2
+DISTNAME= ipykernel-5.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/}
@@ -14,16 +14,22 @@
DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
+TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope
+.endif
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
- cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5f8da05559b3 -r 94b87ed2e26e devel/py-ipykernel/PLIST
--- a/devel/py-ipykernel/PLIST Mon Oct 21 19:15:52 2019 +0000
+++ b/devel/py-ipykernel/PLIST Mon Oct 21 19:16:56 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/08/21 10:25:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/10/21 19:16:56 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -132,9 +132,9 @@
${PYSITELIB}/ipykernel/tests/__init__.py
${PYSITELIB}/ipykernel/tests/__init__.pyc
${PYSITELIB}/ipykernel/tests/__init__.pyo
-${PYSITELIB}/ipykernel/tests/_asyncio.py
-${PYSITELIB}/ipykernel/tests/_asyncio.pyc
-${PYSITELIB}/ipykernel/tests/_asyncio.pyo
+${PYSITELIB}/ipykernel/tests/_asyncio_utils.py
+${PYSITELIB}/ipykernel/tests/_asyncio_utils.pyc
+${PYSITELIB}/ipykernel/tests/_asyncio_utils.pyo
${PYSITELIB}/ipykernel/tests/test_async.py
${PYSITELIB}/ipykernel/tests/test_async.pyc
${PYSITELIB}/ipykernel/tests/test_async.pyo
diff -r 5f8da05559b3 -r 94b87ed2e26e devel/py-ipykernel/distinfo
--- a/devel/py-ipykernel/distinfo Mon Oct 21 19:15:52 2019 +0000
+++ b/devel/py-ipykernel/distinfo Mon Oct 21 19:16:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/08/21 10:25:56 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/10/21 19:16:56 adam Exp $
-SHA1 (ipykernel-5.1.2.tar.gz) = dc4daf7f17ffa2554d635b1fed511c8eb037451d
-RMD160 (ipykernel-5.1.2.tar.gz) = fabef4b01ab3751545a86a7e47211406e3e41169
-SHA512 (ipykernel-5.1.2.tar.gz) = f7d85ebd77f610dc834a4f4facbb38d4d8b072a339950e872c52f4768ed4fede93f6a14527270c583404be3aa5ef5259333abf83b13d6a19d546c1e6c605afb7
-Size (ipykernel-5.1.2.tar.gz) = 103286 bytes
+SHA1 (ipykernel-5.1.3.tar.gz) = 613e44ffb65e019c2a55a750fcc4cd3f6947da10
+RMD160 (ipykernel-5.1.3.tar.gz) = 14a44c40bc59bcdd6998fdb6920d687c8d1f807c
+SHA512 (ipykernel-5.1.3.tar.gz) = 0fe14aaeace83af4488a53e8710868e67378fedf1ca6fec6a1b8fad6a2d3d4d2a2bd087a1169fb916288ede99d86d3e3ea2ddb6679555bef6d7e75fe55befe98
+Size (ipykernel-5.1.3.tar.gz) = 103924 bytes
Home |
Main Index |
Thread Index |
Old Index