pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 21 18:42:21 UTC 2017

Modified Files:
        pkgsrc/www/py-autobahn: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-autobahn/Makefile \
    pkgsrc/www/py-autobahn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.2 pkgsrc/www/py-autobahn/Makefile:1.3
--- pkgsrc/www/py-autobahn/Makefile:1.2 Sat Apr  8 21:44:55 2017
+++ pkgsrc/www/py-autobahn/Makefile     Wed Jun 21 18:42:21 2017
@@ -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
Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.2 pkgsrc/www/py-autobahn/distinfo:1.3
--- pkgsrc/www/py-autobahn/distinfo:1.2 Sat Apr  8 21:44:55 2017
+++ pkgsrc/www/py-autobahn/distinfo     Wed Jun 21 18:42:21 2017
@@ -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