summaryrefslogtreecommitdiff
path: root/net/py-softlayer
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-02 16:33:59 +0000
committeradam <adam@pkgsrc.org>2018-12-02 16:33:59 +0000
commit38f682f401638e044209e8b86d46136f97383689 (patch)
treeb3422e57cec296b64bf348ac5d7fe42f8e65b83f /net/py-softlayer
parent7fd5ae03d37a8a7034d7e1010c7f08e4be2c5fc7 (diff)
downloadpkgsrc-38f682f401638e044209e8b86d46136f97383689.tar.gz
py-softlayer: updated to 5.6.4
[5.6.4] Dedicated host cancel, cancel-guests, list-guests added createDate and modifyDate parameters to sg rule-list Fixed slcli subnet list Fixed documentation link in image manager Added description to slcli order [5.6.3] Updated urllib3 and requests libraries due to CVE-2018-18074 Fixed an ordering bug Updated release process and fab-file [5.6.0] Support for Reserved Capacity slcli vs capacity create slcli vs capacity create-guest slcli vs capacity create-options slcli vs capacity detail slcli vs capacity list Fix post_uri parameter name on docstring Fixed suspend cloud server order. Update to use click 7 Add export/import capabilities to/from IBM Cloud Object Storage to the image manager as well as the slcli.
Diffstat (limited to 'net/py-softlayer')
-rw-r--r--net/py-softlayer/Makefile10
-rw-r--r--net/py-softlayer/PLIST38
-rw-r--r--net/py-softlayer/distinfo10
-rw-r--r--net/py-softlayer/patches/patch-setup.py15
4 files changed, 47 insertions, 26 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile
index 5e528744f4a..2360562101c 100644
--- a/net/py-softlayer/Makefile
+++ b/net/py-softlayer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/10/16 13:49:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/12/02 16:33:59 adam Exp $
-DISTNAME= SoftLayer-5.5.3
+DISTNAME= SoftLayer-5.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
@@ -10,13 +10,13 @@ HOMEPAGE= https://github.com/softlayer/softlayer-python
COMMENT= SoftLayer API bindings for Python
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-click>=5:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=0.53:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.4:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six>=1.7.0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.22:../../www/py-urllib3
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
USE_LANGUAGES= # none
diff --git a/net/py-softlayer/PLIST b/net/py-softlayer/PLIST
index 3eb36bf6b2c..0fa2a72bfb7 100644
--- a/net/py-softlayer/PLIST
+++ b/net/py-softlayer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/10/16 13:49:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/12/02 16:33:59 adam Exp $
bin/sl-${PYVERSSUFFIX}
bin/slcli-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -152,6 +152,12 @@ ${PYSITELIB}/SoftLayer/CLI/custom_types.pyo
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.py
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyc
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyo
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyc
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyo
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.py
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyc
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyo
@@ -164,6 +170,9 @@ ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyo
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.py
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyc
${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyo
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyc
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyo
${PYSITELIB}/SoftLayer/CLI/deprecated.py
${PYSITELIB}/SoftLayer/CLI/deprecated.pyc
${PYSITELIB}/SoftLayer/CLI/deprecated.pyo
@@ -704,6 +713,24 @@ ${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo
${PYSITELIB}/SoftLayer/CLI/virt/cancel.py
${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyc
${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.py
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyo
${PYSITELIB}/SoftLayer/CLI/virt/capture.py
${PYSITELIB}/SoftLayer/CLI/virt/capture.pyc
${PYSITELIB}/SoftLayer/CLI/virt/capture.pyo
@@ -860,6 +887,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo
@@ -926,6 +956,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyo
${PYSITELIB}/SoftLayer/fixtures/__init__.py
${PYSITELIB}/SoftLayer/fixtures/__init__.pyc
${PYSITELIB}/SoftLayer/fixtures/__init__.pyo
@@ -995,6 +1028,9 @@ ${PYSITELIB}/SoftLayer/managers/user.pyo
${PYSITELIB}/SoftLayer/managers/vs.py
${PYSITELIB}/SoftLayer/managers/vs.pyc
${PYSITELIB}/SoftLayer/managers/vs.pyo
+${PYSITELIB}/SoftLayer/managers/vs_capacity.py
+${PYSITELIB}/SoftLayer/managers/vs_capacity.pyc
+${PYSITELIB}/SoftLayer/managers/vs_capacity.pyo
${PYSITELIB}/SoftLayer/shell/__init__.py
${PYSITELIB}/SoftLayer/shell/__init__.pyc
${PYSITELIB}/SoftLayer/shell/__init__.pyo
diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo
index 654672ecf08..9e014ed02c6 100644
--- a/net/py-softlayer/distinfo
+++ b/net/py-softlayer/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/10/16 13:49:53 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/12/02 16:33:59 adam Exp $
-SHA1 (SoftLayer-5.5.3.tar.gz) = 371c154870d0a022c714ce0434630ac25f7ceaf2
-RMD160 (SoftLayer-5.5.3.tar.gz) = dd41aef3984376e6f72f058285811934d580cc3d
-SHA512 (SoftLayer-5.5.3.tar.gz) = 6cfee6c9b2a5a4df3d1301c55903dff813473f26c11bc194b18cc736966ab4d79283c8f48ba936d7e151f03b0a8e45ea49833e0bd241f58c8b51b5e569845976
-Size (SoftLayer-5.5.3.tar.gz) = 276555 bytes
+SHA1 (SoftLayer-5.6.4.tar.gz) = 8d65138cd04f1831281f1d88ffcf10918b1cc184
+RMD160 (SoftLayer-5.6.4.tar.gz) = d05f7962b86e8bf0a681ffaf4f06f82b09d49045
+SHA512 (SoftLayer-5.6.4.tar.gz) = 79c08ad1936d2ed91f58af1ed46878c9e0d4b3385d553095b7cc6dfd27648ef6b23ae1b3bbc434aac0f0546cdda3bf79691e22d7190771855339a0eb55d646a5
+Size (SoftLayer-5.6.4.tar.gz) = 289218 bytes
SHA1 (patch-setup.py) = bb5f80c300053b97f2cb7f345981a6fcdc8e58e1
diff --git a/net/py-softlayer/patches/patch-setup.py b/net/py-softlayer/patches/patch-setup.py
deleted file mode 100644
index 3afd1c33355..00000000000
--- a/net/py-softlayer/patches/patch-setup.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2018/10/16 13:49:53 adam Exp $
-
-Relax requirements.
-
---- setup.py.orig 2018-10-16 13:35:40.000000000 +0000
-+++ setup.py
-@@ -32,7 +32,7 @@ setup(
- install_requires=[
- 'six >= 1.7.0',
- 'ptable >= 0.9.2',
-- 'click >= 5, < 7',
-+ 'click >= 5',
- 'requests >= 2.18.4',
- 'prompt_toolkit >= 0.53',
- 'pygments >= 2.0.0',