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:           Fri Sep 29 13:40:02 UTC 2023

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

Log Message:
py-ipython: updated to 8.16.0

IPython 8.16
------------

Small double release of IPython (with the 8.12.3 release notes just below).
Mostly bug fixes and cleanups, and type annotations. Of interest for users:

 - Fix a bug of the new iPdb chained traceback where some
   Exception would not have any traceback. (see upstream fix in CPython for more
   details).
 - Fix an error where semicolon would not suppress output.
 - Fix case with spurious message about event loops when using
   matplotlib.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.65 -r1.66 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.93 pkgsrc/devel/py-ipython/Makefile:1.94
--- pkgsrc/devel/py-ipython/Makefile:1.93       Sat Sep  2 05:39:24 2023
+++ pkgsrc/devel/py-ipython/Makefile    Fri Sep 29 13:40:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2023/09/02 05:39:24 adam Exp $
+# $NetBSD: Makefile,v 1.94 2023/09/29 13:40:02 adam Exp $
 
-DISTNAME=      ipython-8.15.0
+DISTNAME=      ipython-8.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -36,6 +36,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 .endif
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup-[0-9]*:../../devel/py-exceptiongroup
+.endif
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.65 pkgsrc/devel/py-ipython/distinfo:1.66
--- pkgsrc/devel/py-ipython/distinfo:1.65       Sat Sep  2 05:39:24 2023
+++ pkgsrc/devel/py-ipython/distinfo    Fri Sep 29 13:40:02 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2023/09/02 05:39:24 adam Exp $
+$NetBSD: distinfo,v 1.66 2023/09/29 13:40:02 adam Exp $
 
-BLAKE2s (ipython-8.15.0.tar.gz) = 378e97f58b3490fe6ecd989cf1a8fd85c526d0d50573e0e98e7fa3d5f9e88688
-SHA512 (ipython-8.15.0.tar.gz) = 881b8d2caf051ee6a44af3c73f342e55eaf588ad096d0d2da08a10ee4699cb31b3550825091833848df9ed75657c9a2a1daf0b9b65ac7a3927c04a8d6e7cb1a9
-Size (ipython-8.15.0.tar.gz) = 5482758 bytes
+BLAKE2s (ipython-8.16.0.tar.gz) = 94d0d3c2a19d2e792e12407f17e55cdf0fc311390b546ac4e2c94311f49bb58d
+SHA512 (ipython-8.16.0.tar.gz) = b8e91137c5bfc559468985403a2fd20a4a42aa6439a1a1667fe050a07529886cee334943a00c09a34e6617a4f4583f7ca9cb840d1661946b5acc0e903c6aeda4
+Size (ipython-8.16.0.tar.gz) = 5484881 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index