diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 15:14:12 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:10 +0000 |
commit | 92c5862821a19ebadf4cc37b465466749fa6198f (patch) | |
tree | 57ce56b47621d93e588283c101eacdca110e60ec /testing/py-logilab-astng | |
parent | 3ce07047226d02a5b9b669eb8aea76951cc26495 (diff) | |
download | aports-92c5862821a19ebadf4cc37b465466749fa6198f.tar.bz2 aports-92c5862821a19ebadf4cc37b465466749fa6198f.tar.xz |
testing/py-logilab-astng: upgrade to 0.24.0
Diffstat (limited to 'testing/py-logilab-astng')
-rw-r--r-- | testing/py-logilab-astng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-logilab-astng/APKBUILD b/testing/py-logilab-astng/APKBUILD index b53670b56a..812a712ca1 100644 --- a/testing/py-logilab-astng/APKBUILD +++ b/testing/py-logilab-astng/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-logilab-astng _realname=logilab-astng -pkgver=0.23.1 +pkgver=0.24.0 pkgrel=0 pkgdesc="Rebuild a new abstract syntax tree from Python's ast" url="http://pypi.python.org/pypi/logilab-astng" @@ -27,4 +27,4 @@ package() { rm -f "$pkgdir"/usr/lib/python2.?/site-packages/logilab/__init__.* } -md5sums="db81181b8f4d8acf379acebcf2058e34 logilab-astng-0.23.1.tar.gz" +md5sums="295bdb2165657ad4b973b3fae1c95f12 logilab-astng-0.24.0.tar.gz" |