Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DDE284D25 for ; Fri, 4 Aug 2023 08:09:00 +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 UgYwf7M4f0Eo for ; Fri, 4 Aug 2023 08:09:00 +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 F3A6884D1B for ; Fri, 4 Aug 2023 08:08:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1033FBDB; Fri, 4 Aug 2023 08:08:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691136539275440" MIME-Version: 1.0 Date: Fri, 4 Aug 2023 08:08:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-checkdocs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230804080859.F1033FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691136539275440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 4 08:08:59 UTC 2023 Modified Files: pkgsrc/devel/py-test-checkdocs: Makefile distinfo Log Message: py-test-checkdocs: updated to 2.10.1 v2.10.1 No significant changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-checkdocs/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-checkdocs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691136539275440 Content-Disposition: inline Content-Length: 1716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-checkdocs/Makefile diff -u pkgsrc/devel/py-test-checkdocs/Makefile:1.4 pkgsrc/devel/py-test-checkdocs/Makefile:1.5 --- pkgsrc/devel/py-test-checkdocs/Makefile:1.4 Wed Jul 19 08:01:10 2023 +++ pkgsrc/devel/py-test-checkdocs/Makefile Fri Aug 4 08:08:59 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/07/19 08:01:10 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/08/04 08:08:59 adam Exp $ -DISTNAME= pytest-checkdocs-2.10.0 +DISTNAME= pytest-checkdocs-2.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-checkdocs/} Index: pkgsrc/devel/py-test-checkdocs/distinfo diff -u pkgsrc/devel/py-test-checkdocs/distinfo:1.2 pkgsrc/devel/py-test-checkdocs/distinfo:1.3 --- pkgsrc/devel/py-test-checkdocs/distinfo:1.2 Wed Jul 19 08:01:10 2023 +++ pkgsrc/devel/py-test-checkdocs/distinfo Fri Aug 4 08:08:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/07/19 08:01:10 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/08/04 08:08:59 adam Exp $ -BLAKE2s (pytest-checkdocs-2.10.0.tar.gz) = 34d3c84ce69d6145b24344ca154812732cebcb3703787a90813f3812df125682 -SHA512 (pytest-checkdocs-2.10.0.tar.gz) = 3e68c2fe0eba39190b0053182b458fae9c818f607a84f08dfebfc487b60cee707138f2d796ba8e10595ab80c8329e93b5891b18d236c23251a109c077832f9ca -Size (pytest-checkdocs-2.10.0.tar.gz) = 8754 bytes +BLAKE2s (pytest-checkdocs-2.10.1.tar.gz) = 7a31f69a3b9498e3142e677b9cf6e983d53782fd7f37076dae979ff990683232 +SHA512 (pytest-checkdocs-2.10.1.tar.gz) = 87ec361eb2f4d7756c56e6c5edb591b3358f6de739d6d83ded43c887a84579c9a6a41b097e14d8b97082fca293c13aeb5869b4b13543cf04ea7c7a7e2db00781 +Size (pytest-checkdocs-2.10.1.tar.gz) = 8640 bytes --_----------=_1691136539275440--