Sun Feb 27 09:08:58 2022 UTC ()
py-softlayer: updated to 5.9.9

5.9.9

Improvements

Add loadbalancer timeout values
Add pricing date to slcli order preset-list

New Commands

slcli vlan create-options add new feature on vlan
slcli account bandwidth-pools Bandwidth pool features


(adam)
diff -r1.15 -r1.16 pkgsrc/net/py-softlayer/Makefile
diff -r1.9 -r1.10 pkgsrc/net/py-softlayer/PLIST
diff -r1.13 -r1.14 pkgsrc/net/py-softlayer/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/net/py-softlayer/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/Makefile 2022/01/05 15:41:18 1.15
+++ pkgsrc/net/py-softlayer/Makefile 2022/02/27 09:08:57 1.16
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2022/02/27 09:08:57 adam Exp $
2 2
3DISTNAME= SoftLayer-5.9.8 3DISTNAME= SoftLayer-5.9.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
5PKGREVISION= 2 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
8 7
9MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
10HOMEPAGE= https://github.com/softlayer/softlayer-python 9HOMEPAGE= https://github.com/softlayer/softlayer-python
11COMMENT= SoftLayer API bindings for Python 10COMMENT= SoftLayer API bindings for Python
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click 13DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click
15DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit 14DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
16DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable 15DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
17DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments 16DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
18DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests 17DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests

