From c3cb42a78affd5e8dc94cf4d4fc6ebc0201c8afb Mon Sep 17 00:00:00 2001 From: travankor Date: Wed, 16 Dec 2020 18:51:39 -0700 Subject: [PATCH] python3-autobahn: update to 20.12.2. --- srcpkgs/python3-autobahn/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template index 516e936a7a3..38128492668 100644 --- a/srcpkgs/python3-autobahn/template +++ b/srcpkgs/python3-autobahn/template @@ -1,7 +1,7 @@ # Template file for 'python3-autobahn' pkgname=python3-autobahn -version=20.7.1 -revision=2 +version=20.12.2 +revision=1 wrksrc="autobahn-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" @@ -11,7 +11,13 @@ maintainer="travankor " license="MIT" homepage="https://crossbar.io/autobahn" distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz" -checksum=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb +checksum=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e + +do_check() { + # Tests do no seem to be compatible yet with pytest 5.1 + # https://github.com/crossbario/autobahn-python/issues/1235 + : +} post-install() { vlicense LICENSE