Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7FC184F29 for ; Fri, 10 Nov 2023 18:35:09 +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 Xj-ZZ6sjUojL for ; Fri, 10 Nov 2023 18:35:09 +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 4C1F484F1C for ; Fri, 10 Nov 2023 18:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 428E5FA2F; Fri, 10 Nov 2023 18:35:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699641308191950" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 18:35:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-comm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231110183509.428E5FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699641308191950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 10 18:35:08 UTC 2023 Modified Files: pkgsrc/net/py-comm: Makefile PLIST distinfo Log Message: py-comm: updated to 0.2.0 0.2.0 Maintenance and upkeep improvements Add downstream checks Adopt sp-repo-review Other merged PRs Bump actions/checkout from 3 to 4 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-comm/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-comm/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-comm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699641308191950 Content-Disposition: inline Content-Length: 2125 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-comm/Makefile diff -u pkgsrc/net/py-comm/Makefile:1.5 pkgsrc/net/py-comm/Makefile:1.6 --- pkgsrc/net/py-comm/Makefile:1.5 Sat Oct 28 19:57:12 2023 +++ pkgsrc/net/py-comm/Makefile Fri Nov 10 18:35:08 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2023/10/28 19:57:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/11/10 18:35:08 adam Exp $ -DISTNAME= comm-0.1.4 +DISTNAME= comm-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=c/comm/} Index: pkgsrc/net/py-comm/PLIST diff -u pkgsrc/net/py-comm/PLIST:1.2 pkgsrc/net/py-comm/PLIST:1.3 --- pkgsrc/net/py-comm/PLIST:1.2 Sat Oct 28 19:57:12 2023 +++ pkgsrc/net/py-comm/PLIST Fri Nov 10 18:35:08 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/11/10 18:35:08 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL @@ -9,3 +9,4 @@ ${PYSITELIB}/comm/__init__.pyo ${PYSITELIB}/comm/base_comm.py ${PYSITELIB}/comm/base_comm.pyc ${PYSITELIB}/comm/base_comm.pyo +${PYSITELIB}/comm/py.typed Index: pkgsrc/net/py-comm/distinfo diff -u pkgsrc/net/py-comm/distinfo:1.4 pkgsrc/net/py-comm/distinfo:1.5 --- pkgsrc/net/py-comm/distinfo:1.4 Thu Aug 3 08:06:23 2023 +++ pkgsrc/net/py-comm/distinfo Fri Nov 10 18:35:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/08/03 08:06:23 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/11/10 18:35:08 adam Exp $ -BLAKE2s (comm-0.1.4.tar.gz) = c654680c5be85678c55ad3d10ba5441428289f9c94c2dc443def0d4194555bb6 -SHA512 (comm-0.1.4.tar.gz) = 2f6098716294030e0e87ba75436bcea34e976dd44d4b1d6d3809f48073fb381fd45f4acb665660e59e9be84678ef64ccb5ee6623bf12fe0ea79e572a48930b4f -Size (comm-0.1.4.tar.gz) = 5626 bytes +BLAKE2s (comm-0.2.0.tar.gz) = 3fdeda61343e5eb0ad49e80c3cb4e44b695963ea060b5bf3327f373311b8f17e +SHA512 (comm-0.2.0.tar.gz) = 6088cf10f79ce829873f57e143a86b65a9b05d69b7e27de38cb1b29aeccc2e1ae4e0c4ae7fc27fb18072d2b1ecf50574af0e1a93b1da60cca158737b62440ffa +Size (comm-0.2.0.tar.gz) = 5788 bytes --_----------=_1699641308191950--