Skip to content

Commit

Permalink
net/py-softlayer: Update to 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 7, 2023
1 parent 5a4aee1 commit 32e2a28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions net/py-softlayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= softlayer
PORTVERSION= 6.1.6
PORTVERSION= 6.1.7
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=12.6.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=13.3.5:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}

USES= python:3.7+
Expand Down
6 changes: 3 additions & 3 deletions net/py-softlayer/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1680726196
SHA256 (SoftLayer-6.1.6.tar.gz) = 8204756bcc71dbcc1d5dbb13521ebc499d6d9bcdaa2c04a9618e423a5a512c0d
SIZE (SoftLayer-6.1.6.tar.gz) = 471609
TIMESTAMP = 1683227641
SHA256 (SoftLayer-6.1.7.tar.gz) = f63c40e8d733005baac8c1eab502d1e25153464d0e03fc697133869726a5b13d
SIZE (SoftLayer-6.1.7.tar.gz) = 475668
6 changes: 3 additions & 3 deletions 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=[

0 comments on commit 32e2a28

Please sign in to comment.