From 64b5ec615722c671a1f3558f9ff820af670d7fc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jul 2020 21:30:28 -0400 Subject: [PATCH] python3-ipython: update to 7.16.1. --- srcpkgs/python3-ipython/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index 1948a3a6a97..e42a00f8326 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,23 +1,23 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=7.13.0 +version=7.16.1 revision=1 archs=noarch wrksrc="ipython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pickleshare python3-simplegeneric python3-traitlets - python3-pexpect python3-prompt_toolkit2 python3-Pygments python3-jedi + python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi python3-backcall" checkdepends="$depends python3-pytest python3-nose python3-matplotlib python3-requests python3-testpath python3-numpy python3-ipython_ipykernel - python3-jupyter_nbformat python3-Pygments" + python3-jupyter_nbformat python3-Pygments python3-Pillow" short_desc="Enhanced interactive Python3 shell" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://ipython.org/" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a +checksum=9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf conflicts="python-ipython<=5.8.0_2" do_check() {