Received: by mail.netbsd.org (Postfix, from userid 605) id CE44284D55; Mon, 27 Jan 2020 12:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 579CD84D3A for ; Mon, 27 Jan 2020 12:57:22 +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 QSrWTRq76R67 for ; Mon, 27 Jan 2020 12:57:21 +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 D49A284CDB for ; Mon, 27 Jan 2020 12:57:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2077FBF4; Mon, 27 Jan 2020 12:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580129841240440" MIME-Version: 1.0 Date: Mon, 27 Jan 2020 12:57:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-configargparse To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200127125721.D2077FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1580129841240440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 27 12:57:21 UTC 2020 Modified Files: pkgsrc/devel/py-configargparse: Makefile distinfo Log Message: py-configargparse: updated to 1.0 1.0: increment version. Seems like a good time to call this v1.0. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-configargparse/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-configargparse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580129841240440 Content-Disposition: inline Content-Length: 1797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-configargparse/Makefile diff -u pkgsrc/devel/py-configargparse/Makefile:1.11 pkgsrc/devel/py-configargparse/Makefile:1.12 --- pkgsrc/devel/py-configargparse/Makefile:1.11 Sat Dec 14 10:50:54 2019 +++ pkgsrc/devel/py-configargparse/Makefile Mon Jan 27 12:57:21 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/12/14 10:50:54 adam Exp $ +# $NetBSD: Makefile,v 1.12 2020/01/27 12:57:21 adam Exp $ -DISTNAME= ConfigArgParse-0.15.2 +DISTNAME= ConfigArgParse-1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=C/ConfigArgParse/} Index: pkgsrc/devel/py-configargparse/distinfo diff -u pkgsrc/devel/py-configargparse/distinfo:1.9 pkgsrc/devel/py-configargparse/distinfo:1.10 --- pkgsrc/devel/py-configargparse/distinfo:1.9 Sat Dec 14 10:50:54 2019 +++ pkgsrc/devel/py-configargparse/distinfo Mon Jan 27 12:57:21 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2019/12/14 10:50:54 adam Exp $ +$NetBSD: distinfo,v 1.10 2020/01/27 12:57:21 adam Exp $ -SHA1 (ConfigArgParse-0.15.2.tar.gz) = d6764b8c4e2978f55dfb001ccb072395d9c4b768 -RMD160 (ConfigArgParse-0.15.2.tar.gz) = 27f28be1991c9b6af07afc82dc43b1a96ecc2de5 -SHA512 (ConfigArgParse-0.15.2.tar.gz) = 81ef0625b0cc8a684e1ae8af3ce417fbee4b0bfff74ec51029d7bedf92d22ac036de7e022f5f6a730023992428502786e4479faba97953f03101d0bedcb024be -Size (ConfigArgParse-0.15.2.tar.gz) = 27387 bytes +SHA1 (ConfigArgParse-1.0.tar.gz) = d064e48349429e1b94454755287caba637798aa9 +RMD160 (ConfigArgParse-1.0.tar.gz) = 2e6e1218634f45679034e613090dfd6f21c5543b +SHA512 (ConfigArgParse-1.0.tar.gz) = 2e2a688dcdac01568ab9eb3e4997be04ead4eb6268d145c2196ab4c061cb78e38d29a9306aad2de0d12a21716ca23ed5454f79fdc745257129ce23e9bc774399 +Size (ConfigArgParse-1.0.tar.gz) = 40653 bytes --_----------=_1580129841240440--