git: 770092dab5f1 - main - devel/py-yaspin: Update to 3.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Sep 2024 13:42:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=770092dab5f1de703cb0ad64c22319c28617d560

commit 770092dab5f1de703cb0ad64c22319c28617d560
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-30 13:02:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-30 13:36:34 +0000

    devel/py-yaspin: Update to 3.1.0
    
    Changes:        https://github.com/pavdmyt/yaspin/releases
---
 devel/py-yaspin/Makefile                   |  4 ++--
 devel/py-yaspin/distinfo                   |  6 +++---
 devel/py-yaspin/files/patch-pyproject.toml | 10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index 81e0adedb68c..62125bacd7e0 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yaspin
-PORTVERSION=	3.0.2
+PORTVERSION=	3.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.3.0:devel/py-termcolor@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.2.0:devel/py-termcolor@${PY_FLAVOR}
 
 USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517 pytest
diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo
index dc1c76467432..0fc7d4fb3db8 100644
--- a/devel/py-yaspin/distinfo
+++ b/devel/py-yaspin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712644664
-SHA256 (yaspin-3.0.2.tar.gz) = 35cae59c682506794a218310445e8326cd8fec410879d1c44953b494b1121e77
-SIZE (yaspin-3.0.2.tar.gz) = 34828
+TIMESTAMP = 1727314576
+SHA256 (yaspin-3.1.0.tar.gz) = 7b97c7e257ec598f98cef9878e038bfa619ceb54ac31d61d8ead2b3128f8d7c7
+SIZE (yaspin-3.1.0.tar.gz) = 36791
diff --git a/devel/py-yaspin/files/patch-pyproject.toml b/devel/py-yaspin/files/patch-pyproject.toml
index 8d82a4070fb4..34e1ae5312a1 100644
--- a/devel/py-yaspin/files/patch-pyproject.toml
+++ b/devel/py-yaspin/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig	2024-04-08 19:14:14 UTC
+--- pyproject.toml.orig	2024-09-22 17:02:20 UTC
 +++ pyproject.toml
-@@ -49,7 +49,7 @@ python = "^3.9"
+@@ -50,7 +50,7 @@ python = "^3.9"
  
  [tool.poetry.dependencies]
  python = "^3.9"
--termcolor = "==2.3.0"
-+termcolor = ">=2.3.0"
+-termcolor = ">=2.2.0, <2.4.0"
++termcolor = ">=2.2.0"
  
  [tool.poetry.dev-dependencies]
- black = "^24.3"
+ black = "^24.8"