git: 92eb038418e7 - main - net/py-softlayer: Update to 6.1.9

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 16:20:20 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92eb038418e78d123271506105059453e84cf5ee

commit 92eb038418e78d123271506105059453e84cf5ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:14:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:14:17 +0000

    net/py-softlayer: Update to 6.1.9
    
    Changes:        https://github.com/softlayer/softlayer-python/releases
---
 net/py-softlayer/Makefile             | 2 +-
 net/py-softlayer/distinfo             | 6 +++---
 net/py-softlayer/files/patch-setup.py | 4 ++--
 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=[