Received: by mail.netbsd.org (Postfix, from userid 605) id 6BE8A84D31; Mon, 17 May 2021 10:21:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7F5384D24 for ; Mon, 17 May 2021 10:21:10 +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 s6L9s0UM5P3D for ; Mon, 17 May 2021 10:21:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FB3784CE2 for ; Mon, 17 May 2021 10:21:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC8FCFA95; Mon, 17 May 2021 10:21:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621246869127820" MIME-Version: 1.0 Date: Mon, 17 May 2021 10:21:09 +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: <20210517102109.EC8FCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621246869127820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 17 10:21:09 UTC 2021 Modified Files: pkgsrc/www/py-websockets: Makefile PLIST distinfo Log Message: py-websockets: updated to 9.0.2 9.0.2 Restored compatibility of python -m websockets with Python < 3.9. Restored compatibility with mypy. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-websockets/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-websockets/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-websockets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621246869127820 Content-Disposition: inline Content-Length: 2579 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.10 pkgsrc/www/py-websockets/Makefile:1.11 --- pkgsrc/www/py-websockets/Makefile:1.10 Mon May 10 12:52:54 2021 +++ pkgsrc/www/py-websockets/Makefile Mon May 17 10:21:09 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/05/10 12:52:54 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/05/17 10:21:09 adam Exp $ -DISTNAME= websockets-9.0.1 +DISTNAME= websockets-9.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/websockets/} Index: pkgsrc/www/py-websockets/PLIST diff -u pkgsrc/www/py-websockets/PLIST:1.9 pkgsrc/www/py-websockets/PLIST:1.10 --- pkgsrc/www/py-websockets/PLIST:1.9 Mon May 10 12:52:54 2021 +++ pkgsrc/www/py-websockets/PLIST Mon May 17 10:21:09 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/05/10 12:52:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/05/17 10:21:09 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/websockets/__init__.pyo ${PYSITELIB}/websockets/__main__.py ${PYSITELIB}/websockets/__main__.pyc ${PYSITELIB}/websockets/__main__.pyo +${PYSITELIB}/websockets/auth.py +${PYSITELIB}/websockets/auth.pyc +${PYSITELIB}/websockets/auth.pyo ${PYSITELIB}/websockets/client.py ${PYSITELIB}/websockets/client.pyc ${PYSITELIB}/websockets/client.pyo Index: pkgsrc/www/py-websockets/distinfo diff -u pkgsrc/www/py-websockets/distinfo:1.8 pkgsrc/www/py-websockets/distinfo:1.9 --- pkgsrc/www/py-websockets/distinfo:1.8 Mon May 10 12:52:54 2021 +++ pkgsrc/www/py-websockets/distinfo Mon May 17 10:21:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/05/10 12:52:54 adam Exp $ +$NetBSD: distinfo,v 1.9 2021/05/17 10:21:09 adam Exp $ -SHA1 (websockets-9.0.1.tar.gz) = 995f44c0db761db437eec51e48309489c29ca773 -RMD160 (websockets-9.0.1.tar.gz) = 853b93a7e7d77a4db10c1507ceb36bb116cee498 -SHA512 (websockets-9.0.1.tar.gz) = abaef65c66d639100c18fd4722109fdf24a499fb9c47c312778772d54170fb80d41d7742ef263c3919871a061dc3d82ca8042476fbd26ffc90ce441ffef57282 -Size (websockets-9.0.1.tar.gz) = 76473 bytes +SHA1 (websockets-9.0.2.tar.gz) = 8480f21757d5fe2985127390aec14bcfb88ab275 +RMD160 (websockets-9.0.2.tar.gz) = 6e104b37f28f7bccfa57ae954555abd68804588b +SHA512 (websockets-9.0.2.tar.gz) = fa0f1df5ea8748c9fc028640bee6ed90f8816020fa189510270f1f3dc6b502a95910767320818116d0a05a94ca03e790801637b0dba29403763bffc137602a10 +Size (websockets-9.0.2.tar.gz) = 76678 bytes --_----------=_1621246869127820--