diff options
| author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-07 19:14:16 +0000 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-07 19:14:16 +0000 |
| commit | 53d93700875a6b05746fbfc40a0e8e12cf9a0e28 (patch) | |
| tree | 0374b6be0e2f7bed10f3dd1bf9b77d58f488e337 /community/ipython | |
| parent | d0a2b85aee80ec36e69b1e50ce5c5283def72d83 (diff) | |
| download | aports-53d93700875a6b05746fbfc40a0e8e12cf9a0e28.tar.bz2 aports-53d93700875a6b05746fbfc40a0e8e12cf9a0e28.tar.xz | |
community/ipython: upgrade to 7.10.1
Diffstat (limited to 'community/ipython')
| -rw-r--r-- | community/ipython/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 6882108191..a103a1c7fb 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython -pkgver=7.9.0 -pkgrel=1 +pkgver=7.10.1 +pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" options="!check" # Too many tests fail url="https://ipython.org/" @@ -47,4 +47,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="89f09d6f76f3e14044f55b73aa81b025b40cf5c4ff5cc8c2368938077e04482de372a378d64cccbefa7799c53f8c0f2124724184cbe91d4fd64c7dd620e8f294 ipython-7.9.0.tar.gz" +sha512sums="ad9ac053c0596d0ec0b939858a3dd9f9e10073d904a891bfff18e21f76814827cd640821ae83d862d633be48a173de0c90a72169b1f30a468f03c932d937cb88 ipython-7.10.1.tar.gz" |
