Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 248981A921F for ; Tue, 19 Apr 2022 12:04:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 526BF84F73; Tue, 19 Apr 2022 12:04:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D34684D35 for ; Tue, 19 Apr 2022 12:04:39 +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 QxQN-FLrFt7m for ; Tue, 19 Apr 2022 12:04:39 +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 0BDA784CE9 for ; Tue, 19 Apr 2022 12:04:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08581FB1A; Tue, 19 Apr 2022 12:04:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165036987977430" MIME-Version: 1.0 Date: Tue, 19 Apr 2022 12:04:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-websockets To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220419120439.08581FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165036987977430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 19 12:04:38 UTC 2022 Modified Files: pkgsrc/www/py-websockets: Makefile distinfo Log Message: py-websockets: updated to 10.3 10.3 Backwards-incompatible changes The exception attribute of Request and Response is deprecated. Use the handshake_exc attribute of ServerConnection and ClientConnection instead. See Integrate the Sans-I/O layer for details. Improvements Reduced noise in logs when ssl or zlib raise exceptions. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-websockets/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-websockets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165036987977430 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-websockets/Makefile diff -u pkgsrc/www/py-websockets/Makefile:1.16 pkgsrc/www/py-websockets/Makefile:1.17 --- pkgsrc/www/py-websockets/Makefile:1.16 Mon Feb 21 08:23:53 2022 +++ pkgsrc/www/py-websockets/Makefile Tue Apr 19 12:04:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/02/21 08:23:53 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/04/19 12:04:38 adam Exp $ -DISTNAME= websockets-10.2 +DISTNAME= websockets-10.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/websockets/} Index: pkgsrc/www/py-websockets/distinfo diff -u pkgsrc/www/py-websockets/distinfo:1.14 pkgsrc/www/py-websockets/distinfo:1.15 --- pkgsrc/www/py-websockets/distinfo:1.14 Mon Feb 21 08:23:53 2022 +++ pkgsrc/www/py-websockets/distinfo Tue Apr 19 12:04:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/02/21 08:23:53 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/04/19 12:04:38 adam Exp $ -BLAKE2s (websockets-10.2.tar.gz) = f44752306633d3f6f49aaf610b3ebfebbd9bfa1a9f3f35040ef57ae27e6e25f3 -SHA512 (websockets-10.2.tar.gz) = b54bbdae63e5140f5158414f750e63124cf2f53abc5bed559e537d0f583a5e468a79b0428f185eaebb0c21dc3d0034de00a9f125a2f579368a0544447c255934 -Size (websockets-10.2.tar.gz) = 83402 bytes +BLAKE2s (websockets-10.3.tar.gz) = 1d078750c54dd4b88dcc503f30df5d5711850adf73e0317fadb11f17081db8f4 +SHA512 (websockets-10.3.tar.gz) = 14be8739dc61d9487a99c1fb406b035305c215ba8f75a68b54d4de378234b05ed5a72d503fc3de855ea7cd77e31803d726988af20fcb07b6458fe0cf99877b94 +Size (websockets-10.3.tar.gz) = 84097 bytes --_----------=_165036987977430--