Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 20:16:32 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04465dbff713 - main - devel/py-pdm: Update to 2.18.2
Message-ID:  <202409152016.48FKGWqt082717@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04465dbff71394ab21ba945b55aefaab2840e246

commit 04465dbff71394ab21ba945b55aefaab2840e246
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:43:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:46 +0000

    devel/py-pdm: Update to 2.18.2
    
    Changes:        https://github.com/pdm-project/pdm/releases
                    https://pdm-project.org/latest/dev/changelog/
---
 devel/py-pdm/Makefile | 4 ++--
 devel/py-pdm/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile
index d13f1870ed52..1338071b9c5d 100644
--- a/devel/py-pdm/Makefile
+++ b/devel/py-pdm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pdm
-PORTVERSION=	2.18.1
+PORTVERSION=	2.18.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -59,7 +59,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>=5:devel/py-importlib-r
 .if ${PYTHON_REL} < 31000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
 .else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}truststore>=0:security/py-truststore@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}truststore>=0.9:security/py-truststore@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/devel/py-pdm/distinfo b/devel/py-pdm/distinfo
index eee36bc1b0e3..339b0c789fe9 100644
--- a/devel/py-pdm/distinfo
+++ b/devel/py-pdm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724084598
-SHA256 (pdm-2.18.1.tar.gz) = acef692477a7190731ee7c1f626e97516eeb7473e4eeeeede4fef2bf0fb743ee
-SIZE (pdm-2.18.1.tar.gz) = 2629023
+TIMESTAMP = 1726081007
+SHA256 (pdm-2.18.2.tar.gz) = 6d93a18d52edca056fafed7b262fe48ddc61984dabf73eb9365ad61a90caebb6
+SIZE (pdm-2.18.2.tar.gz) = 2629592



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409152016.48FKGWqt082717>