diff --git a/srcpkgs/python3-ipython/patches/fix-sagemath-prompt.patch b/srcpkgs/python3-ipython/patches/fix-sagemath-prompt.patch deleted file mode 100644 index 5b7089156ac609..00000000000000 --- a/srcpkgs/python3-ipython/patches/fix-sagemath-prompt.patch +++ /dev/null @@ -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, diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index 5719ae4a9a7178..4961e465bdf685 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -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=."