git: 9d2f5e3cf257 - main - devel/py-poetry: Update to 1.8.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:26:09 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d2f5e3cf257d28637b46602a93d46195b53c207

commit 9d2f5e3cf257d28637b46602a93d46195b53c207
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:17:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:40 +0000

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

diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile
index 9b84a1fdb2ba..931d27e6e761 100644
--- a/devel/py-poetry/Makefile
+++ b/devel/py-poetry/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poetry
-PORTVERSION=	1.8.2
+PORTVERSION=	1.8.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/
diff --git a/devel/py-poetry/distinfo b/devel/py-poetry/distinfo
index 13e126384861..38160e4d78cd 100644
--- a/devel/py-poetry/distinfo
+++ b/devel/py-poetry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712466
-SHA256 (poetry-1.8.2.tar.gz) = 49cceb3838104647c3e1021f3a4f13c6053704cc18d33f849a90fe687a29cb73
-SIZE (poetry-1.8.2.tar.gz) = 1516966
+TIMESTAMP = 1715842724
+SHA256 (poetry-1.8.3.tar.gz) = 67f4eb68288eab41e841cc71a00d26cf6bdda9533022d0189a145a34d0a35f48
+SIZE (poetry-1.8.3.tar.gz) = 1518910
diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml
index b0399571b12f..76cb2cb7eb20 100644
--- a/devel/py-poetry/files/patch-pyproject.toml
+++ b/devel/py-poetry/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
---- pyproject.toml.orig	2024-02-26 16:12:32 UTC
+--- pyproject.toml.orig	2024-05-08 13:44:40 UTC
 +++ pyproject.toml
-@@ -41,7 +41,7 @@ installer = "^0.7.0"
+@@ -41,11 +41,11 @@ installer = "^0.7.0"
  fastjsonschema = "^2.18.0"
  importlib-metadata = { version = ">=4.4", python = "<3.10" }
  installer = "^0.7.0"
@@ -9,3 +9,8 @@
  # packaging uses calver, so version is unclamped
  packaging = ">=23.1"
  pexpect = "^4.7.0"
+-pkginfo = "^1.10"
++pkginfo = "^1.9.4"
+ platformdirs = ">=3.0.0,<5"
+ pyproject-hooks = "^1.0.0"
+ requests = "^2.26"