summaryrefslogtreecommitdiff
path: root/www/py-autobahn/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-02 09:37:01 +0000
committeradam <adam@pkgsrc.org>2019-05-02 09:37:01 +0000
commit537acf0752a7bfdf530aceb039bd24d88fd95960 (patch)
treeca3050fc085507623a9cb06eb6ed02dabc487ab0 /www/py-autobahn/Makefile
parent74b4621247ad4a9f632bc83a1025b9c3c22077b1 (diff)
downloadpkgsrc-537acf0752a7bfdf530aceb039bd24d88fd95960.tar.gz
py-autobahn: updated to 19.3.3
19.3.3 fix: RegisterOptions should have details|bool parameter new: WAMP callee disclosure new: WAMP forward_for in more message types; expose forward_for in options/details types new: expose underlying serializer modules on WAMP object serializers fix: WAMP-cryptosign fix base64 encodings, add hex encoding 19.3.2 fix: import guards for flatbuffers (missed in CI as we run with "all deps installed" there) 19.3.1 new: add experimental support for WAMP-FlatBuffers serializer: EVENT and PUBLISH messages for now only new: add FlatBuffers schema for WAMP messages fix: improve serializer package preference behavior depending on CPy vs PyPy fix: relax protocol violations: ignore unknown INTERRUPT and GOODBYE already sent; reduce log noise fix: skipping Yield message if transport gets closed before success callback is called fix: integer division in logging in py3 fix: Await tasks after they've been cancelled in autobahn.asycio.component.nicely_exit
Diffstat (limited to 'www/py-autobahn/Makefile')
-rw-r--r--www/py-autobahn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index fb0c2b45689..36b9b9d9a17 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/03/13 19:21:07 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/05/02 09:37:01 adam Exp $
-DISTNAME= autobahn-19.2.1
+DISTNAME= autobahn-19.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}