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 7F6B71A921F for ; Thu, 14 Apr 2022 20:29:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E779D84FB1; Thu, 14 Apr 2022 20:29:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2ACB184F9E for ; Thu, 14 Apr 2022 20:29:57 +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 KFykZgox3s1J for ; Thu, 14 Apr 2022 20:29:56 +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 A2FBE84CE2 for ; Thu, 14 Apr 2022 20:29:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97240FB24; Thu, 14 Apr 2022 20:29:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164996819645870" MIME-Version: 1.0 Date: Thu, 14 Apr 2022 20:29:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-poetry-core To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220414202956.97240FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164996819645870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 14 20:29:56 UTC 2022 Modified Files: pkgsrc/devel/py-poetry-core: Makefile distinfo Log Message: py-poetry-core: updated to 1.0.8 1.0.8 Added Add hooks according to PEP-660 for editable installs To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-poetry-core/Makefile \ 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. --_----------=_164996819645870 Content-Disposition: inline Content-Length: 1628 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.1 pkgsrc/devel/py-poetry-core/Makefile:1.2 --- pkgsrc/devel/py-poetry-core/Makefile:1.1 Tue Jan 11 19:19:56 2022 +++ pkgsrc/devel/py-poetry-core/Makefile Thu Apr 14 20:29:56 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/01/11 19:19:56 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/14 20:29:56 adam Exp $ -DISTNAME= poetry-core-1.0.7 +DISTNAME= poetry-core-1.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 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.1 pkgsrc/devel/py-poetry-core/distinfo:1.2 --- pkgsrc/devel/py-poetry-core/distinfo:1.1 Tue Jan 11 19:19:56 2022 +++ pkgsrc/devel/py-poetry-core/distinfo Thu Apr 14 20:29:56 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/01/11 19:19:56 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/04/14 20:29:56 adam Exp $ -BLAKE2s (poetry-core-1.0.7.tar.gz) = c5ff0ee77c8c8f0d1944e8c3734b3e171a2f46d8a68c35a6b3d2278a97bad423 -SHA512 (poetry-core-1.0.7.tar.gz) = 0d93daefd7cb785059d1faa04b347cbaa908e0698d59543a18eeb6d86c8aae6f922b9105cb794b23895d676a05eea339f8f19bf41252e9940381be6b1c5d2d1a -Size (poetry-core-1.0.7.tar.gz) = 346244 bytes +BLAKE2s (poetry-core-1.0.8.tar.gz) = 1ccaeb832c2e6208fc91ae1c9316a8c559c79eaa0fb6742e243d2fd29acf7173 +SHA512 (poetry-core-1.0.8.tar.gz) = d00925acb1aa3bcbe65e83855706cc983ad4174c838df380e517c41b81c466333eb98946971c80723c6c91f2d7488780bdc6088dc6daacb3c5cc36f1a4611db5 +Size (poetry-core-1.0.8.tar.gz) = 346260 bytes --_----------=_164996819645870--