Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A66FF85020 for ; Fri, 20 Oct 2023 11:25: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 KnZ5yWJ6OV0n for ; Fri, 20 Oct 2023 11:25: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 2093F84FE1 for ; Fri, 20 Oct 2023 11:25:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F30AFADC; Fri, 20 Oct 2023 11:25:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697801139178960" MIME-Version: 1.0 Date: Fri, 20 Oct 2023 11:25:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-rstr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231020112539.0F30AFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697801139178960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 20 11:25:38 UTC 2023 Modified Files: pkgsrc/devel/py-rstr: Makefile distinfo Log Message: py-rstr: updated to 3.2.2 3.2.2 - Removes type stubs for `random` to fix type-checking failures under Python 3.11. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-rstr/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rstr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697801139178960 Content-Disposition: inline Content-Length: 1494 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-rstr/Makefile diff -u pkgsrc/devel/py-rstr/Makefile:1.4 pkgsrc/devel/py-rstr/Makefile:1.5 --- pkgsrc/devel/py-rstr/Makefile:1.4 Wed Apr 19 05:23:35 2023 +++ pkgsrc/devel/py-rstr/Makefile Fri Oct 20 11:25:38 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/04/19 05:23:35 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/10/20 11:25:38 adam Exp $ -DISTNAME= rstr-3.2.1 +DISTNAME= rstr-3.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rstr/} Index: pkgsrc/devel/py-rstr/distinfo diff -u pkgsrc/devel/py-rstr/distinfo:1.2 pkgsrc/devel/py-rstr/distinfo:1.3 --- pkgsrc/devel/py-rstr/distinfo:1.2 Wed Apr 19 05:23:35 2023 +++ pkgsrc/devel/py-rstr/distinfo Fri Oct 20 11:25:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/04/19 05:23:35 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/10/20 11:25:38 adam Exp $ -BLAKE2s (rstr-3.2.1.tar.gz) = c34e636b3928c3dc58555022e31d9b333ae366d4ab11d99bb6f03ffc3735b7d0 -SHA512 (rstr-3.2.1.tar.gz) = 64e038777f641c6beed93f53f5007c3adf493b1fb7a2b6db870163c2739b4944fe9f693d05eb227fc4241e4f89120e043e389b1b3e6ad979e7fed2b0844c1931 -Size (rstr-3.2.1.tar.gz) = 13587 bytes +BLAKE2s (rstr-3.2.2.tar.gz) = 8ae9c8502f78003b598d2fc601ffd7b46115cd2e33ad4893fe2806c1827130c7 +SHA512 (rstr-3.2.2.tar.gz) = a7fe59cac3382a7ce4dea97b97aae607f6820a0aabf445426e0bedb127a053ed70990ac5137c52a78c2356089e0b474eac05c3cc794f705dc30a1f4ffa6c35ac +Size (rstr-3.2.2.tar.gz) = 13560 bytes --_----------=_1697801139178960--