Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7107384F08 for ; Mon, 29 May 2023 16:31:53 +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 TkrUY3St3nYD for ; Mon, 29 May 2023 16:31:53 +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 E12B684D2D for ; Mon, 29 May 2023 16:31:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEA42FA87; Mon, 29 May 2023 16:31:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685377912223200" MIME-Version: 1.0 Date: Mon, 29 May 2023 16:31:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-poetry-core To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230529163152.DEA42FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685377912223200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 29 16:31:52 UTC 2023 Modified Files: pkgsrc/devel/py-poetry-core: Makefile distinfo Log Message: py-poetry-core: updated to 1.6.1 1.6.1 Fixed Fix an endless recursion in marker handling Fix an issue where the wheel tag was not built correctly under certain circumstances Fix an issue where the tests included in the sdist failed due to missing files To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-poetry-core/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-poetry-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685377912223200 Content-Disposition: inline Content-Length: 1636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-poetry-core/Makefile diff -u pkgsrc/devel/py-poetry-core/Makefile:1.6 pkgsrc/devel/py-poetry-core/Makefile:1.7 --- pkgsrc/devel/py-poetry-core/Makefile:1.6 Mon May 15 09:54:18 2023 +++ pkgsrc/devel/py-poetry-core/Makefile Mon May 29 16:31:52 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/05/15 09:54:18 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/05/29 16:31:52 adam Exp $ -DISTNAME= poetry_core-1.6.0 +DISTNAME= poetry_core-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/} Index: pkgsrc/devel/py-poetry-core/distinfo diff -u pkgsrc/devel/py-poetry-core/distinfo:1.4 pkgsrc/devel/py-poetry-core/distinfo:1.5 --- pkgsrc/devel/py-poetry-core/distinfo:1.4 Mon May 15 09:54:18 2023 +++ pkgsrc/devel/py-poetry-core/distinfo Mon May 29 16:31:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/05/15 09:54:18 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/05/29 16:31:52 adam Exp $ -BLAKE2s (poetry_core-1.6.0.tar.gz) = 99814c77b737c9d53528290dd63bfb82a3d0e6bf636dd9f67032f8197d6d277f -SHA512 (poetry_core-1.6.0.tar.gz) = 48e2f8df96132bc30428dbf553bc46e72081d8fb16bdfed3dd08d46ee597ee522c8d7f58eb79573adc70a4002dc41495b257a283bbcd3b223c10533255f0100b -Size (poetry_core-1.6.0.tar.gz) = 442129 bytes +BLAKE2s (poetry_core-1.6.1.tar.gz) = 2b9ff7943aaa068432ce1d40f685e94e1449efe485591b3692000ba21a76ac75 +SHA512 (poetry_core-1.6.1.tar.gz) = b6abe79a82d9b5be04f775c9f59b8787ad6896e2d2b2ab7736c1ca94cd21cb928159651d23415e17df942edb7de2709f25a8c498fb2d02b50c4e1a47349bfbd7 +Size (poetry_core-1.6.1.tar.gz) = 443618 bytes --_----------=_1685377912223200--