Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1042D84F72 for ; Sun, 17 Sep 2023 09:00:21 +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 m83CdB4zu3Of for ; Sun, 17 Sep 2023 09:00:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7E19A84D01 for ; Sun, 17 Sep 2023 09:00:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78095FBDB; Sun, 17 Sep 2023 09:00:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694941220181630" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 09:00:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pdm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230917090020.78095FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694941220181630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Sep 17 09:00:20 UTC 2023 Modified Files: pkgsrc/devel/py-pdm: Makefile distinfo Log Message: py-pdm: updated to 2.9.2 Release v2.9.2 (2023-09-12) --------------------------- Features & Improvements - Fix an issue that `--no-lock` option doesn't work as expected. Also support `--no-lock` option for `add`, `remove` and `update` commands. Bug Fixes - Use `findpython` to find pythons with the spec given by the user. - Use UTF-8 to read pyvenv.cfg. - On Windows, try looking for the `virtualenv` `python.exe` binary under `bin/` as well as `Scripts/` and the `virtualenv`/`conda` root. - Write relocatable dependency URLs with `${PROJECT_ROOT}` variable in the lockfile. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pdm/Makefile \ pkgsrc/devel/py-pdm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694941220181630 Content-Disposition: inline Content-Length: 1488 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pdm/Makefile diff -u pkgsrc/devel/py-pdm/Makefile:1.10 pkgsrc/devel/py-pdm/Makefile:1.11 --- pkgsrc/devel/py-pdm/Makefile:1.10 Fri Sep 8 12:01:53 2023 +++ pkgsrc/devel/py-pdm/Makefile Sun Sep 17 09:00:20 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/09/08 12:01:53 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/09/17 09:00:20 adam Exp $ -DISTNAME= pdm-2.9.1 +DISTNAME= pdm-2.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm/} Index: pkgsrc/devel/py-pdm/distinfo diff -u pkgsrc/devel/py-pdm/distinfo:1.10 pkgsrc/devel/py-pdm/distinfo:1.11 --- pkgsrc/devel/py-pdm/distinfo:1.10 Fri Sep 8 12:01:53 2023 +++ pkgsrc/devel/py-pdm/distinfo Sun Sep 17 09:00:20 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/09/08 12:01:53 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/09/17 09:00:20 adam Exp $ -BLAKE2s (pdm-2.9.1.tar.gz) = d5157b1dcc938a8477c6f37641083ca95728f904fe802e698c4f03188d8b0518 -SHA512 (pdm-2.9.1.tar.gz) = 979bf9d078747c7b8dd56555d499053b978ddf289af4bf889b2f2805255049c24bf48607b3704509d914eec59904cbdb9983af396c68ff7211cc216fd4b40118 -Size (pdm-2.9.1.tar.gz) = 3017895 bytes +BLAKE2s (pdm-2.9.2.tar.gz) = da852acf26dc452b5686ad70b322933a38d0cb47c0ab504ed525d327afa53b59 +SHA512 (pdm-2.9.2.tar.gz) = 1d3193dc31065a05989e9dc36518fac0d45f86945d68ff2b5e03473b97c70b0f9586849a1e2208e740921927857733c76c44b512213cb17fc6608f9d0d7bcbd9 +Size (pdm-2.9.2.tar.gz) = 3018730 bytes --_----------=_1694941220181630--