diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-11-01 11:54:40 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-03 19:10:12 +0200 |
commit | 8f0dc06dbf19abbdb590665621ec6f538109d271 (patch) | |
tree | 35e9f8d30d40983862a0c300a3fdc64944e960a0 /testing/ipython | |
parent | ba638de794fc0a2bd353b472be207073bc12d99a (diff) | |
download | aports-8f0dc06dbf19abbdb590665621ec6f538109d271.tar.bz2 aports-8f0dc06dbf19abbdb590665621ec6f538109d271.tar.xz |
testing/ipython: upgrade to 7.1.0
Diffstat (limited to 'testing/ipython')
-rw-r--r-- | testing/ipython/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> 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" |