summaryrefslogtreecommitdiffstats
path: root/python/python-jsonrpclib
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-03-17 02:29:58 +0100
committer Willy Sudiarto Raharjo2019-03-17 02:30:35 +0100
commit4bad65d59ce2bd8990f03331a54bb223b2b50bf8 (patch)
treea18220bc04801188d5dc10e607096792d952d8f2 /python/python-jsonrpclib
parent7914cef6a3ab689a0e773eba856a207133bcbfb7 (diff)
downloadslackbuilds-4bad65d59ce2bd8990f03331a54bb223b2b50bf8.tar.gz
python/python-jsonrpclib: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-jsonrpclib')
-rw-r--r--python/python-jsonrpclib/python-jsonrpclib.SlackBuild6
-rw-r--r--python/python-jsonrpclib/python-jsonrpclib.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-jsonrpclib/python-jsonrpclib.SlackBuild b/python/python-jsonrpclib/python-jsonrpclib.SlackBuild
index 49b24d9e9f..733270722b 100644
--- a/python/python-jsonrpclib/python-jsonrpclib.SlackBuild
+++ b/python/python-jsonrpclib/python-jsonrpclib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-jsonrpclib
-# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python-jsonrpclib
SRCNAM=jsonrpclib
-VERSION=${VERSION:-0.3.2}
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.md docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python-jsonrpclib/python-jsonrpclib.info b/python/python-jsonrpclib/python-jsonrpclib.info
index 83de70d1f4..1895beeccb 100644
--- a/python/python-jsonrpclib/python-jsonrpclib.info
+++ b/python/python-jsonrpclib/python-jsonrpclib.info
@@ -1,8 +1,8 @@
PRGNAM="python-jsonrpclib"
-VERSION="0.3.2"
+VERSION="0.4.0"
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
-DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.3.2/jsonrpclib-0.3.2.tar.gz"
-MD5SUM="c8c8fc4a3c2383935bccae48fdd6801e"
+DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.0/jsonrpclib-0.4.0.tar.gz"
+MD5SUM="c1c2e175e5fb167a6c36057f1fdfa246"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""