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.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5878b7b9db50
branches:  trunk
changeset: 768933:5878b7b9db50
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 04 13:31:59 2021 +0000

description:
py-ipython: updated to 7.29.0

IPython 7.29 brings a couple of new functionalities to IPython and a number of bugfixes.
It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests.

- fix an issue where base64 was returned instead of bytes when showing figures :ghpull:`13162`
- fix compatibility with PyQt6, PySide 6 :ghpull:`13172`. This may be of
  interest if you are running on Apple Silicon as only qt6.2+ is natively
  compatible.
- fix matplotlib qtagg eventloop :ghpull:`13179`
- Multiple docs fixes, typos, ... etc.
- Debugger will now exit by default on SigInt :ghpull:`13218`, this will be
  useful in notebook/lab if you forgot to exit the debugger. "Interrupt Kernel"
  will now exist the debugger.

diffstat:

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

diffs (26 lines):

diff -r c98fda2dcde3 -r 5878b7b9db50 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Nov 04 13:27:50 2021 +0000
+++ b/devel/py-ipython/Makefile Thu Nov 04 13:31:59 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2021/09/30 19:41:41 adam Exp $
+# $NetBSD: Makefile,v 1.65 2021/11/04 13:31:59 adam Exp $
 
-DISTNAME=      ipython-7.28.0
+DISTNAME=      ipython-7.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r c98fda2dcde3 -r 5878b7b9db50 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Thu Nov 04 13:27:50 2021 +0000
+++ b/devel/py-ipython/distinfo Thu Nov 04 13:31:59 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2021/10/26 10:18:35 nia Exp $
+$NetBSD: distinfo,v 1.44 2021/11/04 13:31:59 adam Exp $
 
-BLAKE2s (ipython-7.28.0.tar.gz) = 827fa0e054ff618de1a90a5a59fe559fdc6f75097411e8b51af7205259f85b33
-SHA512 (ipython-7.28.0.tar.gz) = 227645ab2cc698f6f7141bb3712b254d75beaf3f227065530f25f988ac76b5a741752ddfa6bb2816b625eaa4972d434f9e73dbe465654e4efc5420b5d80650cb
-Size (ipython-7.28.0.tar.gz) = 5150515 bytes
+BLAKE2s (ipython-7.29.0.tar.gz) = 5d1f4a5c442ed0434bbfd99975cfcf4c9246925b2d760dbc165a4949da50f048
+SHA512 (ipython-7.29.0.tar.gz) = b8e9cc07a0f77bbfaa88183546ed9d7e4a4c37e7c1704b1a3716d605a04339f986c7767f3c0920a94039eda99e75afb62a7bb43fa0cde6699a902f3b8f83a398
+Size (ipython-7.29.0.tar.gz) = 5151803 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index