git: 1534335108e8 - main - net/py-softlayer: Update to 6.1.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:16:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1534335108e8cc8932c59c5e84f0fc407a8310dc
commit 1534335108e8cc8932c59c5e84f0fc407a8310dc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:50:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 02:08:28 +0000
net/py-softlayer: Update to 6.1.10
Changes: https://github.com/softlayer/softlayer-python/releases
---
net/py-softlayer/Makefile | 4 ++--
net/py-softlayer/distinfo | 6 +++---
net/py-softlayer/files/patch-setup.py | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile
index 7e426999521c..834594e17b6e 100644
--- a/net/py-softlayer/Makefile
+++ b/net/py-softlayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= softlayer
-PORTVERSION= 6.1.9
+PORTVERSION= 6.1.10
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4: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>=13.5.2:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=13.6.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
USES= python
diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo
index 45cf081651c5..24fc32cea006 100644
--- a/net/py-softlayer/distinfo
+++ b/net/py-softlayer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695588836
-SHA256 (SoftLayer-6.1.9.tar.gz) = 1308cf4f34c6057cc7f3b3bae60f9e79da2fe7a34fa80c174da3eb2967381028
-SIZE (SoftLayer-6.1.9.tar.gz) = 491601
+TIMESTAMP = 1698341067
+SHA256 (SoftLayer-6.1.10.tar.gz) = 3263af56608d02f5f5b1df11954531ec87f46b4e15b7baa6081b810067b1bc82
+SIZE (SoftLayer-6.1.10.tar.gz) = 491873
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py
index ec7250b929f7..6cb634c2cf0d 100644
--- a/net/py-softlayer/files/patch-setup.py
+++ b/net/py-softlayer/files/patch-setup.py
@@ -4,8 +4,8 @@
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
-- 'rich == 13.5.3'
-+ 'rich >= 13.5.3'
+- 'rich == 13.6.0'
++ 'rich >= 13.6.0'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[