summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-07-28 22:59:34 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-29 17:50:17 +0700
commitf1ea01b836baaa1b5c419b1ff9511b572c95aaa0 (patch)
treef27002be053fbca73866ddeae9f2a0a00f0fb486
parent2bd1caaa269d3d2397b9ef2b7b4ca32c2e8bcd2a (diff)
downloadslackbuilds-f1ea01b836baaa1b5c419b1ff9511b572c95aaa0.tar.gz
slackbuilds-f1ea01b836baaa1b5c419b1ff9511b572c95aaa0.tar.xz
python/python3-decorator: Updated for version 4.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 0bc541a0d8..9994df8bdc 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.1.1}
+VERSION=${VERSION:-4.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info
index 7b2e30befe..c4400fec4e 100644
--- a/python/python3-decorator/python3-decorator.info
+++ b/python/python3-decorator/python3-decorator.info
@@ -1,8 +1,8 @@
PRGNAM="python3-decorator"
-VERSION="4.1.1"
+VERSION="4.1.2"
HOMEPAGE="https://pypi.python.org/pypi/decorator"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.1.tar.gz"
-MD5SUM="dbae97f4c5228c0c8616ac0252f57874"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.2.tar.gz"
+MD5SUM="a0f7f4fe00ae2dde93494d90c192cf8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"