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:           Tue Aug 22 08:53:21 UTC 2017

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

Log Message:
17.8.1
new: prefix= kwarg now available on ApplicationSession.register for runtime method names
new: @wamp.register(None) will use the function-name as the URI
new: correlation and uri attributes for WAMP message tracing


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/www/py-autobahn/Makefile:1.6
--- pkgsrc/www/py-autobahn/Makefile:1.5 Sun Jul 23 17:25:17 2017
+++ pkgsrc/www/py-autobahn/Makefile     Tue Aug 22 08:53:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/07/23 17:25:17 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/08/22 08:53:21 adam Exp $
 
-DISTNAME=      autobahn-17.7.1
+DISTNAME=      autobahn-17.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.5 pkgsrc/www/py-autobahn/distinfo:1.6
--- pkgsrc/www/py-autobahn/distinfo:1.5 Sun Jul 23 17:25:17 2017
+++ pkgsrc/www/py-autobahn/distinfo     Tue Aug 22 08:53:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/07/23 17:25:17 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/08/22 08:53:21 adam Exp $
 
-SHA1 (autobahn-17.7.1.tar.gz) = a81d66a829e31992855ea8eb074b174e9336568b
-RMD160 (autobahn-17.7.1.tar.gz) = 14235906854780d952fcfe3a2ee1790dd5cbacfc
-SHA512 (autobahn-17.7.1.tar.gz) = 592c4e21a7986fc9ac992fdfd24055654c5db7a3b8963fb5814bc32bdfbcdd7e3271bc84ed35faaf50755022a115a5f026de825ba5c35dacad4cfa2cf776d50f
-Size (autobahn-17.7.1.tar.gz) = 211238 bytes
+SHA1 (autobahn-17.8.1.tar.gz) = 490694bad8110678b38575a4de28d8036721c8d2
+RMD160 (autobahn-17.8.1.tar.gz) = 5aeb95a3e51137a6559250cbc79f2914de8309b2
+SHA512 (autobahn-17.8.1.tar.gz) = f516679d08574260c62662b91c2e662924c35babe9ba2a3ab5396dfffc1bda9d6a645ab8c8c59ceb5ed047469d22309b1379d2dac966972acece3c3a9ad64aec
+Size (autobahn-17.8.1.tar.gz) = 211877 bytes



Home | Main Index | Thread Index | Old Index