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:           Sun May 29 18:50:06 UTC 2022

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

Log Message:
py-ipython: updated to 8.4.0

IPython 8.4.0
-------------

As for 7.34, this version contains a single fix:  fix uncaught BdbQuit exceptions on ipdb
exit :ghpull:`13668`, and a single typo fix in documentation: :ghpull:`13682`


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.51 -r1.52 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.78 pkgsrc/devel/py-ipython/Makefile:1.79
--- pkgsrc/devel/py-ipython/Makefile:1.78       Wed May 11 09:34:03 2022
+++ pkgsrc/devel/py-ipython/Makefile    Sun May 29 18:50:05 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2022/05/11 09:34:03 adam Exp $
+# $NetBSD: Makefile,v 1.79 2022/05/29 18:50:05 adam Exp $
 
-DISTNAME=      ipython-8.3.0
+DISTNAME=      ipython-8.4.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.51 pkgsrc/devel/py-ipython/distinfo:1.52
--- pkgsrc/devel/py-ipython/distinfo:1.51       Wed May 11 09:34:03 2022
+++ pkgsrc/devel/py-ipython/distinfo    Sun May 29 18:50:05 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2022/05/11 09:34:03 adam Exp $
+$NetBSD: distinfo,v 1.52 2022/05/29 18:50:05 adam Exp $
 
-BLAKE2s (ipython-8.3.0.tar.gz) = f762061ee7631cc273de9f25d4383271f288025a245a7031303f38fc255e5e25
-SHA512 (ipython-8.3.0.tar.gz) = 95a3d50a5cffe9d4ed3f072c7fa8920c96beccdb15a7437836daa5f38f1ba228b4ebc4c3313d4c5016b77ed7d6f3787af727487ea379c9dc3b3de90eafa4d1c3
-Size (ipython-8.3.0.tar.gz) = 5314400 bytes
+BLAKE2s (ipython-8.4.0.tar.gz) = cd9ac7c0dde95a55594c82e361e90ed97593da59a3344bf2a1a8718e16cff014
+SHA512 (ipython-8.4.0.tar.gz) = 975915ee64ce6f3fc9bcda383c784759dd8b19151428b10ef92020097718c6e2a9804a00fe02bd541b845eca146c63a672f25ad4f00ec5302b3c61ae0c6935ce
+Size (ipython-8.4.0.tar.gz) = 5314601 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index