python3-ipython: update to 8.20.0.

This commit is contained in:
Andrew J. Hesford 2024-01-08 11:52:56 -05:00
parent 246f99be1e
commit f2d6ebbce2
2 changed files with 3 additions and 18 deletions

View File

@ -1,15 +0,0 @@
See: https://github.com/ipython/ipython/pull/14223#issuecomment-1869776898
diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py
index 532287f5e..d92d6b7b2 100644
--- a/IPython/terminal/interactiveshell.py
+++ b/IPython/terminal/interactiveshell.py
@@ -764,7 +764,7 @@ def get_message():
"message": get_message,
"prompt_continuation": (
lambda width, lineno, is_soft_wrap: PygmentsTokens(
- self.prompts.continuation_prompt_tokens(width, lineno=lineno)
+ self.prompts.continuation_prompt_tokens(width)
)
),
"multiline": True,

View File

@ -1,7 +1,7 @@
# Template file for 'python3-ipython'
pkgname=python3-ipython
version=8.19.0
revision=2
version=8.20.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-jedi python3-decorator python3-pickleshare
@ -16,7 +16,7 @@ license="BSD-3-Clause"
homepage="https://ipython.org/"
changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=ac4da4ecf0042fb4e0ce57c60430c2db3c719fa8bdf92f8631d6bd8a5785d1f0
checksum=2f21bd3fc1d51550c89ee3944ae04bbc7bc79e129ea0937da6e6c68bfdbf117a
conflicts="python-ipython<=5.8.0_2"
make_check_pre="env PYTHONPATH=."