Received: by mail.netbsd.org (Postfix, from userid 605) id 0589F84D81; Sun, 2 Dec 2018 16:34:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06A3B84D38 for ; Sun, 2 Dec 2018 16:34:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C1xkTHD21dTV for ; Sun, 2 Dec 2018 16:33:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1D0E84CD6 for ; Sun, 2 Dec 2018 16:33:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA4D9F996; Sun, 2 Dec 2018 16:33:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543768439224390" MIME-Version: 1.0 Date: Sun, 2 Dec 2018 16:33:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-softlayer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181202163359.AA4D9F996@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1543768439224390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 2 16:33:59 UTC 2018 Modified Files: pkgsrc/net/py-softlayer: Makefile PLIST distinfo Removed Files: pkgsrc/net/py-softlayer/patches: patch-setup.py Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-softlayer/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-softlayer/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-softlayer/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/net/py-softlayer/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543768439224390 Content-Disposition: inline Content-Length: 7383 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-softlayer/Makefile diff -u pkgsrc/net/py-softlayer/Makefile:1.7 pkgsrc/net/py-softlayer/Makefile:1.8 --- pkgsrc/net/py-softlayer/Makefile:1.7 Tue Oct 16 13:49:53 2018 +++ pkgsrc/net/py-softlayer/Makefile Sun Dec 2 16:33:59 2018 @@ -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/s 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 Index: pkgsrc/net/py-softlayer/PLIST diff -u pkgsrc/net/py-softlayer/PLIST:1.3 pkgsrc/net/py-softlayer/PLIST:1.4 --- pkgsrc/net/py-softlayer/PLIST:1.3 Tue Oct 16 13:49:53 2018 +++ pkgsrc/net/py-softlayer/PLIST Sun Dec 2 16:33:59 2018 @@ -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. ${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 ${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__ ${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/SoftLaye ${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/SoftLaye ${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 Index: pkgsrc/net/py-softlayer/distinfo diff -u pkgsrc/net/py-softlayer/distinfo:1.5 pkgsrc/net/py-softlayer/distinfo:1.6 --- pkgsrc/net/py-softlayer/distinfo:1.5 Tue Oct 16 13:49:53 2018 +++ pkgsrc/net/py-softlayer/distinfo Sun Dec 2 16:33:59 2018 @@ -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 --_----------=_1543768439224390--