diff options
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" |