Received: by mail.netbsd.org (Postfix, from userid 605) id 0988F84D46; Thu, 11 Oct 2018 10:26:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C26C84D2D for ; Thu, 11 Oct 2018 10:26:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M2XNAXsVW56X for ; Thu, 11 Oct 2018 10:26:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4753484D20 for ; Thu, 11 Oct 2018 10:26:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F740FBEE; Thu, 11 Oct 2018 10:26:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153925359098650" MIME-Version: 1.0 Date: Thu, 11 Oct 2018 10:26:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-websocket-client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181011102630.3F740FBEE@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. --_----------=_153925359098650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 11 10:26:30 UTC 2018 Modified Files: pkgsrc/www/py-websocket-client: ALTERNATIVES Makefile PLIST distinfo Log Message: py-websocket-client: updated to 0.53.0 0.53.0: - on_open() missing 1 required positional argument: 'ws' 0.52.0: - fixed callback argument in _app.py - Fixing none compare bug in run_forever - Fix NoneType bug introduced by 386 fix 0.51.0: - revert "WebSocketApp class to make it inheritable" because of breaking the compatibily 0.50.0: - fixed pong before ping - pass proper arguments to method callbacks 0.49.0: - WebSocketApp class to make it inheritable - Add option to disable sending the Origin header - Websocket.close() meaning of "close status: XXXXX" - Enable multithreading protection with ping_interval - reset WebsocketApp.sock - websocket.enableTrace not working - AttributeError: 'module' object has no attribute 'NullHandler' - WebSocketBadStatusException "not enough arguments for format string" - handshake should deal with None in headers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-websocket-client/ALTERNATIVES cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-websocket-client/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-websocket-client/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-websocket-client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153925359098650 Content-Disposition: inline Content-Length: 3155 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-websocket-client/ALTERNATIVES diff -u pkgsrc/www/py-websocket-client/ALTERNATIVES:1.2 pkgsrc/www/py-websocket-client/ALTERNATIVES:1.3 --- pkgsrc/www/py-websocket-client/ALTERNATIVES:1.2 Fri Jun 15 11:47:10 2018 +++ pkgsrc/www/py-websocket-client/ALTERNATIVES Thu Oct 11 10:26:30 2018 @@ -1 +1 @@ -bin/wsdump bin/wsdump@PYVERSSUFFIX@ +bin/wsdump bin/wsdump-@PYVERSSUFFIX@ Index: pkgsrc/www/py-websocket-client/Makefile diff -u pkgsrc/www/py-websocket-client/Makefile:1.5 pkgsrc/www/py-websocket-client/Makefile:1.6 --- pkgsrc/www/py-websocket-client/Makefile:1.5 Fri Jun 15 11:47:10 2018 +++ pkgsrc/www/py-websocket-client/Makefile Thu Oct 11 10:26:30 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/06/15 11:47:10 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/10/11 10:26:30 adam Exp $ -DISTNAME= websocket_client-0.48.0 +DISTNAME= websocket_client-0.53.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/websocket-client/} @@ -17,7 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../. USE_LANGUAGES= # none post-install: - cd ${DESTDIR}${PREFIX}/bin && ${MV} wsdump.py wsdump${PYVERSSUFFIX} || ${TRUE} + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-websocket-client/PLIST diff -u pkgsrc/www/py-websocket-client/PLIST:1.3 pkgsrc/www/py-websocket-client/PLIST:1.4 --- pkgsrc/www/py-websocket-client/PLIST:1.3 Fri Jun 15 11:47:10 2018 +++ pkgsrc/www/py-websocket-client/PLIST Thu Oct 11 10:26:30 2018 @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2018/06/15 11:47:10 adam Exp $ -bin/wsdump${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.4 2018/10/11 10:26:30 adam Exp $ +bin/wsdump-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt Index: pkgsrc/www/py-websocket-client/distinfo diff -u pkgsrc/www/py-websocket-client/distinfo:1.4 pkgsrc/www/py-websocket-client/distinfo:1.5 --- pkgsrc/www/py-websocket-client/distinfo:1.4 Fri Jun 15 11:47:10 2018 +++ pkgsrc/www/py-websocket-client/distinfo Thu Oct 11 10:26:30 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/06/15 11:47:10 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/10/11 10:26:30 adam Exp $ -SHA1 (websocket_client-0.48.0.tar.gz) = bf678b2aa7512b4d231ad185382ac6e795aaafce -RMD160 (websocket_client-0.48.0.tar.gz) = 599b4eeef57ad46039e780f664460ff767b30d26 -SHA512 (websocket_client-0.48.0.tar.gz) = 6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333 -Size (websocket_client-0.48.0.tar.gz) = 44492 bytes +SHA1 (websocket_client-0.53.0.tar.gz) = 09bd8914944646fde9d2672392579a982ea0f031 +RMD160 (websocket_client-0.53.0.tar.gz) = 08f8044a230bc83812592859e8870176dbc30c6c +SHA512 (websocket_client-0.53.0.tar.gz) = a20aad73545eb9cff493a9583e1ba5c895096b8de28f4360925f4ed2906d74cf96023ccea9097a23e71402430a623ce9a1456b14add26587b320de903503cb34 +Size (websocket_client-0.53.0.tar.gz) = 43276 bytes --_----------=_153925359098650--