diff options
author | adam <adam@pkgsrc.org> | 2019-12-02 11:45:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-02 11:45:46 +0000 |
commit | 3cc1648b63994bb3bf24b56baacc25786e04d8c5 (patch) | |
tree | 8aa72c6c5a0b5d531af3798f2ffef520a79edbb5 /devel | |
parent | 4561fce5ea911a0545c75441eb50cae012a8c3a9 (diff) | |
download | pkgsrc-3cc1648b63994bb3bf24b56baacc25786e04d8c5.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ipython/PLIST | 5 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index e252f3eff14..2efdcf1b157 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -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/} diff --git a/devel/py-ipython/PLIST b/devel/py-ipython/PLIST index de903cd38aa..a51cedf985e 100644 --- a/devel/py-ipython/PLIST +++ b/devel/py-ipython/PLIST @@ -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.pyo ${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 diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index ff158b81a87..77fa34397cd 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -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 |