net/py-softlayer: Update to 6.1.3

Changes:	https://github.com/softlayer/softlayer-python/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:33:35 +08:00
parent 290a0d4046
commit e8c660b6ab
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 17 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= softlayer
PORTVERSION= 6.1.2
PORTVERSION= 6.1.3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,15 +12,15 @@ WWW= https://github.com/softlayer/softlayer-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.3:devel/py-click@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable>=2.5.0:devel/py-prettytable@${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.5.1:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=12.6.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
USES= dos2unix python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664767970
SHA256 (SoftLayer-6.1.2.tar.gz) = 8deccc1f11a97280e9e606e8a874d7fa3393cf8cfdabdeada0e550516df0f65f
SIZE (SoftLayer-6.1.2.tar.gz) = 470381
TIMESTAMP = 1674589974
SHA256 (SoftLayer-6.1.3.tar.gz) = 9c7bac1f8440954ef45a36dfb7258796e1183e61c87a751d293f4799f5c1acbd
SIZE (SoftLayer-6.1.3.tar.gz) = 465165

View File

@ -1,17 +1,11 @@
--- setup.py.orig 2022-07-01 19:13:56 UTC
--- setup.py.orig 2022-12-01 22:04:12 UTC
+++ setup.py
@@ -35,12 +35,12 @@ setup(
python_requires='>=3.6',
install_requires=[
'prettytable >= 2.5.0',
- 'click >= 8.0.4',
+ 'click >= 8.0.3',
'requests >= 2.20.0',
@@ -40,7 +40,7 @@ setup(
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
- 'rich == 12.5.1'
+ 'rich >= 12.5.1'
- 'rich == 12.6.0'
+ 'rich >= 12.6.0'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[