diff options
author | adam <adam@pkgsrc.org> | 2017-06-21 18:42:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-21 18:42:21 +0000 |
commit | 0f87f4041c63d083ae557532f93abdbc2039a0f0 (patch) | |
tree | 748d5dbd733f15688492d57607ef1b6e1648a9ea /www | |
parent | a990965cf09dd83597e96b129d5dc102c4b621be (diff) | |
download | pkgsrc-0f87f4041c63d083ae557532f93abdbc2039a0f0.tar.gz |
17.6.1
new: allow components to pass WebSocket/RawSocket options
fix: register/subscribe decorators support different URI syntax from what session.register and session.subscribe support
new: allow for standard Crossbar a.c..d style pattern URIs to be used with Pattern
new: dynamic authorizer example
new: configurable log level in ApplicationRunner.run for asyncio
fix: forward reason of hard dropping WebSocket connection in wasNotCleanReason
Diffstat (limited to 'www')
-rw-r--r-- | www/py-autobahn/Makefile | 10 | ||||
-rw-r--r-- | www/py-autobahn/distinfo | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 65ea45d7205..fdc7ca72f8a 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2017/04/08 21:44:55 adam Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/21 18:42:21 adam Exp $ -DISTNAME= autobahn-0.18.1 +DISTNAME= autobahn-17.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/autobahn +HOMEPAGE= http://crossbar.io/autobahn/ COMMENT= WebSocket client and server library, WAMP real-time framework LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-txaio-[0-9]*:../../devel/py-txaio +DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio # actually TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo index cc1ed68422a..33e80665a2c 100644 --- a/www/py-autobahn/distinfo +++ b/www/py-autobahn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/04/08 21:44:55 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/06/21 18:42:21 adam Exp $ -SHA1 (autobahn-0.18.1.tar.gz) = 38e72ca004edfb0113b9a7154514542f4bbee3bf -RMD160 (autobahn-0.18.1.tar.gz) = b30a407dbbfbc033220d5534c5db4b3feaf9bf28 -SHA512 (autobahn-0.18.1.tar.gz) = 5fcf3b14b2896da3f4bbed591a7c1935a2d23dd2dec51be24bf2fa0850222fbdf12e46bb36fb0969e9030a188e86f09e6601b2b963df9a57981696245da50424 -Size (autobahn-0.18.1.tar.gz) = 197088 bytes +SHA1 (autobahn-17.6.1.tar.gz) = 6b75ce77b402ee9a5f6543c01d412b98ba4bab55 +RMD160 (autobahn-17.6.1.tar.gz) = 1193b3000e51790dfe6de2a80341d09c5068822e +SHA512 (autobahn-17.6.1.tar.gz) = 30c50883c7c5e3f084ac7a0fcaeccd9cb7f64dd1450ddcea3cb9c456ace1a9ac9a04d448fa9646a4c50d09b0dec6604924d3caf83cfa523d1cb3ed94e6b148e9 +Size (autobahn-17.6.1.tar.gz) = 205855 bytes |