Skip to content

Commit

Permalink
net/py-softlayer: Update to 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent a3da106 commit b6f4dd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion net/py-softlayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= softlayer
PORTVERSION= 6.1.3
PORTVERSION= 6.1.4
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions net/py-softlayer/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674589974
SHA256 (SoftLayer-6.1.3.tar.gz) = 9c7bac1f8440954ef45a36dfb7258796e1183e61c87a751d293f4799f5c1acbd
SIZE (SoftLayer-6.1.3.tar.gz) = 465165
TIMESTAMP = 1677771345
SHA256 (SoftLayer-6.1.4.tar.gz) = 81640ee9cda5cdb4ad0181373f319df6c6726a8df26a87076c920b587b95cfc6
SIZE (SoftLayer-6.1.4.tar.gz) = 471232
6 changes: 3 additions & 3 deletions net/py-softlayer/files/patch-setup.py
@@ -1,11 +1,11 @@
--- setup.py.orig 2022-12-01 22:04:12 UTC
--- setup.py.orig 2023-02-07 22:18:51 UTC
+++ setup.py
@@ -40,7 +40,7 @@ setup(
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
- 'rich == 12.6.0'
+ 'rich >= 12.6.0'
- 'rich == 13.3.1'
+ 'rich >= 13.3.1'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[

0 comments on commit b6f4dd5

Please sign in to comment.