aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2022-01-08 20:39:13 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2022-01-09 08:33:49 +0000
commite13ade3a47d2395eaec87833d677103b3ecb1188 (patch)
treed93f1184db8387cacdee2e1dcd9b57e81dfd916a
parent5be316b48cfebcc3288be4735a232add8eb5cc72 (diff)
community/py3-decorator: upgrade to 5.1.1
-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 dcda4a7f823..c795f4fcd85 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=5.1.0
-pkgrel=1
+pkgver=5.1.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"
@@ -29,5 +29,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
-4acc0967af79f61c56adea3084c4e9f9de1c34fcbc7906db4bb1b0759e07ffed6eff0e4b21645dda5f37e96662742621f3d043e8c06a401841c7199a915afe18 decorator-5.1.0.tar.gz
+584857ffb0c3e52344b473ceb9e28adfd7d789d480a528471f8ab37be055ebe5feb170f41077010e25350e1c311189d45b90773cf12f0043de98ea8ebcde20ab decorator-5.1.1.tar.gz
"