aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 11:24:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 11:41:12 +0000
commit95424734aa18e96715c0b8be2a4b28388efbe9d1 (patch)
tree1a94c389e86136505263ce2603a2e4e4dfb91cdf /net
parentc8d97e01655cb877d1ac12487176fe4e60f29d26 (diff)
downloadports-95424734aa18e96715c0b8be2a4b28388efbe9d1.tar.gz
ports-95424734aa18e96715c0b8be2a4b28388efbe9d1.zip
net/py-softlayer: Update to 6.1.1
Diffstat (limited to 'net')
-rw-r--r--net/py-softlayer/Makefile4
-rw-r--r--net/py-softlayer/distinfo6
-rw-r--r--net/py-softlayer/files/patch-setup.py4
3 files changed, 7 insertions, 7 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile
index c20be4d34323..d7a26e0993a9 100644
--- a/net/py-softlayer/Makefile
+++ b/net/py-softlayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= softlayer
-PORTVERSION= 6.1.0
+PORTVERSION= 6.1.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.3:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rich>=12.3.0:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=12.5.1:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
USES= dos2unix python:3.6+
diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo
index 00e88e811ddd..bb7578033661 100644
--- a/net/py-softlayer/distinfo
+++ b/net/py-softlayer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656702520
-SHA256 (SoftLayer-6.1.0.tar.gz) = e2d4563c97429cdd12ccd6316ceb9beb5ab0a184d2cb580d35bd5db01e8a6c89
-SIZE (SoftLayer-6.1.0.tar.gz) = 465121
+TIMESTAMP = 1661599307
+SHA256 (SoftLayer-6.1.1.tar.gz) = 6b71b7250784d5a5b78eb0cbfe22164a6a1c4771e4a3a1f80b1ba82a50fe05b2
+SIZE (SoftLayer-6.1.1.tar.gz) = 472814
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py
index 8b71184e3959..4067e9c56ed8 100644
--- a/net/py-softlayer/files/patch-setup.py
+++ b/net/py-softlayer/files/patch-setup.py
@@ -10,8 +10,8 @@
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
-- 'rich == 12.3.0'
-+ 'rich >= 12.3.0'
+- 'rich == 12.5.1'
++ 'rich >= 12.5.1'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[