diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-26 19:54:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-26 19:55:32 +0100 |
commit | 4846b3fec55f412004bd598ecb068b7272fac67d (patch) | |
tree | 457a7defd7e54b7eddee78e02385c8472b8842a9 /community/py3-cachetools | |
parent | e0f1274aeeee9696ab12b6b8335fb7e64f3ea2a6 (diff) | |
download | aports-4846b3fec55f412004bd598ecb068b7272fac67d.tar.bz2 aports-4846b3fec55f412004bd598ecb068b7272fac67d.tar.xz |
community/py3-cachetools: upgrade to 4.0.0
Diffstat (limited to 'community/py3-cachetools')
-rw-r--r-- | community/py3-cachetools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-cachetools/APKBUILD b/community/py3-cachetools/APKBUILD index 59e41ecc08..35e9d607dc 100644 --- a/community/py3-cachetools/APKBUILD +++ b/community/py3-cachetools/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py3-cachetools _pyname=cachetools -pkgver=3.1.1 -pkgrel=1 +pkgver=4.0.0 +pkgrel=0 pkgdesc="Extensible memoizing collections and decorators" url="https://github.com/tkem/cachetools" arch="noarch" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="3765f2a4dbca7fa1da92be6f68f3d4c1202b558ca6d7a5f05b8bb9c13cbb9ebeef19d4370b29d0239dc606656ce74b3db4d3df5d5ae36ce323d94eae3f18aedc py3-cachetools-3.1.1.tar.gz" +sha512sums="d0711fef71ef51fe8860a1ca9f14faa76ec6bad1e40a2f6a2ba49f550f15d83d1531770e451e6b180ec77f66f3b382ce4d7c0ec2253782f8057c4e254aee6852 py3-cachetools-4.0.0.tar.gz" |