diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 23:06:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 23:09:34 +0100 |
commit | 7269942b9fdc33649eb40796f0dc9813be5715e3 (patch) | |
tree | 31c9a3995e6875742cd9ea2ca5cad47706ff3d32 /community/py3-eliot | |
parent | 57433c2b27b61005853cfdbb002bc4b09777020a (diff) | |
download | aports-7269942b9fdc33649eb40796f0dc9813be5715e3.tar.bz2 aports-7269942b9fdc33649eb40796f0dc9813be5715e3.tar.xz |
community/py3-eliot: upgrade to 1.11.0
Diffstat (limited to 'community/py3-eliot')
-rw-r--r-- | community/py3-eliot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-eliot/APKBUILD b/community/py3-eliot/APKBUILD index afc4135661..bc96ebb413 100644 --- a/community/py3-eliot/APKBUILD +++ b/community/py3-eliot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-eliot -pkgver=1.10.0 -pkgrel=1 +pkgver=1.11.0 +pkgrel=0 pkgdesc="Logging system that tells you why it happened" # Requires unpackaged dask and cffi for testing journald options="!check" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="69cf85d629b9f69c7077cdd7cf1eafdf743f68c949777d9c9c86c7bc26342f07f78dc9171a6173aabe4b88c3e8a133f5b9303b1dcf8eab9d63916850b17ae24a py3-eliot-1.10.0.tar.gz" +sha512sums="943d138ec0bb9b0fe5f5e38342979e36739c96eeceffcb4deed6241911f6811aebdd45817ed8c79bcbb27d38dd4d23058122789231f3fec7543b8aa010d2cce5 py3-eliot-1.11.0.tar.gz" |