Thu Jun 10 18:47:24 2021 UTC ()
py-ipykernel: updated to 5.5.5

5.5.5
-----
- Keep preferring SelectorEventLoop on Windows. (:ghpull:`669`)

5.5.4
-----
- Import ``configure_inline_support`` from ``matplotlib_inline`` if available (:ghpull:`654`)

5.5.3
-----
- Revert Backport of 605: Fix Handling of ``shell.should_run_async`` (:ghpull:`622`)

5.5.2
-----
**Note:** This release was deleted from PyPI since it had breaking changes.

- Changed default timeout to 0.0 seconds for stop_on_error_timeout. (:ghpull:`618`)

5.5.1
-----
**Note:** This release was deleted from PyPI since it had breaking changes.

- Fix Handling of ``shell.should_run_async``. (:ghpull:`605`)

5.5.0
-----
- Kernelspec: ensure path is writable before writing ``kernel.json``. (:ghpull:`593`)
- Add ``configure_inline_support`` and call it in the shell. (:ghpull:`590`)


(adam)
diff -r1.25 -r1.26 pkgsrc/devel/py-ipykernel/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/py-ipykernel/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/py-ipykernel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-ipykernel/Makefile 2021/02/09 06:48:50 1.25
+++ pkgsrc/devel/py-ipykernel/Makefile 2021/06/10 18:47:24 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2021/02/09 06:48:50 adam Exp $ 1# $NetBSD: Makefile,v 1.26 2021/06/10 18:47:24 adam Exp $
2 2
3DISTNAME= ipykernel-5.4.3 3DISTNAME= ipykernel-5.5.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://ipython.org/ 9HOMEPAGE= https://ipython.org/
10COMMENT= IPython Kernel for Jupyter 10COMMENT= IPython Kernel for Jupyter
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython 13DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
14DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client 14DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
15DEPENDS+= ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado 15DEPENDS+= ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado
16DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets 16DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-ipykernel/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-ipykernel/distinfo 2021/02/09 06:48:50 1.20
+++ pkgsrc/devel/py-ipykernel/distinfo 2021/06/10 18:47:24 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2021/02/09 06:48:50 adam Exp $ 1$NetBSD: distinfo,v 1.21 2021/06/10 18:47:24 adam Exp $
2 2
3SHA1 (ipykernel-5.4.3.tar.gz) = c9721cfddbbd81470bc6687d0276d4b6704a5ae6 3SHA1 (ipykernel-5.5.5.tar.gz) = 97aba1db5979bd1855f15d692dd4e21e9d1e309f
4RMD160 (ipykernel-5.4.3.tar.gz) = ecc221c9d66fb3134b09cdecc37df96f2457c8bd 4RMD160 (ipykernel-5.5.5.tar.gz) = c913280414227713b9c91c22121dbd5d3fc74a0b
5SHA512 (ipykernel-5.4.3.tar.gz) = 4959de99ecca609f8123c01dc9904711a03cf0de5a388b9e04aa3ec0be985b6f37ac64bce2fe395039b16b7b54ad0632fef04fec30f2439d05499d8afbfd5258 5SHA512 (ipykernel-5.5.5.tar.gz) = 580c3a3d5d10c325524287c091a885955981bedb8c7bd8eac569ee19393b258dbfbc7ea8700137071c2c55bfa94b5a7bfae1c687bc5e2d532525c6fc3e043835
6Size (ipykernel-5.4.3.tar.gz) = 111751 bytes 6Size (ipykernel-5.5.5.tar.gz) = 112909 bytes