summaryrefslogtreecommitdiff
path: root/net/py-softlayer/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-01 04:53:48 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-01 04:53:48 +0800
commit7dc9eb0d204e782e0b6508716fd87473c3123dde (patch)
tree4341b2f00edf2a93e159563c1dc319cca5f01017 /net/py-softlayer/files/patch-setup.py
parentmath/py-pyreadstat: Update to 1.3.0 (diff)
net/py-softlayer: Update to 6.2.7
Changes: https://github.com/softlayer/softlayer-python/releases
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r--net/py-softlayer/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py
index 87a1ac1d267e..9edff9f60501 100644
--- a/net/py-softlayer/files/patch-setup.py
+++ b/net/py-softlayer/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2025-01-09 20:04:58 UTC
+--- setup.py.orig 2025-06-27 19:33:14 UTC
+++ setup.py
@@ -14,7 +14,7 @@ setup(
LONG_DESCRIPTION = DESCRIPTION
@@ -6,15 +6,15 @@
setup(
- name='SoftLayer',
+ name='softlayer',
- version='v6.2.6',
+ version='v6.2.7',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
@@ -38,7 +38,7 @@ setup(
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
-- 'rich == 13.9.4'
-+ 'rich >= 13.9.4'
+- 'rich == 14.0.0'
++ 'rich >= 14.0.0'
],
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
classifiers=[