pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 26 06:58:53 UTC 2025

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

Log Message:
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``.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-ipython/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-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.110 pkgsrc/devel/py-ipython/Makefile:1.111
--- pkgsrc/devel/py-ipython/Makefile:1.110      Sat Apr 12 19:03:36 2025
+++ pkgsrc/devel/py-ipython/Makefile    Sat Apr 26 06:58:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2025/04/12 19:03:36 adam Exp $
+# $NetBSD: Makefile,v 1.111 2025/04/26 06:58:53 adam Exp $
 
-DISTNAME=      ipython-9.1.0
+DISTNAME=      ipython-9.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.78 pkgsrc/devel/py-ipython/distinfo:1.79
--- pkgsrc/devel/py-ipython/distinfo:1.78       Sat Apr 12 19:03:36 2025
+++ pkgsrc/devel/py-ipython/distinfo    Sat Apr 26 06:58:53 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.78 2025/04/12 19:03:36 adam Exp $
+$NetBSD: distinfo,v 1.79 2025/04/26 06:58:53 adam Exp $
 
-BLAKE2s (ipython-9.1.0.tar.gz) = b5c0421e7951fdac9b0d99291dbbf014f4abe51b83cfd63ecb5dac2b78f0bf0f
-SHA512 (ipython-9.1.0.tar.gz) = 446387d581e9823c7dbfd2a8759391ddd6b25b863b2744345084c0be95b0e81bbaa7707f41b7720c6f02539133f3c3a0de6b7fffbc194559ceccf01259dfee8f
-Size (ipython-9.1.0.tar.gz) = 4373688 bytes
+BLAKE2s (ipython-9.2.0.tar.gz) = 03ab9e998954088e0c8809b812493877583e98d57082d300b0ac5b9891fc39de
+SHA512 (ipython-9.2.0.tar.gz) = 06fcdb152ff15e780e182276766527a727d8dfd774e87bf5561005a5006764fd44b6da42e76c3372caa2ac7cfdbe3f083ecb3ed7b5303755d444006255cd80eb
+Size (ipython-9.2.0.tar.gz) = 4424394 bytes
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index