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:           Mon Jun 28 06:51:43 UTC 2021

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

Log Message:
py-ipython: updated to 7.25.0

IPython 7.25
============

IPython 7.21 is a minor release that contains a singe bugfix, which is highly
recommended for all users of ipdb, ipython debugger %debug magic and similar.

Issuing commands like ``where`` from within the debugger would reset the
local variables changes made by the user. It is interesting to look at the root
cause of the issue as accessing an attribute (``frame.f_locals``) would trigger
this side effects.

Thanks in particular to the patience from the reporters at D.E. Shaw for their
initial bug report that was due to a similar coding oversight in an extension,
and who took time to debug and narrow down the problem.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.37 -r1.38 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.60 pkgsrc/devel/py-ipython/Makefile:1.61
--- pkgsrc/devel/py-ipython/Makefile:1.60       Thu Jun 10 07:19:46 2021
+++ pkgsrc/devel/py-ipython/Makefile    Mon Jun 28 06:51:43 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2021/06/10 07:19:46 adam Exp $
+# $NetBSD: Makefile,v 1.61 2021/06/28 06:51:43 adam Exp $
 
-DISTNAME=      ipython-7.24.1
+DISTNAME=      ipython-7.25.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.37 pkgsrc/devel/py-ipython/distinfo:1.38
--- pkgsrc/devel/py-ipython/distinfo:1.37       Thu Jun 10 07:19:46 2021
+++ pkgsrc/devel/py-ipython/distinfo    Mon Jun 28 06:51:43 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2021/06/10 07:19:46 adam Exp $
+$NetBSD: distinfo,v 1.38 2021/06/28 06:51:43 adam Exp $
 
-SHA1 (ipython-7.24.1.tar.gz) = f06a7fb54e81e0e70bc94b2167cae8c8ae6f2d3c
-RMD160 (ipython-7.24.1.tar.gz) = 32e22ecba08aed4df660063af9274ab4d7ccdbb6
-SHA512 (ipython-7.24.1.tar.gz) = 0ea8843a1f2e7f9357ff9896f2b6da058adb5fcbbad5c3b1fc4138a085eb57034c62c0b50d82dea0e563523649ec112edd4ef0c267a914f6a7d33b44be30b977
-Size (ipython-7.24.1.tar.gz) = 5146561 bytes
+SHA1 (ipython-7.25.0.tar.gz) = 2d29e6c24c7a3cdd1983d575b982f5ce67cc5a28
+RMD160 (ipython-7.25.0.tar.gz) = 37d6fbb93a2dd1a2658011f821a24eeb3023c116
+SHA512 (ipython-7.25.0.tar.gz) = 726d3577bfb05d0c01c55d7111f8ee03fa879427de0750ee25b0a6451365728b5fb8ccf79c42585268f768680b13f628956d292f27b9e622e5dee0b4d368d22b
+Size (ipython-7.25.0.tar.gz) = 5147224 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index