python/python3-autobahn: updated for version 22.7.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-09-14 10:29:50 +02:00 committed by Willy Sudiarto Raharjo
parent 5ad726ea54
commit 72109ab43a
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:-22.4.2}
VERSION=${VERSION:-22.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-autobahn"
VERSION="22.4.2"
VERSION="22.7.1"
HOMEPAGE="https://crossbar.io/autobahn/"
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-22.4.2.tar.gz"
MD5SUM="372b4a48f765e8d9dbdedfe764410544"
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-22.7.1.tar.gz"
MD5SUM="2921fb2bdea60b4cb36ccec367625995"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-txaio cryptography hyperlink"