diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:19:04 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:19:04 +0800 |
commit | e8f66d71c59ea197bda16ad98f39a7d0940e006f (patch) | |
tree | 400ff267ab8c1aafd44ae1de9bf47238eb439a88 /net/py-softlayer/files/patch-setup.py | |
parent | net/py-python-openstackclient: Update to 6.3.0 (diff) |
net/py-softlayer: Update to 6.1.8
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.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 284677b3422a..4ddb1c9083ad 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2023-05-03 21:38:15 UTC +--- setup.py.orig 2023-09-12 22:05:59 UTC +++ setup.py @@ -40,7 +40,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.3.5' -+ 'rich >= 13.3.5' +- 'rich == 13.5.2' ++ 'rich >= 13.5.2' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |