diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 09:47:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:53 +0000 |
commit | f94a3b3eb0839cd1e0369da4df20c34c47f18176 (patch) | |
tree | c1f88a431e1b54f6f7a036c37d54ac80129c0763 /community | |
parent | 9cc0f47601e897d5d5271c299e84ceb2fca8fa17 (diff) | |
download | aports-f94a3b3eb0839cd1e0369da4df20c34c47f18176.tar.bz2 aports-f94a3b3eb0839cd1e0369da4df20c34c47f18176.tar.xz |
community/py3-cached-property: rebuild against python 3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-cached-property/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-cached-property/APKBUILD b/community/py3-cached-property/APKBUILD index cfbaa8f460..a3bede3bf8 100644 --- a/community/py3-cached-property/APKBUILD +++ b/community/py3-cached-property/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-cached-property pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Decorator for caching properties in classes" url="https://github.com/pydanny/cached-property" arch="noarch" |