Received: by mail.netbsd.org (Postfix, from userid 605) id 26BD284E01; Mon, 20 Jan 2020 11:49:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1BE584DF6 for ; Mon, 20 Jan 2020 11:49:36 +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 BkbNaV21dlb2 for ; Mon, 20 Jan 2020 11:49:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 028A884CE9 for ; Mon, 20 Jan 2020 11:49:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF3A3FBF4; Mon, 20 Jan 2020 11:49:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579520975263640" MIME-Version: 1.0 Date: Mon, 20 Jan 2020 11:49:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools_scm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200120114935.EF3A3FBF4@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. --_----------=_1579520975263640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 20 11:49:35 UTC 2020 Modified Files: pkgsrc/devel/py-setuptools_scm: Makefile PLIST distinfo Log Message: py-setuptools_scm: updated to 3.4.2 v3.4.2 * fix: correctly transfer tag regex in the Configuration constructor * rollback --first-parent for git describe as it turns out to be a regression for some users v3.4.1 * correctly set up the default version scheme for pyproject usage. this bugfix got missed when ruushing the release. v3.4.0 * fix - add support for projects built under setuptools declarative config by way of the setuptools.finalize_distribution_options hook in Setuptools 42. * fix - ensure the git file finder closes filedescriptors even when errors happen * fix - clean out env vars from the git hook system to ensure correct function from within * modernize docs wrt importlib.metadata * use --first-parent for git describe To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-setuptools_scm/Makefile \ pkgsrc/devel/py-setuptools_scm/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-setuptools_scm/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579520975263640 Content-Disposition: inline Content-Length: 3086 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools_scm/Makefile diff -u pkgsrc/devel/py-setuptools_scm/Makefile:1.18 pkgsrc/devel/py-setuptools_scm/Makefile:1.19 --- pkgsrc/devel/py-setuptools_scm/Makefile:1.18 Tue May 21 08:20:47 2019 +++ pkgsrc/devel/py-setuptools_scm/Makefile Mon Jan 20 11:49:35 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/05/21 08:20:47 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/20 11:49:35 adam Exp $ -DISTNAME= setuptools_scm-3.3.3 +DISTNAME= setuptools_scm-3.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/} @@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/pypa/setupt COMMENT= Manage your versions by scm tags LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml +TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -# Mercurial only supports Python 2.7 and we only need 'hg' command -TEST_DEPENDS+= py27-mercurial-[0-9]*:../../devel/py-mercurial +TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial USE_LANGUAGES= # none Index: pkgsrc/devel/py-setuptools_scm/distinfo diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.18 pkgsrc/devel/py-setuptools_scm/distinfo:1.19 --- pkgsrc/devel/py-setuptools_scm/distinfo:1.18 Tue May 21 08:20:47 2019 +++ pkgsrc/devel/py-setuptools_scm/distinfo Mon Jan 20 11:49:35 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/05/21 08:20:47 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/01/20 11:49:35 adam Exp $ -SHA1 (setuptools_scm-3.3.3.tar.gz) = 8c4d2077ddb84470099f6cad64c7c24fb5ec5f3b -RMD160 (setuptools_scm-3.3.3.tar.gz) = 6d39a82b2a0e93f53a2b904fa96eee98f5095e9a -SHA512 (setuptools_scm-3.3.3.tar.gz) = 196d4785a1802875d89b9e54ae788e791a9c5cb685109784059955b691242984e42b96d77075116790935f56be82259bc2588d95d65ecbb101261d76daddb83c -Size (setuptools_scm-3.3.3.tar.gz) = 36903 bytes +SHA1 (setuptools_scm-3.4.2.tar.gz) = 6e34addf4d1f9b36420cd001056bd159e2563731 +RMD160 (setuptools_scm-3.4.2.tar.gz) = cc680f0d8c965d60389401375a525333ec72eadf +SHA512 (setuptools_scm-3.4.2.tar.gz) = bdfe0e1d3952be9f55b9d7a00a8623f58fc3fb81d78baafd80cf0bec43dd89cc6df6de547012d3b4bfcdfc709895b6cc7534adb631990470a015eb1199a99bbf +Size (setuptools_scm-3.4.2.tar.gz) = 45512 bytes Index: pkgsrc/devel/py-setuptools_scm/PLIST diff -u pkgsrc/devel/py-setuptools_scm/PLIST:1.4 pkgsrc/devel/py-setuptools_scm/PLIST:1.5 --- pkgsrc/devel/py-setuptools_scm/PLIST:1.4 Tue Aug 7 10:06:47 2018 +++ pkgsrc/devel/py-setuptools_scm/PLIST Mon Jan 20 11:49:35 2020 @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2018/08/07 10:06:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/01/20 11:49:35 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/setuptools_scm/__init__.py --_----------=_1579520975263640--