diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:21:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | 621fa69b771555df0c9766081b669adcd83bcef3 (patch) | |
tree | 71023a36d1c691822180b47abb533f28a382950d /community/ipython | |
parent | 4a59ee6ebdf9ca69db86470f9e68c7df36186c19 (diff) | |
download | aports-621fa69b771555df0c9766081b669adcd83bcef3.tar.bz2 aports-621fa69b771555df0c9766081b669adcd83bcef3.tar.xz |
community/ipython: rebuild against python 3.8
Diffstat (limited to 'community/ipython')
-rw-r--r-- | community/ipython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 400ad2e5b6..6882108191 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython pkgver=7.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="A rich toolkit to help you make the most of using Python interactively" options="!check" # Too many tests fail url="https://ipython.org/" |