git: 955f99881349 - main - devel/py-yaspin: Update to 2.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:10:05 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=955f99881349df6d6aae743415a36eac2d07014d
commit 955f99881349df6d6aae743415a36eac2d07014d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:32:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:00:06 +0000
devel/py-yaspin: Update to 2.3.0
Changes: https://github.com/pavdmyt/yaspin/releases
---
devel/py-yaspin/Makefile | 4 ++--
devel/py-yaspin/distinfo | 6 +++---
devel/py-yaspin/files/patch-setup.py | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index b2cb9226d06d..41c4ab4ba00e 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yaspin
-PORTVERSION= 2.2.0
+PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -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
diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo
index 221aacab7752..579ac4dcab79 100644
--- a/devel/py-yaspin/distinfo
+++ b/devel/py-yaspin/distinfo
@@ -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
diff --git a/devel/py-yaspin/files/patch-setup.py b/devel/py-yaspin/files/patch-setup.py
index 3650d65f5f8d..7f8290054cfa 100644
--- a/devel/py-yaspin/files/patch-setup.py
+++ b/devel/py-yaspin/files/patch-setup.py
@@ -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',