summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-04-03 07:11:43 +0200
committer Willy Sudiarto Raharjo2019-04-06 02:02:59 +0200
commitb5868f9d69a5d7d1287664b78c5147e0b985cfc4 (patch)
tree72fc8aa2bea1358d12f509b5f02b9f1bcaf62a40 /python
parent1e2deb0e953d36da76ebfdda4ecc3d32ae6d2681 (diff)
downloadslackbuilds-b5868f9d69a5d7d1287664b78c5147e0b985cfc4.tar.gz
python/python3-decorator: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r--python/python3-decorator/python3-decorator.SlackBuild2
-rw-r--r--python/python3-decorator/python3-decorator.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-decorator/python3-decorator.SlackBuild b/python/python3-decorator/python3-decorator.SlackBuild
index 4b10c3ba10..2604c5dba0 100644
--- a/python/python3-decorator/python3-decorator.SlackBuild
+++ b/python/python3-decorator/python3-decorator.SlackBuild
@@ -25,7 +25,7 @@
SRCNAM=decorator
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-4.3.2}
+VERSION=${VERSION:-4.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info
index 0e569f0609..841dfb6227 100644
--- a/python/python3-decorator/python3-decorator.info
+++ b/python/python3-decorator/python3-decorator.info
@@ -1,8 +1,8 @@
PRGNAM="python3-decorator"
-VERSION="4.3.2"
+VERSION="4.4.0"
HOMEPAGE="https://pypi.python.org/pypi/decorator"
-DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.2/decorator-4.3.2.tar.gz"
-MD5SUM="7f82f5062e31bccd7f8de8483da9b210"
+DOWNLOAD="https://github.com/micheles/decorator/archive/4.4.0/decorator-4.4.0.tar.gz"
+MD5SUM="bf924abe09417f95a470017ae2bc5230"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"