diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 12:17:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:34 +0000 |
commit | 8a27231c0751d87c1b5056cce1ac269750319d2b (patch) | |
tree | e508458eb9036bc852b8572ff3a32a0ff12a5a11 | |
parent | 8c0b003d7b2c6b80da4db18c222babbaf5ce3098 (diff) | |
download | aports-8a27231c0751d87c1b5056cce1ac269750319d2b.tar.bz2 aports-8a27231c0751d87c1b5056cce1ac269750319d2b.tar.xz |
testing/py3-diskcache: rebuild against python 3.8
-rw-r--r-- | testing/py3-diskcache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-diskcache/APKBUILD b/testing/py3-diskcache/APKBUILD index 46618fb960..f1298d7d8f 100644 --- a/testing/py3-diskcache/APKBUILD +++ b/testing/py3-diskcache/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-diskcache pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="disk caching implementation" options="!check" # test_incr_update_keyerror fails url="http://www.grantjenks.com/docs/diskcache/" |