python/python3-autobahn: updated for version 23.6.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-06-14 10:43:50 +02:00 committed by Willy Sudiarto Raharjo
parent 3521f88016
commit d696202036
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-autobahn
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-23.6.1}
VERSION=${VERSION:-23.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-autobahn"
VERSION="23.6.1"
VERSION="23.6.2"
HOMEPAGE="https://crossbar.io/autobahn/"
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.6.1.tar.gz"
MD5SUM="f7b3c554de474dd1960b62a7f113825c"
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.6.2.tar.gz"
MD5SUM="f29d3cebec06c81a87823a2776ffcc5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-txaio cryptography hyperlink"