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:           Mon Dec  2 11:45:46 UTC 2019

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

Log Message:
py-ipython: updated to 7.10.1

IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please
update Prompt toolkit to 3.0.2 at least), and fixes some interaction with
headless IPython.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.22 -r1.23 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.42 pkgsrc/devel/py-ipython/Makefile:1.43
--- pkgsrc/devel/py-ipython/Makefile:1.42       Thu Nov 28 06:26:33 2019
+++ pkgsrc/devel/py-ipython/Makefile    Mon Dec  2 11:45:46 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2019/11/28 06:26:33 adam Exp $
+# $NetBSD: Makefile,v 1.43 2019/12/02 11:45:46 adam Exp $
 
-DISTNAME=      ipython-7.10.0
+DISTNAME=      ipython-7.10.1
 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.12 pkgsrc/devel/py-ipython/PLIST:1.13
--- pkgsrc/devel/py-ipython/PLIST:1.12  Mon Jul  1 07:13:07 2019
+++ pkgsrc/devel/py-ipython/PLIST       Mon Dec  2 11:45:46 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/07/01 07:13:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/12/02 11:45:46 adam Exp $
 bin/iptest-${PYVERSSUFFIX}
 bin/ipython-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}
@@ -600,6 +600,9 @@ ${PYSITELIB}/IPython/terminal/prompts.py
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.py
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.pyc
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/asyncio.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/asyncio.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/asyncio.pyo
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.py
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.pyc
 ${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.pyo

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.22 pkgsrc/devel/py-ipython/distinfo:1.23
--- pkgsrc/devel/py-ipython/distinfo:1.22       Thu Nov 28 06:26:33 2019
+++ pkgsrc/devel/py-ipython/distinfo    Mon Dec  2 11:45:46 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2019/11/28 06:26:33 adam Exp $
+$NetBSD: distinfo,v 1.23 2019/12/02 11:45:46 adam Exp $
 
-SHA1 (ipython-7.10.0.tar.gz) = fc476d8e4c4689c87a66d433929140485d300751
-RMD160 (ipython-7.10.0.tar.gz) = f97104e222b5989aa5b28de7a8cbe29d090fb261
-SHA512 (ipython-7.10.0.tar.gz) = 246f4d7061f45be1683c221bf296c6af007d96405c7b7d517c8ddd6465647b7c8b837d15ba622a71dd1049cb1ea59d3c7dea72a12605426e6bebcd20355b36f4
-Size (ipython-7.10.0.tar.gz) = 5201864 bytes
+SHA1 (ipython-7.10.1.tar.gz) = 4bfa2f0e269a681b3d015b22770d738a413cadc8
+RMD160 (ipython-7.10.1.tar.gz) = 1d6ca56788a3ea4de5c855391d3e8e166000cf18
+SHA512 (ipython-7.10.1.tar.gz) = 0789d854b198deea7e4f8c1e9e354920792c52403f48df15fae5dc5926029534c282d5f79f3e04c260211ded76cfe17a44ab07157f1aa3be6fa9d2ee232f179f
+Size (ipython-7.10.1.tar.gz) = 5203835 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index