libraries/python3-rpyc: Updated for version 5.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-10 21:36:20 -07:00 committed by Willy Sudiarto Raharjo
parent b03c4fc050
commit c76efc1dfc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"