Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:19:55 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: 3a83bed9c5ac - main - devel/py-pdm: Update to 2.7.1
Message-ID:  <202306300719.35U7Jtgi066698@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=3a83bed9c5ace06f360d90b2c7aebc52f04fd169

commit 3a83bed9c5ace06f360d90b2c7aebc52f04fd169
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:43 +0000

    devel/py-pdm: Update to 2.7.1
    
    Changes:        https://github.com/pdm-project/pdm/releases
---
 devel/py-pdm/Makefile                   |  4 ++--
 devel/py-pdm/distinfo                   |  6 +++---
 devel/py-pdm/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile
index ddee6729f28a..a330f08d807b 100644
--- a/devel/py-pdm/Makefile
+++ b/devel/py-pdm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pdm
-PORTVERSION=	2.7.0
+PORTVERSION=	2.7.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cacheyou>=0:devel/py-cacheyou@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.12.0:www/py-cachecontrol@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}findpython>=0.2.2:devel/py-findpython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}installer>=0.7<0.8:devel/py-installer@${PY_FLAVOR} \
diff --git a/devel/py-pdm/distinfo b/devel/py-pdm/distinfo
index 7ff462782d0f..2d2cdf08638f 100644
--- a/devel/py-pdm/distinfo
+++ b/devel/py-pdm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685792268
-SHA256 (pdm-2.7.0.tar.gz) = e1dcaefe778c157fd4d51b88d19101cdd6ce3481ef756cafa72d46bb988c01c8
-SIZE (pdm-2.7.0.tar.gz) = 3059587
+TIMESTAMP = 1686496754
+SHA256 (pdm-2.7.1.tar.gz) = fd3a358e831504f8cb09ac7230956b139269ab3b1ee4f0c100a43e269ee0b56e
+SIZE (pdm-2.7.1.tar.gz) = 3060384
diff --git a/devel/py-pdm/files/patch-pyproject.toml b/devel/py-pdm/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b91c5adb5c82
--- /dev/null
+++ b/devel/py-pdm/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2023-06-06 03:56:08 UTC
++++ pyproject.toml
+@@ -22,7 +22,7 @@ dependencies = [
+     "python-dotenv>=0.15",
+     "resolvelib>=1.0.1",
+     "installer<0.8,>=0.7",
+-    "cachecontrol[filecache]>=0.13.0",
++    "cachecontrol[filecache]>=0.12.0",
+     "tomli>=1.1.0; python_version < \"3.11\"",
+     "importlib-metadata>=3.6; python_version < \"3.10\"",
+ ]



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