diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-24 14:55:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:50 +0000 |
commit | cf8999251078e2d6091f712a0b57232a61ac30fb (patch) | |
tree | 995b207be5760e506b6e164fe945300c61bb238a /main | |
parent | de6bc02e372277c7e84e6d89df1a0783d08ebb4a (diff) | |
download | aports-cf8999251078e2d6091f712a0b57232a61ac30fb.tar.bz2 aports-cf8999251078e2d6091f712a0b57232a61ac30fb.tar.xz |
main/py3-lockfile: rebuild against python 3.8
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-lockfile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-lockfile/APKBUILD b/main/py3-lockfile/APKBUILD index a25c2502a3..c18384937a 100644 --- a/main/py3-lockfile/APKBUILD +++ b/main/py3-lockfile/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-lockfile _pkgname=lockfile pkgver=0.12.2 -pkgrel=2 +pkgrel=3 pkgdesc="A Python file locking module" url="https://github.com/openstack/pylockfile" arch="noarch" |