summaryrefslogtreecommitdiffstats
path: root/libraries/python3-rpyc
diff options
context:
space:
mode:
author fourtysixandtwo2022-12-11 05:36:20 +0100
committer Willy Sudiarto Raharjo2022-12-12 10:39:16 +0100
commitc76efc1dfc09818a1c7fcd37601894b17f4ed412 (patch)
treea6a31a992b26bdf8de561b2a785eb22357d6d5d9 /libraries/python3-rpyc
parentb03c4fc05000f78162b99891e702f5c0036bfb7c (diff)
downloadslackbuilds-c76efc1dfc09818a1c7fcd37601894b17f4ed412.tar.gz
libraries/python3-rpyc: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-rpyc')
-rw-r--r--libraries/python3-rpyc/python3-rpyc.SlackBuild2
-rw-r--r--libraries/python3-rpyc/python3-rpyc.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/python3-rpyc/python3-rpyc.SlackBuild b/libraries/python3-rpyc/python3-rpyc.SlackBuild
index e98f362f37..80080a38bb 100644
--- a/libraries/python3-rpyc/python3-rpyc.SlackBuild
+++ b/libraries/python3-rpyc/python3-rpyc.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rpyc
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-5.2.3}
+VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/python3-rpyc/python3-rpyc.info b/libraries/python3-rpyc/python3-rpyc.info
index 4f31434b8e..da98120b5d 100644
--- a/libraries/python3-rpyc/python3-rpyc.info
+++ b/libraries/python3-rpyc/python3-rpyc.info
@@ -1,8 +1,8 @@
PRGNAM="python3-rpyc"
-VERSION="5.2.3"
+VERSION="5.3.0"
HOMEPAGE="http://rpyc.readthedocs.org/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-5.2.3.tar.gz"
-MD5SUM="45f3952c961ef378a33c8755d190bb9d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-5.3.0.tar.gz"
+MD5SUM="e3e4fd3cbcc4de34bdc58352d2a95e4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer python3-hatchling python3-plumbum"