Received: by mail.netbsd.org (Postfix, from userid 605) id 2E3AF84F12; Wed, 14 Sep 2022 10:49:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65E6484D72 for ; Wed, 14 Sep 2022 10:49:33 +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 DbnoFIfJv8ln for ; Wed, 14 Sep 2022 10:49:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE8DB84D08 for ; Wed, 14 Sep 2022 10:49:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0AAEFA90; Wed, 14 Sep 2022 10:49:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663152572165820" MIME-Version: 1.0 Date: Wed, 14 Sep 2022 10:49:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-configupdater To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220914104932.C0AAEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663152572165820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 14 10:49:32 UTC 2022 Modified Files: pkgsrc/devel/py-configupdater: Makefile distinfo Log Message: py-configupdater: updated to 3.1.1 Version 3.1.1 - Preserve indentation of section when there are comments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-configupdater/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-configupdater/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663152572165820 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-configupdater/Makefile diff -u pkgsrc/devel/py-configupdater/Makefile:1.2 pkgsrc/devel/py-configupdater/Makefile:1.3 --- pkgsrc/devel/py-configupdater/Makefile:1.2 Wed Apr 13 10:41:39 2022 +++ pkgsrc/devel/py-configupdater/Makefile Wed Sep 14 10:49:32 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/04/13 10:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/09/14 10:49:32 adam Exp $ -DISTNAME= ConfigUpdater-3.1 +DISTNAME= ConfigUpdater-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/configupdater/} Index: pkgsrc/devel/py-configupdater/distinfo diff -u pkgsrc/devel/py-configupdater/distinfo:1.1 pkgsrc/devel/py-configupdater/distinfo:1.2 --- pkgsrc/devel/py-configupdater/distinfo:1.1 Tue Apr 5 07:12:47 2022 +++ pkgsrc/devel/py-configupdater/distinfo Wed Sep 14 10:49:32 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/04/05 07:12:47 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/09/14 10:49:32 adam Exp $ -BLAKE2s (ConfigUpdater-3.1.tar.gz) = ea30ee389db824ad197f8ee5a6546e255386fa16f87cd5be0c1f2e49964e7baa -SHA512 (ConfigUpdater-3.1.tar.gz) = 1542236eeb760d3f5f38b7cc194093b6c16d6c7a42ce35dc209665ccddd0ecd3ae16a8fc3dbba06580993ec6152f93624e6603c62d53913bb93a1a76a3fa8b87 -Size (ConfigUpdater-3.1.tar.gz) = 139877 bytes +BLAKE2s (ConfigUpdater-3.1.1.tar.gz) = 2b2449de4c8a1071e9e5027bb09c87e53cf9c6ee555c3c3a1c2dbe603c51e4f6 +SHA512 (ConfigUpdater-3.1.1.tar.gz) = 1d94793a836baca488eb215bebc4505fcb42d7f0f37f7c9b658ce71bab95aebf0d679fc831bb4a36a744f95e0313d1fe7270f094ca728329405fcf0d0fdf2fc6 +Size (ConfigUpdater-3.1.1.tar.gz) = 139974 bytes --_----------=_1663152572165820--