Skip to content

Commit

Permalink
devel/py-yaspin: Update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 49823ef commit 955f998
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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= 2.2.0
PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/pavdmyt/yaspin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor-whl>=1.1.2:devel/py-termcolor-whl@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=2.1<3.0:devel/py-termcolor@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils 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 = 1660576826
SHA256 (yaspin-2.2.0.tar.gz) = febdf35f3e0e45845dc2caa79a18780f9ec7a85a37a9a2c0389b314ba82d8912
SIZE (yaspin-2.2.0.tar.gz) = 35071
TIMESTAMP = 1674589922
SHA256 (yaspin-2.3.0.tar.gz) = 547afd1a9700ac3a29a9f5591c70343bef186ed5dfb5e545a9bb0c77e561a1c9
SIZE (yaspin-2.3.0.tar.gz) = 35361
6 changes: 3 additions & 3 deletions devel/py-yaspin/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- setup.py.orig 2022-08-05 08:44:34 UTC
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -8,7 +8,7 @@ package_data = \
{'': ['*'], 'yaspin': ['data/*']}

install_requires = \
-['termcolor-whl==1.1.2']
+['termcolor-whl>=1.1.2']
-['termcolor>=2.2,<3.0']
+['termcolor>=2.1,<3.0']

setup_kwargs = {
'name': 'yaspin',

0 comments on commit 955f998

Please sign in to comment.