summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-07-15 06:58:06 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:55:52 +0700
commite08d24de402cdcb891a48004c68d4571a9215968 (patch)
tree23b11ce158f0d45a248223d9bd12be6b4b61abae /python
parent4712363ce49abe6de0d9762c73ddb66635332d44 (diff)
downloadslackbuilds-e08d24de402cdcb891a48004c68d4571a9215968.tar.gz
slackbuilds-e08d24de402cdcb891a48004c68d4571a9215968.tar.xz
python/python3-decorator: Updated for version 4.1.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 60e871a627..a69934eba0 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.0.11}
+VERSION=${VERSION:-4.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info
index 3c565c0582..5af63c60f9 100644
--- a/python/python3-decorator/python3-decorator.info
+++ b/python/python3-decorator/python3-decorator.info
@@ -1,8 +1,8 @@
PRGNAM="python3-decorator"
-VERSION="4.0.11"
+VERSION="4.1.0"
HOMEPAGE="https://pypi.python.org/pypi/decorator"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.0.11.tar.gz"
-MD5SUM="73644c8f0bd4983d1b6a34b49adec0ae"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.0.tar.gz"
+MD5SUM="c1aada8dd540710490a97e6ec243e75b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"