pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.25.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ff82b8d368c
branches:  trunk
changeset: 455080:8ff82b8d368c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 28 06:51:43 2021 +0000

description:
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.

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f890106293b5 -r 8ff82b8d368c devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Mon Jun 28 06:48:39 2021 +0000
+++ b/devel/py-ipython/Makefile Mon Jun 28 06:51:43 2021 +0000
@@ -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/}
diff -r f890106293b5 -r 8ff82b8d368c devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Mon Jun 28 06:48:39 2021 +0000
+++ b/devel/py-ipython/distinfo Mon Jun 28 06:51:43 2021 +0000
@@ -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