Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 07:20:25 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: 72f838117fa6 - main - devel/py-yaspin: Update to 3.0.2
Message-ID:  <202404100720.43A7KPk1088000@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=72f838117fa65ddd8aacf96b14ca73ceb2c842f2

commit 72f838117fa65ddd8aacf96b14ca73ceb2c842f2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-10 07:11:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-10 07:20:00 +0000

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

diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index fda3e5a54d07..81e0adedb68c 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yaspin
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 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<3:devel/py-termcolor@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.3.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 66ec94ac349a..dc1c76467432 100644
--- a/devel/py-yaspin/distinfo
+++ b/devel/py-yaspin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693987439
-SHA256 (yaspin-3.0.1.tar.gz) = 9c04aa69cce9be83e1ea3134a6712e749e6c0c9cd02599023713e6befd7bf369
-SIZE (yaspin-3.0.1.tar.gz) = 34694
+TIMESTAMP = 1712644664
+SHA256 (yaspin-3.0.2.tar.gz) = 35cae59c682506794a218310445e8326cd8fec410879d1c44953b494b1121e77
+SIZE (yaspin-3.0.2.tar.gz) = 34828
diff --git a/devel/py-yaspin/files/patch-pyproject.toml b/devel/py-yaspin/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8d82a4070fb4
--- /dev/null
+++ b/devel/py-yaspin/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2024-04-08 19:14:14 UTC
++++ pyproject.toml
+@@ -49,7 +49,7 @@ python = "^3.9"
+ 
+ [tool.poetry.dependencies]
+ python = "^3.9"
+-termcolor = "==2.3.0"
++termcolor = ">=2.3.0"
+ 
+ [tool.poetry.dev-dependencies]
+ black = "^24.3"



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