aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:14:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:14:17 +0000
commit92eb038418e78d123271506105059453e84cf5ee (patch)
tree76964fd124db4fb66ff326b292164141094451c1
parenta157cd4b2e888350e1904b562429b6a2e990c518 (diff)
downloadports-92eb038418e78d123271506105059453e84cf5ee.tar.gz
ports-92eb038418e78d123271506105059453e84cf5ee.zip
net/py-softlayer: Update to 6.1.9
-rw-r--r--net/py-softlayer/Makefile2
-rw-r--r--net/py-softlayer/distinfo6
-rw-r--r--net/py-softlayer/files/patch-setup.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile
index 6cf4668f0ad9..7e426999521c 100644
--- a/net/py-softlayer/Makefile
+++ b/net/py-softlayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= softlayer
-PORTVERSION= 6.1.8
+PORTVERSION= 6.1.9
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo
index b56e23f6e99b..45cf081651c5 100644
--- a/net/py-softlayer/distinfo
+++ b/net/py-softlayer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695143351
-SHA256 (SoftLayer-6.1.8.tar.gz) = 556739325288bec914105933883951f7aea36204cbd3aad6e3864c424bf250c5
-SIZE (SoftLayer-6.1.8.tar.gz) = 491161
+TIMESTAMP = 1695588836
+SHA256 (SoftLayer-6.1.9.tar.gz) = 1308cf4f34c6057cc7f3b3bae60f9e79da2fe7a34fa80c174da3eb2967381028
+SIZE (SoftLayer-6.1.9.tar.gz) = 491601
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py
index 4ddb1c9083ad..ec7250b929f7 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.2'
-+ 'rich >= 13.5.2'
+- 'rich == 13.5.3'
++ 'rich >= 13.5.3'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[