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 8C6741A921F for ; Tue, 19 Apr 2022 19:11:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BBD6784EE3; Tue, 19 Apr 2022 19:11:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0297E84E6D for ; Tue, 19 Apr 2022 19:11:01 +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 FHOUtdf_PfRB for ; Tue, 19 Apr 2022 19:11:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7990084D4A for ; Tue, 19 Apr 2022 19:11:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71061FB1A; Tue, 19 Apr 2022 19:11:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650395460116340" MIME-Version: 1.0 Date: Tue, 19 Apr 2022 19:11:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-restructuredtext_lint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220419191100.71061FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650395460116340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 19 19:11:00 UTC 2022 Modified Files: pkgsrc/devel/py-restructuredtext_lint: Makefile distinfo Log Message: py-restructuredtext_lint: updated to 1.4.0 1.4.0 - Fixed non-zero exit code for missing files/directories. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-restructuredtext_lint/Makefile \ pkgsrc/devel/py-restructuredtext_lint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650395460116340 Content-Disposition: inline Content-Length: 1832 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-restructuredtext_lint/Makefile diff -u pkgsrc/devel/py-restructuredtext_lint/Makefile:1.6 pkgsrc/devel/py-restructuredtext_lint/Makefile:1.7 --- pkgsrc/devel/py-restructuredtext_lint/Makefile:1.6 Wed Jan 5 15:41:07 2022 +++ pkgsrc/devel/py-restructuredtext_lint/Makefile Tue Apr 19 19:11:00 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/04/19 19:11:00 adam Exp $ -DISTNAME= restructuredtext_lint-1.3.2 +DISTNAME= restructuredtext_lint-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/restructuredtext_lint/} Index: pkgsrc/devel/py-restructuredtext_lint/distinfo diff -u pkgsrc/devel/py-restructuredtext_lint/distinfo:1.6 pkgsrc/devel/py-restructuredtext_lint/distinfo:1.7 --- pkgsrc/devel/py-restructuredtext_lint/distinfo:1.6 Tue Oct 26 10:19:02 2021 +++ pkgsrc/devel/py-restructuredtext_lint/distinfo Tue Apr 19 19:11:00 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:19:02 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/04/19 19:11:00 adam Exp $ -BLAKE2s (restructuredtext_lint-1.3.2.tar.gz) = 5ab8bbf665cea2e5be58e57ba2f473ae516b416380409c86cf713669299dcba2 -SHA512 (restructuredtext_lint-1.3.2.tar.gz) = 723c97879d54ce475a71441a9ca190a07f12a13da51c818ded29f3e4da255e734b54a49ae6c395cc1938e91ba9e88964d6aae896517e0d239301704f1b18cf67 -Size (restructuredtext_lint-1.3.2.tar.gz) = 13627 bytes +BLAKE2s (restructuredtext_lint-1.4.0.tar.gz) = cd98953908c0fafa8654720403616a96a58c4a5863ce708fcac7d5b0d234c0fe +SHA512 (restructuredtext_lint-1.4.0.tar.gz) = 8e16e2a43cb1e52bb3b4ac60da53130bd4a8d0b823fc95b32e62068bed95728084de3b55820cfcaba70eecaaa93bdf3f956b8bb6c55155115b40c7151ef58a2c +Size (restructuredtext_lint-1.4.0.tar.gz) = 16723 bytes --_----------=_1650395460116340--