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:           Sun Aug 29 08:39:35 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.39 -r1.40 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.62 pkgsrc/devel/py-ipython/Makefile:1.63
--- pkgsrc/devel/py-ipython/Makefile:1.62       Sun Aug  1 18:04:13 2021
+++ pkgsrc/devel/py-ipython/Makefile    Sun Aug 29 08:39:35 2021
@@ -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/}

Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.13 pkgsrc/devel/py-ipython/PLIST:1.14
--- pkgsrc/devel/py-ipython/PLIST:1.13  Mon Dec  2 11:45:46 2019
+++ pkgsrc/devel/py-ipython/PLIST       Sun Aug 29 08:39:35 2021
@@ -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/inputhookgtk.py
 ${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_inputho
 ${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

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.39 pkgsrc/devel/py-ipython/distinfo:1.40
--- pkgsrc/devel/py-ipython/distinfo:1.39       Sun Aug  1 18:04:13 2021
+++ pkgsrc/devel/py-ipython/distinfo    Sun Aug 29 08:39:35 2021
@@ -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