From 8f0dc06dbf19abbdb590665621ec6f538109d271 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 1 Nov 2018 11:54:40 +0200 Subject: testing/ipython: upgrade to 7.1.0 --- testing/ipython/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/ipython') diff --git a/testing/ipython/APKBUILD b/testing/ipython/APKBUILD index 0ec7802729..37731c84c1 100644 --- a/testing/ipython/APKBUILD +++ b/testing/ipython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt # Maintainer: Kevin Daudt pkgname=ipython -pkgver=6.5.0 +pkgver=7.1.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" @@ -10,7 +10,7 @@ license="BSD-3-Clause" depends=" py3-traitlets py3-pexpect - py3-prompt_toolkit<2.0 + py3-prompt_toolkit>2.0.0 py3-jedi py3-pygments py3-pickleshare @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="a6f19a1e1a5c11ad84071e1b1fb20e2617a4d6b713888057d4cffbb1b076cf5472068809d7091bbd7e475e23373a249f029ea376ec10d93c9cf9a3782369b152 ipython-6.5.0.tar.gz" +sha512sums="f31da8651bbb3507e95b61d7bec38d5be0ca93582b9e0cf0129313a862588993e250aedb30674e2763a6ecc998607d1b1e58aa84710f597a8cca9cbc66feffff ipython-7.1.0.tar.gz" -- cgit v1.2.3