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:           Thu Nov  4 13:31:59 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.43 -r1.44 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.64 pkgsrc/devel/py-ipython/Makefile:1.65
--- pkgsrc/devel/py-ipython/Makefile:1.64       Thu Sep 30 19:41:41 2021
+++ pkgsrc/devel/py-ipython/Makefile    Thu Nov  4 13:31:59 2021
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.43 pkgsrc/devel/py-ipython/distinfo:1.44
--- pkgsrc/devel/py-ipython/distinfo:1.43       Tue Oct 26 10:18:35 2021
+++ pkgsrc/devel/py-ipython/distinfo    Thu Nov  4 13:31:59 2021
@@ -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