Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:03:52 +0000
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: 40d58e8497ed - main - devel/py-poetry: Update to 2.3.3
Message-ID:  <69e3ffc8.34502.5a736c9e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40d58e8497edfb3be17156d6378363b351043523

commit 40d58e8497edfb3be17156d6378363b351043523
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:24:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:18 +0000

    devel/py-poetry: Update to 2.3.3
    
    Changes:        https://github.com/python-poetry/poetry/releases
                    https://python-poetry.org/history/
---
 devel/py-poetry/Makefile                   |  6 +++---
 devel/py-poetry/distinfo                   |  6 +++---
 devel/py-poetry/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile
index 608e128532f3..91c04d3ed795 100644
--- a/devel/py-poetry/Makefile
+++ b/devel/py-poetry/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poetry
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/
@@ -20,13 +20,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=1.2.1<2.0.0:devel/py-build@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}dulwich>=0.25.0<2:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fastjsonschema>=2.18.0<3.0.0:devel/py-fastjsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}findpython>=0.6.2<0.8.0:devel/py-findpython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}installer>=0.7.0<0.8.0:devel/py-installer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}installer>=0.7.0:devel/py-installer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}keyring>=25.1.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pbs-installer>=2025.6.10:devel/py-pbs-installer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pkginfo>=1.12<2.0:sysutils/py-pkginfo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=3.0.0<5:devel/py-platformdirs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}poetry-core>=${PORTVERSION:R}.1<${PORTVERSION:R}.1_99:devel/py-poetry-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}poetry-core>=${PORTVERSION:R}.2<${PORTVERSION:R}.2_99:devel/py-poetry-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=1.0.0<2.0.0:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.26<3.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0<2.0.0:www/py-requests-toolbelt@${PY_FLAVOR} \
diff --git a/devel/py-poetry/distinfo b/devel/py-poetry/distinfo
index a01d98fbe905..0ab6ed055742 100644
--- a/devel/py-poetry/distinfo
+++ b/devel/py-poetry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771421612
-SHA256 (poetry-2.3.2.tar.gz) = 6e81526ae99a4f07f75174600bfe8b73e74c786dc18c9d1ce1800dd6f807414b
-SIZE (poetry-2.3.2.tar.gz) = 3462586
+TIMESTAMP = 1775587406
+SHA256 (poetry-2.3.3.tar.gz) = fbffbca25cec43218779b60a1f754916d2f3d54f9642d66cf12729646c36edb7
+SIZE (poetry-2.3.3.tar.gz) = 3465814
diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml
new file mode 100644
index 000000000000..fdfefdf0ec3a
--- /dev/null
+++ b/devel/py-poetry/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
++++ pyproject.toml
+@@ -10,7 +10,7 @@ dependencies = [
+     "cleo (>=2.1.0,<3.0.0)",
+     "dulwich (>=0.25.0,<2)",
+     "fastjsonschema (>=2.18.0,<3.0.0)",
+-    "installer (>=0.7.0,<0.8.0)",
++    "installer (>=0.7.0)",
+     "keyring (>=25.1.0,<26.0.0)",
+     # packaging uses calver, so version is unclamped
+     "packaging (>=24.2)",  # PEP 639 support was added in 24.2


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ffc8.34502.5a736c9e>