pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-softlayer



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 30 05:46:34 UTC 2021

Modified Files:
        pkgsrc/net/py-softlayer: Makefile PLIST distinfo

Log Message:
py-softlayer: updated to 5.9.6

v5.9.6

Improvements

Updated snap to core20 and edited README
Add a table result for slcli hw upgrade output.
Remove block/file interval option for replica volume.
slcli vlan cancel should report if a vlan is automatic.
New method to manage how long text is in output tables.
Fix Tox-analysis issues.

New Commands

add new email feature
slcli email list
slcli email detail
slcli email edit
slcli vlan cancel
Add slcli account licenses
slcli account licenses
Create a new commands on slcli that create/cancel a VMware licenses
slcli licenses create
slcli licenses cancel


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-softlayer/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-softlayer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-softlayer/Makefile
diff -u pkgsrc/net/py-softlayer/Makefile:1.10 pkgsrc/net/py-softlayer/Makefile:1.11
--- pkgsrc/net/py-softlayer/Makefile:1.10       Thu Jun 10 07:33:32 2021
+++ pkgsrc/net/py-softlayer/Makefile    Fri Jul 30 05:46:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/06/10 07:33:32 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/07/30 05:46:34 adam Exp $
 
-DISTNAME=      SoftLayer-5.9.5
+DISTNAME=      SoftLayer-5.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}

Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.6 pkgsrc/net/py-softlayer/PLIST:1.7
--- pkgsrc/net/py-softlayer/PLIST:1.6   Thu Jun 10 07:33:32 2021
+++ pkgsrc/net/py-softlayer/PLIST       Fri Jul 30 05:46:34 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/06/10 07:33:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/07/30 05:46:34 adam Exp $
 bin/sl-${PYVERSSUFFIX}
 bin/slcli-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -38,6 +38,9 @@ ${PYSITELIB}/SoftLayer/CLI/account/invoi
 ${PYSITELIB}/SoftLayer/CLI/account/item_detail.py
 ${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyc
 ${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyo
+${PYSITELIB}/SoftLayer/CLI/account/licenses.py
+${PYSITELIB}/SoftLayer/CLI/account/licenses.pyc
+${PYSITELIB}/SoftLayer/CLI/account/licenses.pyo
 ${PYSITELIB}/SoftLayer/CLI/account/orders.py
 ${PYSITELIB}/SoftLayer/CLI/account/orders.pyc
 ${PYSITELIB}/SoftLayer/CLI/account/orders.pyo
@@ -278,6 +281,18 @@ ${PYSITELIB}/SoftLayer/CLI/dns/zone_list
 ${PYSITELIB}/SoftLayer/CLI/dns/zone_print.py
 ${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyc
 ${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyo
+${PYSITELIB}/SoftLayer/CLI/email/__init__.py
+${PYSITELIB}/SoftLayer/CLI/email/__init__.pyc
+${PYSITELIB}/SoftLayer/CLI/email/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/email/detail.py
+${PYSITELIB}/SoftLayer/CLI/email/detail.pyc
+${PYSITELIB}/SoftLayer/CLI/email/detail.pyo
+${PYSITELIB}/SoftLayer/CLI/email/edit.py
+${PYSITELIB}/SoftLayer/CLI/email/edit.pyc
+${PYSITELIB}/SoftLayer/CLI/email/edit.pyo
+${PYSITELIB}/SoftLayer/CLI/email/list.py
+${PYSITELIB}/SoftLayer/CLI/email/list.pyc
+${PYSITELIB}/SoftLayer/CLI/email/list.pyo
 ${PYSITELIB}/SoftLayer/CLI/environment.py
 ${PYSITELIB}/SoftLayer/CLI/environment.pyc
 ${PYSITELIB}/SoftLayer/CLI/environment.pyo
@@ -524,6 +539,18 @@ ${PYSITELIB}/SoftLayer/CLI/image/import.
 ${PYSITELIB}/SoftLayer/CLI/image/list.py
 ${PYSITELIB}/SoftLayer/CLI/image/list.pyc
 ${PYSITELIB}/SoftLayer/CLI/image/list.pyo
+${PYSITELIB}/SoftLayer/CLI/licenses/__init__.py
+${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyc
+${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/licenses/cancel.py
+${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyc
+${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyo
+${PYSITELIB}/SoftLayer/CLI/licenses/create.py
+${PYSITELIB}/SoftLayer/CLI/licenses/create.pyc
+${PYSITELIB}/SoftLayer/CLI/licenses/create.pyo
+${PYSITELIB}/SoftLayer/CLI/licenses/create_options.py
+${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyc
+${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyo
 ${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyo
@@ -917,6 +944,9 @@ ${PYSITELIB}/SoftLayer/CLI/virt/usage.py
 ${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py
+${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc
+${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.py
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo
@@ -1088,6 +1118,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyo
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyo
@@ -1139,6 +1172,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyo
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo
@@ -1157,6 +1193,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyo
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyo
@@ -1217,6 +1256,9 @@ ${PYSITELIB}/SoftLayer/managers/dedicate
 ${PYSITELIB}/SoftLayer/managers/dns.py
 ${PYSITELIB}/SoftLayer/managers/dns.pyc
 ${PYSITELIB}/SoftLayer/managers/dns.pyo
+${PYSITELIB}/SoftLayer/managers/email.py
+${PYSITELIB}/SoftLayer/managers/email.pyc
+${PYSITELIB}/SoftLayer/managers/email.pyo
 ${PYSITELIB}/SoftLayer/managers/event_log.py
 ${PYSITELIB}/SoftLayer/managers/event_log.pyc
 ${PYSITELIB}/SoftLayer/managers/event_log.pyo
@@ -1235,6 +1277,12 @@ ${PYSITELIB}/SoftLayer/managers/image.py
 ${PYSITELIB}/SoftLayer/managers/ipsec.py
 ${PYSITELIB}/SoftLayer/managers/ipsec.pyc
 ${PYSITELIB}/SoftLayer/managers/ipsec.pyo
+${PYSITELIB}/SoftLayer/managers/license.py
+${PYSITELIB}/SoftLayer/managers/license.pyc
+${PYSITELIB}/SoftLayer/managers/license.pyo
+${PYSITELIB}/SoftLayer/managers/licenses.py
+${PYSITELIB}/SoftLayer/managers/licenses.pyc
+${PYSITELIB}/SoftLayer/managers/licenses.pyo
 ${PYSITELIB}/SoftLayer/managers/load_balancer.py
 ${PYSITELIB}/SoftLayer/managers/load_balancer.pyc
 ${PYSITELIB}/SoftLayer/managers/load_balancer.pyo

Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.8 pkgsrc/net/py-softlayer/distinfo:1.9
--- pkgsrc/net/py-softlayer/distinfo:1.8        Thu Jun 10 07:33:32 2021
+++ pkgsrc/net/py-softlayer/distinfo    Fri Jul 30 05:46:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/06/10 07:33:32 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/07/30 05:46:34 adam Exp $
 
-SHA1 (SoftLayer-5.9.5.tar.gz) = 8a57c8ef00b10e7ef2d488ea5fd968a1df860de7
-RMD160 (SoftLayer-5.9.5.tar.gz) = 520417f1c786caa822ef98dba464070cec006eee
-SHA512 (SoftLayer-5.9.5.tar.gz) = 4fbb5062a85f42d6459b78922ed893f256930839a1875cdbcfc63dc5f31577cbe78ad0fd997c231cbb48244922498a66120415677e132e052baf747e9c443bd0
-Size (SoftLayer-5.9.5.tar.gz) = 413210 bytes
+SHA1 (SoftLayer-5.9.6.tar.gz) = 2b21690f88a602f2634259e99b28b1f9e6cb2607
+RMD160 (SoftLayer-5.9.6.tar.gz) = 1548ccd8e8fc211db5d55295ff084c3c9dc20f84
+SHA512 (SoftLayer-5.9.6.tar.gz) = 8b1546a739ec7b62a54e7fd31273a248a1ccc98eb68acb16e1d00e50f6f0be9ab18245164a0c5f4fd70d921c4767232c4a41d0cf771c37cdaac898adf5907cde
+Size (SoftLayer-5.9.6.tar.gz) = 424304 bytes



Home | Main Index | Thread Index | Old Index