Received: by mail.netbsd.org (Postfix, from userid 605) id CBAE684D66; Tue, 22 Aug 2017 08:53:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F14C84D3E for ; Tue, 22 Aug 2017 08:53:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6dUg-QgcugIj for ; Tue, 22 Aug 2017 08:53:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 78EFE84D35 for ; Tue, 22 Aug 2017 08:53:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FAC7FA77; Tue, 22 Aug 2017 08:53:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503392001259010" MIME-Version: 1.0 Date: Tue, 22 Aug 2017 08:53:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-autobahn To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170822085321.6FAC7FA77@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503392001259010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1503392001259010 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1503392001259010--