python3-ipython: update to 8.15.0.

This commit is contained in:
Andrew J. Hesford 2023-09-01 11:20:48 -04:00
parent d59d5b457b
commit cb4c843f1f

View file

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