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 2C0211A9217 for ; Mon, 18 Jan 2021 16:03:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 63B4684DC3; Mon, 18 Jan 2021 16:03:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D35384D61 for ; Mon, 18 Jan 2021 16:03: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 riFcA0B4-TN0 for ; Mon, 18 Jan 2021 16:03:33 +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 0B37984D27 for ; Mon, 18 Jan 2021 16:03:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08C62FA9D; Mon, 18 Jan 2021 16:03:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161098581397580" MIME-Version: 1.0 Date: Mon, 18 Jan 2021 16:03:33 +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: <20210118160333.08C62FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161098581397580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 18 16:03:32 UTC 2021 Modified Files: pkgsrc/devel/py-setuptools_scm: Makefile distinfo Log Message: py-setuptools_scm: updated to 5.0.1 v5.0.1 fix 509: support SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} for pyproject.toml v5.0.0 Breaking changes: fix 339: strict errors on missing scms when parsing a scm dir to avoid false version lookups fix 337: if relative_to is a directory instead of a file, consider it as direct target instead of the containing folder and print a warning Bugfixes: fix 352: add support for generally ignoring specific vcs roots fix 471: better error for version bump failing on complex but accepted tag fix 479: raise indicative error when tags carry non-parsable information Add no-guess-dev which does no next version guessing, just adds .post1.devN in case there are new commits after the tag add python3.9 enhance documentation consider SOURCE_DATE_EPOCH for versioning add a version_tuple to write_to templates fix 321: add suppport for the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} env var to target the pretend key fix 142: clearly list supported scm fix 213: better error message for non-zero dev numbers in tags fix 356: add git branch to version on describe failure To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-setuptools_scm/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-setuptools_scm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161098581397580 Content-Disposition: inline Content-Length: 1800 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.23 pkgsrc/devel/py-setuptools_scm/Makefile:1.24 --- pkgsrc/devel/py-setuptools_scm/Makefile:1.23 Mon Aug 24 08:38:39 2020 +++ pkgsrc/devel/py-setuptools_scm/Makefile Mon Jan 18 16:03:32 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/08/24 08:38:39 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2021/01/18 16:03:32 adam Exp $ -DISTNAME= setuptools_scm-4.1.2 +DISTNAME= setuptools_scm-5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/} Index: pkgsrc/devel/py-setuptools_scm/distinfo diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.22 pkgsrc/devel/py-setuptools_scm/distinfo:1.23 --- pkgsrc/devel/py-setuptools_scm/distinfo:1.22 Mon Aug 24 08:38:39 2020 +++ pkgsrc/devel/py-setuptools_scm/distinfo Mon Jan 18 16:03:32 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2020/08/24 08:38:39 wiz Exp $ +$NetBSD: distinfo,v 1.23 2021/01/18 16:03:32 adam Exp $ -SHA1 (setuptools_scm-4.1.2.tar.gz) = 464fcfa8c35f0f1e6dcfe79c0d66cfe6f8e4b5ec -RMD160 (setuptools_scm-4.1.2.tar.gz) = f6a08b5e4f69bec0afee23a74deeaf001cd51d8e -SHA512 (setuptools_scm-4.1.2.tar.gz) = 3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6 -Size (setuptools_scm-4.1.2.tar.gz) = 48784 bytes +SHA1 (setuptools_scm-5.0.1.tar.gz) = af08a257a725dbdde9795859249ddf79caf4fc22 +RMD160 (setuptools_scm-5.0.1.tar.gz) = 8676ba323e763f1ad3298a1191fa8acc3c162eb5 +SHA512 (setuptools_scm-5.0.1.tar.gz) = 055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f +Size (setuptools_scm-5.0.1.tar.gz) = 51679 bytes --_----------=_161098581397580--