From 72f838117fa65ddd8aacf96b14ca73ceb2c842f2 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 10 Apr 2024 15:11:38 +0800 Subject: 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(-) create mode 100644 devel/py-yaspin/files/patch-pyproject.toml 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" -- cgit v1.2.3