diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-07 13:38:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-07 13:38:40 -0300 |
commit | d394002098fdfe05832bf5e971cea1e26f6b42b1 (patch) | |
tree | dc70be844b0b512a4807c7c8428270e62ae2f6f2 /testing | |
parent | 9e78f6e836322e098dc001b9206019a9f5a00ff5 (diff) | |
download | aports-d394002098fdfe05832bf5e971cea1e26f6b42b1.tar.bz2 aports-d394002098fdfe05832bf5e971cea1e26f6b42b1.tar.xz |
testing/py3-logbook: actually rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-logbook/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-logbook/APKBUILD b/testing/py3-logbook/APKBUILD index 9fd2b9e8f1..d2819d5ff3 100644 --- a/testing/py3-logbook/APKBUILD +++ b/testing/py3-logbook/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-logbook pkgver=1.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="Logging replacement for Python" url="https://logbook.readthedocs.io/en/stable/" arch="all" |