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: Tue Jan 31 09:22:21 UTC 2023
Modified Files:
pkgsrc/devel/py-ipython: Makefile PLIST distinfo
Log Message:
py-ipython: updated to 8.9.0
IPython 8.9.0
-------------
Second release of IPython in 2023, last Friday of the month, we are back on
track. This is a small release with a few bug-fixes, and improvements, mostly
with respect to terminal shortcuts.
The biggest improvement for 8.9 is a drastic amelioration if the
auto-suggestions sponsored by D.E. Shaw and implemented by the more and more
active contributor `@krassowski <https://github.com/krassowski>`.
- ``right`` accepts a single character from suggestion
- ``ctrl+right`` accepts a semantic token (macos default shortcuts take
precedence and need to be disabled to make this work)
- ``backspace`` deletes a character and resumes hinting autosuggestions
- ``ctrl-left`` accepts suggestion and moves cursor left one character.
- ``backspace`` deletes a character and resumes hinting autosuggestions
- ``down`` moves to suggestion to later in history when no lines are present below the cursors.
- ``up`` moves to suggestion from earlier in history when no lines are present above the cursor.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.56 -r1.57 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.83 pkgsrc/devel/py-ipython/Makefile:1.84
--- pkgsrc/devel/py-ipython/Makefile:1.83 Tue Jan 3 21:22:01 2023
+++ pkgsrc/devel/py-ipython/Makefile Tue Jan 31 09:22:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2023/01/03 21:22:01 adam Exp $
+# $NetBSD: Makefile,v 1.84 2023/01/31 09:22:21 adam Exp $
-DISTNAME= ipython-8.8.0
+DISTNAME= ipython-8.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -11,7 +11,6 @@ COMMENT= Interactive computing environme
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall
-DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.16:../../editors/py-jedi
DEPENDS+= ${PYPKGPREFIX}-matplotlib-inline>0:../../graphics/py-matplotlib-inline
Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.20 pkgsrc/devel/py-ipython/PLIST:1.21
--- pkgsrc/devel/py-ipython/PLIST:1.20 Tue Jan 3 21:22:01 2023
+++ pkgsrc/devel/py-ipython/PLIST Tue Jan 31 09:22:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/01/03 21:22:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2023/01/31 09:22:21 adam Exp $
bin/ipython-${PYVERSSUFFIX}
bin/ipython3-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -538,9 +538,15 @@ ${PYSITELIB}/IPython/terminal/pt_inputho
${PYSITELIB}/IPython/terminal/ptutils.py
${PYSITELIB}/IPython/terminal/ptutils.pyc
${PYSITELIB}/IPython/terminal/ptutils.pyo
-${PYSITELIB}/IPython/terminal/shortcuts.py
-${PYSITELIB}/IPython/terminal/shortcuts.pyc
-${PYSITELIB}/IPython/terminal/shortcuts.pyo
+${PYSITELIB}/IPython/terminal/shortcuts/__init__.py
+${PYSITELIB}/IPython/terminal/shortcuts/__init__.pyc
+${PYSITELIB}/IPython/terminal/shortcuts/__init__.pyo
+${PYSITELIB}/IPython/terminal/shortcuts/auto_match.py
+${PYSITELIB}/IPython/terminal/shortcuts/auto_match.pyc
+${PYSITELIB}/IPython/terminal/shortcuts/auto_match.pyo
+${PYSITELIB}/IPython/terminal/shortcuts/auto_suggest.py
+${PYSITELIB}/IPython/terminal/shortcuts/auto_suggest.pyc
+${PYSITELIB}/IPython/terminal/shortcuts/auto_suggest.pyo
${PYSITELIB}/IPython/terminal/tests/__init__.py
${PYSITELIB}/IPython/terminal/tests/__init__.pyc
${PYSITELIB}/IPython/terminal/tests/__init__.pyo
@@ -556,6 +562,9 @@ ${PYSITELIB}/IPython/terminal/tests/test
${PYSITELIB}/IPython/terminal/tests/test_interactivshell.py
${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyc
${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyo
+${PYSITELIB}/IPython/terminal/tests/test_shortcuts.py
+${PYSITELIB}/IPython/terminal/tests/test_shortcuts.pyc
+${PYSITELIB}/IPython/terminal/tests/test_shortcuts.pyo
${PYSITELIB}/IPython/testing/__init__.py
${PYSITELIB}/IPython/testing/__init__.pyc
${PYSITELIB}/IPython/testing/__init__.pyo
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.56 pkgsrc/devel/py-ipython/distinfo:1.57
--- pkgsrc/devel/py-ipython/distinfo:1.56 Tue Jan 3 21:22:01 2023
+++ pkgsrc/devel/py-ipython/distinfo Tue Jan 31 09:22:21 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2023/01/03 21:22:01 adam Exp $
+$NetBSD: distinfo,v 1.57 2023/01/31 09:22:21 adam Exp $
-BLAKE2s (ipython-8.8.0.tar.gz) = 8fdf250cc9c55920d4842f52b84232c526754382c73af109f3cc5d55b9e838d2
-SHA512 (ipython-8.8.0.tar.gz) = 18e8eaa285fe6278a27ffd2edcf4eccf629e05a8718faa721013d0433822ff8b850a2060135f26b5254a96b7ae0139e2ff4338676c08d3271a12c1b91532d7d1
-Size (ipython-8.8.0.tar.gz) = 5341086 bytes
+BLAKE2s (ipython-8.9.0.tar.gz) = f2f87510e16232a69a47b120cf9664c49bc6fc88c99d6d59ea3f9239c10b5dbb
+SHA512 (ipython-8.9.0.tar.gz) = 2a9df79ff26bb34866dc523e75ba8e8d8de25d510fc273cbbf762b3011e53ff5331869f1d6fc8c44df6c9a8b5745a0545fe301a556b7f20e3a3dfca994316735
+Size (ipython-8.9.0.tar.gz) = 5454595 bytes
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
Home |
Main Index |
Thread Index |
Old Index