Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3210D84E79 for ; Mon, 9 Oct 2023 10:39:08 +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 Y94Rhfa6aokd for ; Mon, 9 Oct 2023 10:39:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A853784D21 for ; Mon, 9 Oct 2023 10:39:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A21E4FADC; Mon, 9 Oct 2023 10:39:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696847947171150" MIME-Version: 1.0 Date: Mon, 9 Oct 2023 10:39:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pdm_backend To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231009103907.A21E4FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696847947171150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 9 10:39:07 UTC 2023 Modified Files: pkgsrc/devel/py-pdm_backend: Makefile distinfo Log Message: py-pdm_backend: updated to 2.1.7 2.1.7 Bug Fixes Rename tag-pattern to tag_regex in the docs Copytree handle existing dirs Normalize the dist info name in the wheel To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pdm_backend/Makefile \ pkgsrc/devel/py-pdm_backend/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696847947171150 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pdm_backend/Makefile diff -u pkgsrc/devel/py-pdm_backend/Makefile:1.7 pkgsrc/devel/py-pdm_backend/Makefile:1.8 --- pkgsrc/devel/py-pdm_backend/Makefile:1.7 Tue Aug 29 12:43:11 2023 +++ pkgsrc/devel/py-pdm_backend/Makefile Mon Oct 9 10:39:07 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/08/29 12:43:11 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/10/09 10:39:07 adam Exp $ -DISTNAME= pdm_backend-2.1.6 +DISTNAME= pdm_backend-2.1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm-backend/} Index: pkgsrc/devel/py-pdm_backend/distinfo diff -u pkgsrc/devel/py-pdm_backend/distinfo:1.7 pkgsrc/devel/py-pdm_backend/distinfo:1.8 --- pkgsrc/devel/py-pdm_backend/distinfo:1.7 Tue Aug 29 12:43:11 2023 +++ pkgsrc/devel/py-pdm_backend/distinfo Mon Oct 9 10:39:07 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/08/29 12:43:11 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/10/09 10:39:07 adam Exp $ -BLAKE2s (pdm_backend-2.1.6.tar.gz) = ec43f735a73a915379944c28b9638e0f10f2cd6391a3822f737435b68e421d76 -SHA512 (pdm_backend-2.1.6.tar.gz) = e854d1c6683114676dbce1ddfb3075fd94812923c16c8b874f949f96e6b54d01a6ebbdc66ab198ede31bc99d69558111fc8fc355d6e315115a10c372b86d0182 -Size (pdm_backend-2.1.6.tar.gz) = 97719 bytes +BLAKE2s (pdm_backend-2.1.7.tar.gz) = f04c439c01828fc911276e1802dc3b7bb1b3ba468ac73aed2237825b0e4ff2ce +SHA512 (pdm_backend-2.1.7.tar.gz) = 26d39c0d5a60eefc2bc2342359d3818f83670ec3857f0456ab4897f675c8e0ccf4b0840cdfc4a6f3bef06fc4b3f083afe62fd64457944fb444359f04309535a4 +Size (pdm_backend-2.1.7.tar.gz) = 97836 bytes --_----------=_1696847947171150--