aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-decorator
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-02 18:43:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-02 19:36:15 -0300
commit9a034c712962392947a870835b2430e273432eaf (patch)
tree614afbd175d468be886b04a5196b076e496f7547 /community/py3-decorator
parentd0a704300945eaea7d5dc22b78f35ed4dbc5517a (diff)
downloadaports-9a034c712962392947a870835b2430e273432eaf.tar.bz2
aports-9a034c712962392947a870835b2430e273432eaf.tar.xz
community/py3-decorator: upgrade to 4.4.1
Diffstat (limited to 'community/py3-decorator')
-rw-r--r--community/py3-decorator/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-decorator/APKBUILD b/community/py3-decorator/APKBUILD
index c1e9ac45ed..48b2c5ed6d 100644
--- a/community/py3-decorator/APKBUILD
+++ b/community/py3-decorator/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-decorator
_pkgname=decorator
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.4.1
+pkgrel=0
pkgdesc="Python3 Decorator module"
options="!check" # No checks on PYPI, github tarball is outdated (4.3.2)
url="https://github.com/micheles/decorator"
@@ -28,4 +28,4 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="32c35c80581cb7fd0b2461d21c7eb14190294b2ccc9f92749b6bc74449f7d02a26281e9a2817f6f16871a6cddb7b02b8fae8119c22256fe43a6aaa31a7599dd5 decorator-4.4.0.tar.gz"
+sha512sums="12378702246b212d5fe0153dc97cafdb2afd4779c51fd224385e3c3562e1a1e3439574aa7c37c8521fe5f86a5f0b4d4b3075e0407cc249f8fa4b341e1ebe06e0 decorator-4.4.1.tar.gz"