git: d7b09c0fc204 - main - net/py-softlayer: Update to 6.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7b09c0fc2040e80a3fb86d714b2bab73cc4e9bb commit d7b09c0fc2040e80a3fb86d714b2bab73cc4e9bb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:18:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:47 +0000 net/py-softlayer: Update to 6.1.5 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 ad2f14a6c371..6d704282fd08 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,5 +1,5 @@ PORTNAME= softlayer -PORTVERSION= 6.1.4 +PORTVERSION= 6.1.5 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 80b7eaf7b97a..e95264c83116 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771345 -SHA256 (SoftLayer-6.1.4.tar.gz) = 81640ee9cda5cdb4ad0181373f319df6c6726a8df26a87076c920b587b95cfc6 -SIZE (SoftLayer-6.1.4.tar.gz) = 471232 +TIMESTAMP = 1679498792 +SHA256 (SoftLayer-6.1.5.tar.gz) = bc7bca1c8288e86b9cfc951db2d67bc0e3cdf0050faab1294a79f06b3f2ec476 +SIZE (SoftLayer-6.1.5.tar.gz) = 470745 diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index a32ff08a9705..9d6d7e52c1f0 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.3.1' -+ 'rich >= 13.3.1' +- 'rich == 13.3.2' ++ 'rich >= 13.3.2' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[