aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-10 07:11:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-10 07:20:00 +0000
commit72f838117fa65ddd8aacf96b14ca73ceb2c842f2 (patch)
tree1689e5208f0eaef8a557cca3b9c7361aede8b4e1
parentcbee7e9c44a715ca0cae8af1a273646d8542e79b (diff)
downloadports-72f838117fa65ddd8aacf96b14ca73ceb2c842f2.tar.gz
ports-72f838117fa65ddd8aacf96b14ca73ceb2c842f2.zip
devel/py-yaspin: Update to 3.0.2
-rw-r--r--devel/py-yaspin/Makefile4
-rw-r--r--devel/py-yaspin/distinfo6
-rw-r--r--devel/py-yaspin/files/patch-pyproject.toml11
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"