Skip to content

Commit 502775e

Browse files
author
adam
committed
py-ipython: updated to 9.2.0
IPython 9.2 This is a small release with minor changes in the context passed to the LLM completion provider along few other bug fixes and documentation improvements: - Fixed interruption of ``%%time`` and ``%%debug`` magics - Removed spurious empty lines from ``prefix`` passed to LLM, and separated part after cursor into the ``suffix`` - Fixed syntax warning in Python 3.14 (remove return from finally block) - Documented the recommendation to use ``ipykernel.embed.embed_kernel()`` over ``ipython.embed``.
1 parent b28721d commit 502775e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/py-ipython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.110 2025/04/12 19:03:36 adam Exp $
1+
# $NetBSD: Makefile,v 1.111 2025/04/26 06:58:53 adam Exp $
22

3-
DISTNAME= ipython-9.1.0
3+
DISTNAME= ipython-9.2.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}

devel/py-ipython/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.78 2025/04/12 19:03:36 adam Exp $
1+
$NetBSD: distinfo,v 1.79 2025/04/26 06:58:53 adam Exp $
22

3-
BLAKE2s (ipython-9.1.0.tar.gz) = b5c0421e7951fdac9b0d99291dbbf014f4abe51b83cfd63ecb5dac2b78f0bf0f
4-
SHA512 (ipython-9.1.0.tar.gz) = 446387d581e9823c7dbfd2a8759391ddd6b25b863b2744345084c0be95b0e81bbaa7707f41b7720c6f02539133f3c3a0de6b7fffbc194559ceccf01259dfee8f
5-
Size (ipython-9.1.0.tar.gz) = 4373688 bytes
3+
BLAKE2s (ipython-9.2.0.tar.gz) = 03ab9e998954088e0c8809b812493877583e98d57082d300b0ac5b9891fc39de
4+
SHA512 (ipython-9.2.0.tar.gz) = 06fcdb152ff15e780e182276766527a727d8dfd774e87bf5561005a5006764fd44b6da42e76c3372caa2ac7cfdbe3f083ecb3ed7b5303755d444006255cd80eb
5+
Size (ipython-9.2.0.tar.gz) = 4424394 bytes
66
SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e

0 commit comments

Comments
 (0)