diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:36:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | c76efc1dfc09818a1c7fcd37601894b17f4ed412 (patch) | |
tree | a6a31a992b26bdf8de561b2a785eb22357d6d5d9 /libraries | |
parent | b03c4fc05000f78162b99891e702f5c0036bfb7c (diff) |
libraries/python3-rpyc: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python3-rpyc/python3-rpyc.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/python3-rpyc/python3-rpyc.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/python3-rpyc/python3-rpyc.SlackBuild b/libraries/python3-rpyc/python3-rpyc.SlackBuild index e98f362f373e..80080a38bbe9 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 4f31434b8ee1..da98120b5dad 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" |