diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 18:28:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 19:17:54 -0300 |
commit | 77468f71fb6da9ccc615871d737ed978cb11aef3 (patch) | |
tree | 0f7d2c58c0d97a0943aa0f3a840f215ab8852fe8 /testing | |
parent | bb41732e8138fe8d5cd548718729a4539062879f (diff) | |
download | aports-77468f71fb6da9ccc615871d737ed978cb11aef3.tar.bz2 aports-77468f71fb6da9ccc615871d737ed978cb11aef3.tar.xz |
testing/py3-astroid: upgrade to 2.3.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-astroid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-astroid/APKBUILD b/testing/py3-astroid/APKBUILD index c38dee2c62..37edc6c999 100644 --- a/testing/py3-astroid/APKBUILD +++ b/testing/py3-astroid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-astroid _pkgname=astroid -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=0 pkgdesc="A new abstract syntax tree from Python's ast" url="https://www.astroid.org" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="9987f809fecce928f692ea485bb50e928f614c9e234f2aebec302cd90512185064a4468c56a35cf61d127bf81fa2fdf91c245af0604837afe14bac15be9c382f astroid-2.3.0.tar.gz" +sha512sums="771c68013c791a2e55a40f4463148a6e317583d55397b8bb57d74cb27869f5a188b2a54258010ee441567a461aaa6d62f0ef0266543b64bb4104bbe15e0951f8 astroid-2.3.1.tar.gz" |