python3-autobahn: update to 22.12.1.

This commit is contained in:
travankor 2022-12-31 07:41:53 -07:00 committed by Michal Vasilek
parent dec1fff633
commit 2c3f5449d6

View file

@ -1,16 +1,18 @@
# Template file for 'python3-autobahn' # Template file for 'python3-autobahn'
pkgname=python3-autobahn pkgname=python3-autobahn
version=21.3.1 version=22.12.1
revision=4 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools" hostmakedepends="python3 python3-setuptools"
depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio" depends="python3-cffi python3-Twisted python3-cryptography python3-txaio
python3-hyperlink"
short_desc="Real-time framework for Web, Mobile & Internet of Things" short_desc="Real-time framework for Web, Mobile & Internet of Things"
maintainer="travankor <travankor@tuta.io>" maintainer="travankor <travankor@tuta.io>"
license="MIT" license="MIT"
homepage="https://crossbar.io/autobahn" homepage="https://crossbar.io/autobahn"
changelog="https://raw.githubusercontent.com/crossbario/autobahn-python/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz" distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
checksum=e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae7664b8e03 checksum=43b4e8b1aeaeb20a0cc0a81572e613dc958057c0ab248a7d6b41b2763270f925
make_check=no # https://github.com/crossbario/autobahn-python/issues/1117 make_check=no # https://github.com/crossbario/autobahn-python/issues/1117
post_install() { post_install() {