cvs diff -r1.9 -r1.10 pkgsrc/net/py-softlayer/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/PLIST 2021/12/16 20:30:32 1.9
+++ pkgsrc/net/py-softlayer/PLIST 2022/02/27 09:08:57 1.10
@@ -1,32 +1,35 @@ @@ -1,32 +1,35 @@
1@comment $NetBSD: PLIST,v 1.9 2021/12/16 20:30:32 adam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2022/02/27 09:08:57 adam Exp $
2bin/sl-${PYVERSSUFFIX} 2bin/sl-${PYVERSSUFFIX}
3bin/slcli-${PYVERSSUFFIX} 3bin/slcli-${PYVERSSUFFIX}
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/SoftLayer/API.py 11${PYSITELIB}/SoftLayer/API.py
12${PYSITELIB}/SoftLayer/API.pyc 12${PYSITELIB}/SoftLayer/API.pyc
13${PYSITELIB}/SoftLayer/API.pyo 13${PYSITELIB}/SoftLayer/API.pyo
14${PYSITELIB}/SoftLayer/CLI/__init__.py 14${PYSITELIB}/SoftLayer/CLI/__init__.py
15${PYSITELIB}/SoftLayer/CLI/__init__.pyc 15${PYSITELIB}/SoftLayer/CLI/__init__.pyc
16${PYSITELIB}/SoftLayer/CLI/__init__.pyo 16${PYSITELIB}/SoftLayer/CLI/__init__.pyo
17${PYSITELIB}/SoftLayer/CLI/account/__init__.py 17${PYSITELIB}/SoftLayer/CLI/account/__init__.py
18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc 18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc
19${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo 19${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo
 20${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.py
 21${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyc
 22${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyo
20${PYSITELIB}/SoftLayer/CLI/account/billing_items.py 23${PYSITELIB}/SoftLayer/CLI/account/billing_items.py
21${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc 24${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc
22${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo 25${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo
23${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py 26${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py
24${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyc 27${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyc
25${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyo 28${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyo
26${PYSITELIB}/SoftLayer/CLI/account/event_detail.py 29${PYSITELIB}/SoftLayer/CLI/account/event_detail.py
27${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyc 30${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyc
28${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyo 31${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyo
29${PYSITELIB}/SoftLayer/CLI/account/events.py 32${PYSITELIB}/SoftLayer/CLI/account/events.py
30${PYSITELIB}/SoftLayer/CLI/account/events.pyc 33${PYSITELIB}/SoftLayer/CLI/account/events.pyc
31${PYSITELIB}/SoftLayer/CLI/account/events.pyo 34${PYSITELIB}/SoftLayer/CLI/account/events.pyo
32${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.py 35${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.py
@@ -961,26 +964,29 @@ ${PYSITELIB}/SoftLayer/CLI/virt/upgrade. @@ -961,26 +964,29 @@ ${PYSITELIB}/SoftLayer/CLI/virt/upgrade.
961${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo 964${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo
962${PYSITELIB}/SoftLayer/CLI/virt/usage.py 965${PYSITELIB}/SoftLayer/CLI/virt/usage.py
963${PYSITELIB}/SoftLayer/CLI/virt/usage.pyc 966${PYSITELIB}/SoftLayer/CLI/virt/usage.pyc
964${PYSITELIB}/SoftLayer/CLI/virt/usage.pyo 967${PYSITELIB}/SoftLayer/CLI/virt/usage.pyo
965${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py 968${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py
966${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc 969${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc
967${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo 970${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo
968${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py 971${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py
969${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc 972${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc
970${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo 973${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo
971${PYSITELIB}/SoftLayer/CLI/vlan/create.py 974${PYSITELIB}/SoftLayer/CLI/vlan/create.py
972${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc 975${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc
973${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo 976${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo
 977${PYSITELIB}/SoftLayer/CLI/vlan/create_options.py
 978${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyc
 979${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyo
974${PYSITELIB}/SoftLayer/CLI/vlan/detail.py 980${PYSITELIB}/SoftLayer/CLI/vlan/detail.py
975${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc 981${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc
976${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo 982${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo
977${PYSITELIB}/SoftLayer/CLI/vlan/edit.py 983${PYSITELIB}/SoftLayer/CLI/vlan/edit.py
978${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyc 984${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyc
979${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyo 985${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyo
980${PYSITELIB}/SoftLayer/CLI/vlan/list.py 986${PYSITELIB}/SoftLayer/CLI/vlan/list.py
981${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc 987${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc
982${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo 988${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo
983${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py 989${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py
984${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc 990${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc
985${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo 991${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo
986${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py 992${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py
@@ -1099,26 +1105,29 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye @@ -1099,26 +1105,29 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
1099${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo 1105${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo
1100${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py 1106${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py
1101${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyc 1107${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyc
1102${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo 1108${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo
1103${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py 1109${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py
1104${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyc 1110${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyc
1105${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo 1111${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo
1106${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py 1112${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py
1107${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyc 1113${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyc
1108${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo 1114${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo
1109${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py 1115${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py
1110${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc 1116${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc
1111${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo 1117${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo
 1118${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.py
 1119${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyc
 1120${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyo
1112${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py 1121${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py
1113${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc 1122${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc
1114${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo 1123${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo
1115${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py 1124${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py
1116${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc 1125${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc
1117${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo 1126${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo
1118${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py 1127${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py
1119${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc 1128${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc
1120${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo 1129${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo
1121${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py 1130${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py
1122${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc 1131${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc
1123${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo 1132${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo
1124${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py 1133${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py

cvs diff -r1.13 -r1.14 pkgsrc/net/py-softlayer/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/distinfo 2021/12/16 20:30:32 1.13
+++ pkgsrc/net/py-softlayer/distinfo 2022/02/27 09:08:58 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/12/16 20:30:32 adam Exp $ 1$NetBSD: distinfo,v 1.14 2022/02/27 09:08:58 adam Exp $
2 2
3BLAKE2s (SoftLayer-5.9.8.tar.gz) = e97d159ccb28121e975768473a42a75867f07159bdde2c4ad5822238797253a2 3BLAKE2s (SoftLayer-5.9.9.tar.gz) = 54f06c1375755b35d83ff40db225039551e502c43547aef7f9430cbe4a40ae85
4SHA512 (SoftLayer-5.9.8.tar.gz) = 99eec6be81994b970998d8865b559c17115f2c155604e61ff17d1a4cd72a2408431b3e2caefdf9a24b7b23cc84a96cd1518954b470d31ed71761b2580d18cdc7 4SHA512 (SoftLayer-5.9.9.tar.gz) = 064b7731898b6be95ec4b5f0947f9d9fbbbfde5489c83de5726a38782816af0ba6be71089c88b518158d8d15590a797375e9e6e581c405cb7167f1a79bc5527a
5Size (SoftLayer-5.9.8.tar.gz) = 436271 bytes 5Size (SoftLayer-5.9.9.tar.gz) = 439072 bytes