diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-01-25 09:51:17 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:31 +0700 |
commit | 13e22b4edea4264284cb033d8679e495ebdbf7e7 (patch) | |
tree | 2588c1293bbdf7a494cb2663b5666957b823aa35 /python/python3-decorator | |
parent | 120663a030c41addbfca769634ec3316a59e2ce0 (diff) | |
download | slackbuilds-13e22b4edea4264284cb033d8679e495ebdbf7e7.tar.gz |
python/python3-decorator: Updated for version 4.3.2.
Diffstat (limited to 'python/python3-decorator')
-rw-r--r-- | python/python3-decorator/python3-decorator.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-decorator/python3-decorator.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-decorator/python3-decorator.SlackBuild b/python/python3-decorator/python3-decorator.SlackBuild index 06beb61dc6..4b10c3ba10 100644 --- a/python/python3-decorator/python3-decorator.SlackBuild +++ b/python/python3-decorator/python3-decorator.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-decorator # Copyright 2013 Mikko Värri, Finland -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ SRCNAM=decorator PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-4.3.1} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info index 45f43d9b63..0e569f0609 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.1" +VERSION="4.3.2" HOMEPAGE="https://pypi.python.org/pypi/decorator" -DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.1/decorator-4.3.1.tar.gz" -MD5SUM="b92084f8732267b9ea5bfe8887fbad14" +DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.2/decorator-4.3.2.tar.gz" +MD5SUM="7f82f5062e31bccd7f8de8483da9b210" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |