python3-ipython: update to 7.23.1.

This commit is contained in:
Andrew J. Hesford 2021-05-06 09:27:58 -04:00
parent e9b1cc8abd
commit 7e20cd88fa
2 changed files with 3 additions and 15 deletions

View file

@ -1,12 +0,0 @@
diff --git IPython/core/pylabtools.py IPython/core/pylabtools.py
index c71b0cdb6..bb815956e 100644
--- IPython/core/pylabtools.py
+++ IPython/core/pylabtools.py
@@ -383,6 +383,6 @@ def configure_inline_support(shell, backend):
stacklevel=2,
)
- from matplotlib_inline.backend_inline import configure_inline_support_orig
+ from matplotlib_inline.backend_inline import configure_inline_support as configure_inline_support_orig
configure_inline_support_orig(shell, backend)

View file

@ -1,7 +1,7 @@
# Template file for 'python3-ipython'
pkgname=python3-ipython
version=7.23.0
revision=2
version=7.23.1
revision=1
wrksrc="ipython-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://ipython.org/"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=69178f32bf9c6257430b6f592c3ae230c32861a1966d2facec454e09078e232d
checksum=714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038
conflicts="python-ipython<=5.8.0_2"
post_install() {