diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 00:04:08 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 00:04:08 +0800 |
commit | 32e2a28f05ec76ddde62a6ad5939c255311cf30a (patch) | |
tree | 7dc33765da01c0961846d9173a2ddcd115a748c1 /net/py-softlayer/files | |
parent | graphics/py-pyproj: Convert to USE_PYTHON=pep517 (diff) |
net/py-softlayer: Update to 6.1.7
Changes: https://github.com/softlayer/softlayer-python/releases
Diffstat (limited to 'net/py-softlayer/files')
-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 9d6d7e52c1f0..284677b3422a 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-02-07 22:18:51 UTC +--- setup.py.orig 2023-05-03 21:38:15 UTC +++ setup.py @@ -40,7 +40,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.3.2' -+ 'rich >= 13.3.2' +- 'rich == 13.3.5' ++ 'rich >= 13.3.5' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |