summaryrefslogtreecommitdiff
path: root/devel/py-yaspin
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-yaspin')
-rw-r--r--devel/py-yaspin/Makefile6
-rw-r--r--devel/py-yaspin/distinfo6
-rw-r--r--devel/py-yaspin/files/patch-pyproject.toml11
3 files changed, 6 insertions, 17 deletions
diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index 62125bacd7e0..47bb4ddfaf54 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yaspin
-PORTVERSION= 3.1.0
+PORTVERSION= 3.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ 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.2.0:devel/py-termcolor@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=3.1<4:devel/py-termcolor@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo
index 0fc7d4fb3db8..7bef3cb3cc66 100644
--- a/devel/py-yaspin/distinfo
+++ b/devel/py-yaspin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727314576
-SHA256 (yaspin-3.1.0.tar.gz) = 7b97c7e257ec598f98cef9878e038bfa619ceb54ac31d61d8ead2b3128f8d7c7
-SIZE (yaspin-3.1.0.tar.gz) = 36791
+TIMESTAMP = 1759816694
+SHA256 (yaspin-3.2.0.tar.gz) = 416fe8d6722d26e4d1a1f50498bb4f3bdd4c68b9cd54065d224a4b9d1228cce7
+SIZE (yaspin-3.2.0.tar.gz) = 39083
diff --git a/devel/py-yaspin/files/patch-pyproject.toml b/devel/py-yaspin/files/patch-pyproject.toml
deleted file mode 100644
index 34e1ae5312a1..000000000000
--- a/devel/py-yaspin/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2024-09-22 17:02:20 UTC
-+++ pyproject.toml
-@@ -50,7 +50,7 @@ python = "^3.9"
-
- [tool.poetry.dependencies]
- python = "^3.9"
--termcolor = ">=2.2.0, <2.4.0"
-+termcolor = ">=2.2.0"
-
- [tool.poetry.dev-dependencies]
- black = "^24.8"