From a21d493430c0978fdedf7d85cfaf2164b5dc16ff Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 7 Dec 2018 14:10:08 -0800 Subject: python/python3-decorator: Updated for version 4.3.1. --- python/python3-decorator/python3-decorator.SlackBuild | 4 ++-- python/python3-decorator/python3-decorator.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'python/python3-decorator') diff --git a/python/python3-decorator/python3-decorator.SlackBuild b/python/python3-decorator/python3-decorator.SlackBuild index d23a93ab03..06beb61dc6 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.0} +VERSION=${VERSION:-4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGES.md LICENSE.txt docs/README.rst \ + CHANGES.md LICENSE.txt README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-decorator/python3-decorator.info b/python/python3-decorator/python3-decorator.info index e73bd6d40a..45f43d9b63 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.0" +VERSION="4.3.1" HOMEPAGE="https://pypi.python.org/pypi/decorator" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.3.0.tar.gz" -MD5SUM="249e7299b9b4bced0c382343f84eb1c0" +DOWNLOAD="https://github.com/micheles/decorator/archive/4.3.1/decorator-4.3.1.tar.gz" +MD5SUM="b92084f8732267b9ea5bfe8887fbad14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" -- cgit v1.2.3