pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-autobahn 17.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db92624b650a
branches:  trunk
changeset: 364205:db92624b650a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 21 18:42:21 2017 +0000

description:
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:

 www/py-autobahn/Makefile |  10 +++++-----
 www/py-autobahn/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 230657b0ea73 -r db92624b650a www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Wed Jun 21 18:39:58 2017 +0000
+++ b/www/py-autobahn/Makefile  Wed Jun 21 18:42:21 2017 +0000
@@ -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@localhost
-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 -r 230657b0ea73 -r db92624b650a www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Wed Jun 21 18:39:58 2017 +0000
+++ b/www/py-autobahn/distinfo  Wed Jun 21 18:42:21 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index