Skip to content

Commit

Permalink
devel/py-yaspin: Update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 10, 2024
1 parent cbee7e9 commit 72f8381
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-yaspin/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= yaspin
PORTVERSION= 3.0.1
PORTVERSION= 3.0.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions devel/py-yaspin/distinfo
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions devel/py-yaspin/files/patch-pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 72f8381

Please sign in to comment.