diff options
author | adam <adam@pkgsrc.org> | 2022-02-27 09:08:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-27 09:08:57 +0000 |
commit | 4e71b4a22e25804ea6c332613c20620528db9525 (patch) | |
tree | b9f4d9b5bf623497cbe6683862e897957172fd49 /net | |
parent | 963265297e355cceaf8b582684f0a8232678924d (diff) | |
download | pkgsrc-4e71b4a22e25804ea6c332613c20620528db9525.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer/Makefile | 5 | ||||
-rw-r--r-- | net/py-softlayer/PLIST | 11 | ||||
-rw-r--r-- | net/py-softlayer/distinfo | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index d24441a8250..964c50b1233 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/02/27 09:08:57 adam Exp $ -DISTNAME= SoftLayer-5.9.8 +DISTNAME= SoftLayer-5.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} -PKGREVISION= 2 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/} diff --git a/net/py-softlayer/PLIST b/net/py-softlayer/PLIST index 16b00054d06..8c813155f0b 100644 --- a/net/py-softlayer/PLIST +++ b/net/py-softlayer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/12/16 20:30:32 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/02/27 09:08:57 adam Exp $ bin/sl-${PYVERSSUFFIX} bin/slcli-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -17,6 +17,9 @@ ${PYSITELIB}/SoftLayer/CLI/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/account/__init__.py ${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc ${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo +${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.py +${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyc +${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyo ${PYSITELIB}/SoftLayer/CLI/account/billing_items.py ${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc ${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo @@ -971,6 +974,9 @@ ${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/create.py ${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc ${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo +${PYSITELIB}/SoftLayer/CLI/vlan/create_options.py +${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyc +${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/detail.py ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo @@ -1109,6 +1115,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controlle ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.py +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyc +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyo ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 5d4948440f2..489b638559f 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/12/16 20:30:32 adam Exp $ +$NetBSD: distinfo,v 1.14 2022/02/27 09:08:58 adam Exp $ -BLAKE2s (SoftLayer-5.9.8.tar.gz) = e97d159ccb28121e975768473a42a75867f07159bdde2c4ad5822238797253a2 -SHA512 (SoftLayer-5.9.8.tar.gz) = 99eec6be81994b970998d8865b559c17115f2c155604e61ff17d1a4cd72a2408431b3e2caefdf9a24b7b23cc84a96cd1518954b470d31ed71761b2580d18cdc7 -Size (SoftLayer-5.9.8.tar.gz) = 436271 bytes +BLAKE2s (SoftLayer-5.9.9.tar.gz) = 54f06c1375755b35d83ff40db225039551e502c43547aef7f9430cbe4a40ae85 +SHA512 (SoftLayer-5.9.9.tar.gz) = 064b7731898b6be95ec4b5f0947f9d9fbbbfde5489c83de5726a38782816af0ba6be71089c88b518158d8d15590a797375e9e6e581c405cb7167f1a79bc5527a +Size (SoftLayer-5.9.9.tar.gz) = 439072 bytes |