diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-18 05:34:38 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-02 20:23:40 +0000 |
commit | 26aff493e10bbed7976ef791c68f4453ddcc3beb (patch) | |
tree | edc090d6e1b0ea15144a3ac4de949c697e7e6203 | |
parent | b48fa825f0e2790ccf3962ee1e2192659b8637d8 (diff) | |
download | aports-26aff493e10bbed7976ef791c68f4453ddcc3beb.tar.bz2 aports-26aff493e10bbed7976ef791c68f4453ddcc3beb.tar.xz |
testing/py-jedi: update to 0.13.3
-rw-r--r-- | testing/py-jedi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-jedi/APKBUILD b/testing/py-jedi/APKBUILD index 38a4fc4490..38ca969b16 100644 --- a/testing/py-jedi/APKBUILD +++ b/testing/py-jedi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-jedi _pkgname=jedi -pkgver=0.12.0 +pkgver=0.13.3 pkgrel=0 pkgdesc="Awesome autocompletion and static analysis library for python" url="https://pypi.org/project/jedi" @@ -42,4 +42,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="60572041f84d8a9e788bdc5bf03892c17d614716909ca28f62f03f8340eafb477226bc7b86d59fddb68f0aa5df32a4a66a49b620f7f378bb8dc196de5fca2c2f jedi-0.12.0.tar.gz" +sha512sums="b20fc75d909f9b7c6db434f468e7cefd9768991ca72d7026df9c4000805675a979f9e40f75623770df44bf8919a46270bcaa8e28d991a2299c64bc4c60d873fc jedi-0.13.3.tar.gz" |