diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-07-18 02:49:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:55:53 +0700 |
commit | 37870f31a5c2db23dd4c1836296193520c299327 (patch) | |
tree | 41fda1b716c270f4b34e6deca153f2673458c4c2 /python/python3-decorator | |
parent | 91c6bb1b79d2bc73a67fa65aa82cd2e8318117f9 (diff) | |
download | slackbuilds-37870f31a5c2db23dd4c1836296193520c299327.tar.gz |
python/python3-decorator: Updated for version 4.1.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-decorator')
-rw-r--r-- | python/python3-decorator/python3-decorator.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-decorator/python3-decorator.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-decorator/python3-decorator.SlackBuild b/python/python3-decorator/python3-decorator.SlackBuild index a69934eba0..0bc541a0d8 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.0} +VERSION=${VERSION:-4.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info index 5af63c60f9..7b2e30befe 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.0" +VERSION="4.1.1" HOMEPAGE="https://pypi.python.org/pypi/decorator" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.0.tar.gz" -MD5SUM="c1aada8dd540710490a97e6ec243e75b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.1.1.tar.gz" +MD5SUM="dbae97f4c5228c0c8616ac0252f57874" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |