diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-02 22:11:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 07:02:59 +0700 |
commit | b5868f9d69a5d7d1287664b78c5147e0b985cfc4 (patch) | |
tree | 72fc8aa2bea1358d12f509b5f02b9f1bcaf62a40 /python | |
parent | 1e2deb0e953d36da76ebfdda4ecc3d32ae6d2681 (diff) | |
download | slackbuilds-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.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 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" |