python3-ipython: update to 7.24.0.

This commit is contained in:
Andrew J. Hesford 2021-05-31 19:13:01 -04:00
parent a7528dbb20
commit b41d692f43

View file

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