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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60df6a6cb4ba
branches:  trunk
changeset: 457555:60df6a6cb4ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 29 08:39:35 2021 +0000

description:
py-ipython: updated to 7.27.0

IPython 7.27 is a minor release that fixes a couple of issues and compatibility.
- Add support for GTK4
- Add support for Qt6
- Fix an issue with pip magic on windows

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/PLIST    |   8 +++++++-
 devel/py-ipython/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 62f104ebd1b9 -r 60df6a6cb4ba devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sun Aug 29 04:35:41 2021 +0000
+++ b/devel/py-ipython/Makefile Sun Aug 29 08:39:35 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2021/08/01 18:04:13 adam Exp $
+# $NetBSD: Makefile,v 1.63 2021/08/29 08:39:35 adam Exp $
 
-DISTNAME=      ipython-7.26.0
+DISTNAME=      ipython-7.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r 62f104ebd1b9 -r 60df6a6cb4ba devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST    Sun Aug 29 04:35:41 2021 +0000
+++ b/devel/py-ipython/PLIST    Sun Aug 29 08:39:35 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/12/02 11:45:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2021/08/29 08:39:35 adam Exp $
 bin/iptest-${PYVERSSUFFIX}
 bin/ipython-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}
@@ -488,6 +488,9 @@
 ${PYSITELIB}/IPython/lib/inputhookgtk3.py
 ${PYSITELIB}/IPython/lib/inputhookgtk3.pyc
 ${PYSITELIB}/IPython/lib/inputhookgtk3.pyo
+${PYSITELIB}/IPython/lib/inputhookgtk4.py
+${PYSITELIB}/IPython/lib/inputhookgtk4.pyc
+${PYSITELIB}/IPython/lib/inputhookgtk4.pyo
 ${PYSITELIB}/IPython/lib/inputhookpyglet.py
 ${PYSITELIB}/IPython/lib/inputhookpyglet.pyc
 ${PYSITELIB}/IPython/lib/inputhookpyglet.pyo
@@ -612,6 +615,9 @@
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.py
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.pyc
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk4.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk4.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk4.pyo
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.py
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.pyc
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.pyo
diff -r 62f104ebd1b9 -r 60df6a6cb4ba devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Sun Aug 29 04:35:41 2021 +0000
+++ b/devel/py-ipython/distinfo Sun Aug 29 08:39:35 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2021/08/01 18:04:13 adam Exp $
+$NetBSD: distinfo,v 1.40 2021/08/29 08:39:35 adam Exp $
 
-SHA1 (ipython-7.26.0.tar.gz) = 01388df3e8a89b28cc7a1078c28537657443d630
-RMD160 (ipython-7.26.0.tar.gz) = 28b3c38a4711f0de24ffc58db87cef7fa3455616
-SHA512 (ipython-7.26.0.tar.gz) = 142ff8ebddd61640e6ebff01d16b1310b6370643aa8cf4c7fd076872ad342949a1778c5ad74eccbafdc6b4d31a1849e096d75a28eafc555d629948db523b4776
-Size (ipython-7.26.0.tar.gz) = 5147847 bytes
+SHA1 (ipython-7.27.0.tar.gz) = a64001602601a4a7917a32b496543153f82dd65a
+RMD160 (ipython-7.27.0.tar.gz) = 0429ad8c2fe073dec0760449bf969b5a11830a22
+SHA512 (ipython-7.27.0.tar.gz) = ff152af443a6dcc7516412de230c9c0b594691c89a4210ebe2ba32d051f2056781e902bdc35966a1d4fd719eeb5380b5b4124cb1590c899eb665559401320dc5
+Size (ipython-7.27.0.tar.gz) = 5190328 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index