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: Thu May 11 10:09:10 UTC 2023
Modified Files:
pkgsrc/net/py-softlayer: Makefile PLIST distinfo
Log Message:
py-softlayer: updated to 6.1.7
6.1.7
pip prod(deps): bump rich from 13.3.2 to 13.3.3
Added new command - slcli cdn delete
Added new command - slcli cdn create
slcli firewall detail multiVlan:14109 --credentials
add a new option on account orders
Issues with block/file volume-details on some volumes
Need a command for slcli object-storage delete
New Command: slcli user vpn-password
Update slcli user detail to display if user has API key
Fixed an issue with 'slcli event-log get'
pip prod(deps): bump rich from 13.3.3 to 13.3.4
added the slcli file to this repo
Updated date field in command - slcli cdn purge
New command: slcli order quote-delete
pip prod(deps): bump rich from 13.3.4 to 13.3.5
updates for v6.1.7
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-softlayer/PLIST
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/net/py-softlayer/Makefile:1.17
--- pkgsrc/net/py-softlayer/Makefile:1.16 Sun Feb 27 09:08:57 2022
+++ pkgsrc/net/py-softlayer/Makefile Thu May 11 10:09:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/02/27 09:08:57 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/05/11 10:09:10 adam Exp $
-DISTNAME= SoftLayer-5.9.9
+DISTNAME= SoftLayer-6.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
@@ -10,26 +10,29 @@ HOMEPAGE= https://github.com/softlayer/s
COMMENT= SoftLayer API bindings for Python
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
-DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
+DEPENDS+= ${PYPKGPREFIX}-prettytable>=2.5.0:../../textproc/py-prettytable
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-rich>=13.3.5:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYSETUPTESTTARGET= pytest
+USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
post-install:
+.for bin in sl slcli
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} sl sl-${PYVERSSUFFIX} && \
- ${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE}
+ ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.10 pkgsrc/net/py-softlayer/PLIST:1.11
--- pkgsrc/net/py-softlayer/PLIST:1.10 Sun Feb 27 09:08:57 2022
+++ pkgsrc/net/py-softlayer/PLIST Thu May 11 10:09:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/02/27 09:08:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/05/11 10:09:10 adam Exp $
bin/sl-${PYVERSSUFFIX}
bin/slcli-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -20,6 +20,9 @@ ${PYSITELIB}/SoftLayer/CLI/account/__ini
${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/bandwidth_pools_detail.py
+${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools_detail.pyc
+${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools_detail.pyo
${PYSITELIB}/SoftLayer/CLI/account/billing_items.py
${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc
${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo
@@ -32,6 +35,15 @@ ${PYSITELIB}/SoftLayer/CLI/account/event
${PYSITELIB}/SoftLayer/CLI/account/events.py
${PYSITELIB}/SoftLayer/CLI/account/events.pyc
${PYSITELIB}/SoftLayer/CLI/account/events.pyo
+${PYSITELIB}/SoftLayer/CLI/account/hook_create.py
+${PYSITELIB}/SoftLayer/CLI/account/hook_create.pyc
+${PYSITELIB}/SoftLayer/CLI/account/hook_create.pyo
+${PYSITELIB}/SoftLayer/CLI/account/hook_delete.py
+${PYSITELIB}/SoftLayer/CLI/account/hook_delete.pyc
+${PYSITELIB}/SoftLayer/CLI/account/hook_delete.pyo
+${PYSITELIB}/SoftLayer/CLI/account/hooks.py
+${PYSITELIB}/SoftLayer/CLI/account/hooks.pyc
+${PYSITELIB}/SoftLayer/CLI/account/hooks.pyo
${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.py
${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyc
${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyo
@@ -50,27 +62,6 @@ ${PYSITELIB}/SoftLayer/CLI/account/order
${PYSITELIB}/SoftLayer/CLI/account/summary.py
${PYSITELIB}/SoftLayer/CLI/account/summary.pyc
${PYSITELIB}/SoftLayer/CLI/account/summary.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/detail.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/edit.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/list.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/logs.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/scale.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyo
-${PYSITELIB}/SoftLayer/CLI/autoscale/tag.py
-${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyc
-${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyo
${PYSITELIB}/SoftLayer/CLI/block/__init__.py
${PYSITELIB}/SoftLayer/CLI/block/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/block/__init__.pyo
@@ -104,6 +95,9 @@ ${PYSITELIB}/SoftLayer/CLI/block/detail.
${PYSITELIB}/SoftLayer/CLI/block/duplicate.py
${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyc
${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyo
+${PYSITELIB}/SoftLayer/CLI/block/duplicate_convert_status.py
+${PYSITELIB}/SoftLayer/CLI/block/duplicate_convert_status.pyc
+${PYSITELIB}/SoftLayer/CLI/block/duplicate_convert_status.pyo
${PYSITELIB}/SoftLayer/CLI/block/limit.py
${PYSITELIB}/SoftLayer/CLI/block/limit.pyc
${PYSITELIB}/SoftLayer/CLI/block/limit.pyo
@@ -116,6 +110,18 @@ ${PYSITELIB}/SoftLayer/CLI/block/lun.pyo
${PYSITELIB}/SoftLayer/CLI/block/modify.py
${PYSITELIB}/SoftLayer/CLI/block/modify.pyc
${PYSITELIB}/SoftLayer/CLI/block/modify.pyo
+${PYSITELIB}/SoftLayer/CLI/block/object_list.py
+${PYSITELIB}/SoftLayer/CLI/block/object_list.pyc
+${PYSITELIB}/SoftLayer/CLI/block/object_list.pyo
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_detail.py
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_detail.pyc
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_detail.pyo
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_permission.py
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_permission.pyc
+${PYSITELIB}/SoftLayer/CLI/block/object_storage_permission.pyo
+${PYSITELIB}/SoftLayer/CLI/block/options.py
+${PYSITELIB}/SoftLayer/CLI/block/options.pyc
+${PYSITELIB}/SoftLayer/CLI/block/options.pyo
${PYSITELIB}/SoftLayer/CLI/block/order.py
${PYSITELIB}/SoftLayer/CLI/block/order.pyc
${PYSITELIB}/SoftLayer/CLI/block/order.pyo
@@ -200,6 +206,12 @@ ${PYSITELIB}/SoftLayer/CLI/call_api.pyo
${PYSITELIB}/SoftLayer/CLI/cdn/__init__.py
${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/cdn/create.py
+${PYSITELIB}/SoftLayer/CLI/cdn/create.pyc
+${PYSITELIB}/SoftLayer/CLI/cdn/create.pyo
+${PYSITELIB}/SoftLayer/CLI/cdn/delete.py
+${PYSITELIB}/SoftLayer/CLI/cdn/delete.pyc
+${PYSITELIB}/SoftLayer/CLI/cdn/delete.pyo
${PYSITELIB}/SoftLayer/CLI/cdn/detail.py
${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc
${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo
@@ -224,6 +236,9 @@ ${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyo
${PYSITELIB}/SoftLayer/CLI/columns.py
${PYSITELIB}/SoftLayer/CLI/columns.pyc
${PYSITELIB}/SoftLayer/CLI/columns.pyo
+${PYSITELIB}/SoftLayer/CLI/command.py
+${PYSITELIB}/SoftLayer/CLI/command.pyc
+${PYSITELIB}/SoftLayer/CLI/command.pyo
${PYSITELIB}/SoftLayer/CLI/config/__init__.py
${PYSITELIB}/SoftLayer/CLI/config/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/config/__init__.pyo
@@ -350,6 +365,9 @@ ${PYSITELIB}/SoftLayer/CLI/file/detail.p
${PYSITELIB}/SoftLayer/CLI/file/duplicate.py
${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyc
${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyo
+${PYSITELIB}/SoftLayer/CLI/file/duplicate_convert_status.py
+${PYSITELIB}/SoftLayer/CLI/file/duplicate_convert_status.pyc
+${PYSITELIB}/SoftLayer/CLI/file/duplicate_convert_status.pyo
${PYSITELIB}/SoftLayer/CLI/file/limit.py
${PYSITELIB}/SoftLayer/CLI/file/limit.pyc
${PYSITELIB}/SoftLayer/CLI/file/limit.pyo
@@ -359,6 +377,9 @@ ${PYSITELIB}/SoftLayer/CLI/file/list.pyo
${PYSITELIB}/SoftLayer/CLI/file/modify.py
${PYSITELIB}/SoftLayer/CLI/file/modify.pyc
${PYSITELIB}/SoftLayer/CLI/file/modify.pyo
+${PYSITELIB}/SoftLayer/CLI/file/options.py
+${PYSITELIB}/SoftLayer/CLI/file/options.pyc
+${PYSITELIB}/SoftLayer/CLI/file/options.pyo
${PYSITELIB}/SoftLayer/CLI/file/order.py
${PYSITELIB}/SoftLayer/CLI/file/order.pyc
${PYSITELIB}/SoftLayer/CLI/file/order.pyo
@@ -443,6 +464,9 @@ ${PYSITELIB}/SoftLayer/CLI/firewall/edit
${PYSITELIB}/SoftLayer/CLI/firewall/list.py
${PYSITELIB}/SoftLayer/CLI/firewall/list.pyc
${PYSITELIB}/SoftLayer/CLI/firewall/list.pyo
+${PYSITELIB}/SoftLayer/CLI/firewall/monitoring.py
+${PYSITELIB}/SoftLayer/CLI/firewall/monitoring.pyc
+${PYSITELIB}/SoftLayer/CLI/firewall/monitoring.pyo
${PYSITELIB}/SoftLayer/CLI/formatting.py
${PYSITELIB}/SoftLayer/CLI/formatting.pyc
${PYSITELIB}/SoftLayer/CLI/formatting.pyo
@@ -485,6 +509,9 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/canc
${PYSITELIB}/SoftLayer/CLI/hardware/create.py
${PYSITELIB}/SoftLayer/CLI/hardware/create.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/create.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/create_credential.py
+${PYSITELIB}/SoftLayer/CLI/hardware/create_credential.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/create_credential.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/create_options.py
${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyo
@@ -500,12 +527,21 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/dns.
${PYSITELIB}/SoftLayer/CLI/hardware/edit.py
${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyo
-${PYSITELIB}/SoftLayer/CLI/hardware/guests.py
-${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyc
-${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/list.py
${PYSITELIB}/SoftLayer/CLI/hardware/list.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/list.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/monitoring.py
+${PYSITELIB}/SoftLayer/CLI/hardware/monitoring.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/monitoring.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_add.py
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_add.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_add.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_delete.py
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_delete.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/notification_delete.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/notifications.py
+${PYSITELIB}/SoftLayer/CLI/hardware/notifications.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/notifications.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/power.py
${PYSITELIB}/SoftLayer/CLI/hardware/power.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/power.pyo
@@ -560,6 +596,12 @@ ${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/image/share.py
+${PYSITELIB}/SoftLayer/CLI/image/share.pyc
+${PYSITELIB}/SoftLayer/CLI/image/share.pyo
+${PYSITELIB}/SoftLayer/CLI/image/share_deny.py
+${PYSITELIB}/SoftLayer/CLI/image/share_deny.pyc
+${PYSITELIB}/SoftLayer/CLI/image/share_deny.pyo
${PYSITELIB}/SoftLayer/CLI/licenses/__init__.py
${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyo
@@ -617,6 +659,9 @@ ${PYSITELIB}/SoftLayer/CLI/nas/list.pyo
${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.py
${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/object_storage/cancel.py
+${PYSITELIB}/SoftLayer/CLI/object_storage/cancel.pyc
+${PYSITELIB}/SoftLayer/CLI/object_storage/cancel.pyo
${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.py
${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyo
@@ -668,6 +713,9 @@ ${PYSITELIB}/SoftLayer/CLI/order/preset_
${PYSITELIB}/SoftLayer/CLI/order/quote.py
${PYSITELIB}/SoftLayer/CLI/order/quote.pyc
${PYSITELIB}/SoftLayer/CLI/order/quote.pyo
+${PYSITELIB}/SoftLayer/CLI/order/quote_delete.py
+${PYSITELIB}/SoftLayer/CLI/order/quote_delete.pyc
+${PYSITELIB}/SoftLayer/CLI/order/quote_delete.pyo
${PYSITELIB}/SoftLayer/CLI/order/quote_detail.py
${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyc
${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyo
@@ -683,9 +731,15 @@ ${PYSITELIB}/SoftLayer/CLI/report/__init
${PYSITELIB}/SoftLayer/CLI/report/bandwidth.py
${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyc
${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyo
+${PYSITELIB}/SoftLayer/CLI/report/dc_closures.py
+${PYSITELIB}/SoftLayer/CLI/report/dc_closures.pyc
+${PYSITELIB}/SoftLayer/CLI/report/dc_closures.pyo
${PYSITELIB}/SoftLayer/CLI/routes.py
${PYSITELIB}/SoftLayer/CLI/routes.pyc
${PYSITELIB}/SoftLayer/CLI/routes.pyo
+${PYSITELIB}/SoftLayer/CLI/search.py
+${PYSITELIB}/SoftLayer/CLI/search.pyc
+${PYSITELIB}/SoftLayer/CLI/search.pyo
${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.py
${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo
@@ -758,6 +812,9 @@ ${PYSITELIB}/SoftLayer/CLI/subnet/__init
${PYSITELIB}/SoftLayer/CLI/subnet/cancel.py
${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyc
${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyo
+${PYSITELIB}/SoftLayer/CLI/subnet/clear_route.py
+${PYSITELIB}/SoftLayer/CLI/subnet/clear_route.pyc
+${PYSITELIB}/SoftLayer/CLI/subnet/clear_route.pyo
${PYSITELIB}/SoftLayer/CLI/subnet/create.py
${PYSITELIB}/SoftLayer/CLI/subnet/create.pyc
${PYSITELIB}/SoftLayer/CLI/subnet/create.pyo
@@ -776,6 +833,9 @@ ${PYSITELIB}/SoftLayer/CLI/subnet/list.p
${PYSITELIB}/SoftLayer/CLI/subnet/lookup.py
${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyc
${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyo
+${PYSITELIB}/SoftLayer/CLI/subnet/route.py
+${PYSITELIB}/SoftLayer/CLI/subnet/route.pyc
+${PYSITELIB}/SoftLayer/CLI/subnet/route.pyo
${PYSITELIB}/SoftLayer/CLI/summary.py
${PYSITELIB}/SoftLayer/CLI/summary.pyc
${PYSITELIB}/SoftLayer/CLI/summary.pyo
@@ -845,6 +905,9 @@ ${PYSITELIB}/SoftLayer/CLI/user/delete.p
${PYSITELIB}/SoftLayer/CLI/user/detail.py
${PYSITELIB}/SoftLayer/CLI/user/detail.pyc
${PYSITELIB}/SoftLayer/CLI/user/detail.pyo
+${PYSITELIB}/SoftLayer/CLI/user/device_access.py
+${PYSITELIB}/SoftLayer/CLI/user/device_access.pyc
+${PYSITELIB}/SoftLayer/CLI/user/device_access.pyo
${PYSITELIB}/SoftLayer/CLI/user/edit_details.py
${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyc
${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyo
@@ -854,6 +917,9 @@ ${PYSITELIB}/SoftLayer/CLI/user/edit_not
${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.py
${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyc
${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyo
+${PYSITELIB}/SoftLayer/CLI/user/grant_access.py
+${PYSITELIB}/SoftLayer/CLI/user/grant_access.pyc
+${PYSITELIB}/SoftLayer/CLI/user/grant_access.pyo
${PYSITELIB}/SoftLayer/CLI/user/list.py
${PYSITELIB}/SoftLayer/CLI/user/list.pyc
${PYSITELIB}/SoftLayer/CLI/user/list.pyo
@@ -863,15 +929,24 @@ ${PYSITELIB}/SoftLayer/CLI/user/notifica
${PYSITELIB}/SoftLayer/CLI/user/permissions.py
${PYSITELIB}/SoftLayer/CLI/user/permissions.pyc
${PYSITELIB}/SoftLayer/CLI/user/permissions.pyo
+${PYSITELIB}/SoftLayer/CLI/user/remove_access.py
+${PYSITELIB}/SoftLayer/CLI/user/remove_access.pyc
+${PYSITELIB}/SoftLayer/CLI/user/remove_access.pyo
${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.py
${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyc
${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyo
+${PYSITELIB}/SoftLayer/CLI/user/vpn_password.py
+${PYSITELIB}/SoftLayer/CLI/user/vpn_password.pyc
+${PYSITELIB}/SoftLayer/CLI/user/vpn_password.pyo
${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.py
${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyc
${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyo
${PYSITELIB}/SoftLayer/CLI/virt/__init__.py
${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/access.py
+${PYSITELIB}/SoftLayer/CLI/virt/access.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/access.pyo
${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.py
${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyc
${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyo
@@ -929,6 +1004,21 @@ ${PYSITELIB}/SoftLayer/CLI/virt/list.pyo
${PYSITELIB}/SoftLayer/CLI/virt/migrate.py
${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyc
${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/monitoring.py
+${PYSITELIB}/SoftLayer/CLI/virt/monitoring.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/monitoring.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/notification_add.py
+${PYSITELIB}/SoftLayer/CLI/virt/notification_add.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/notification_add.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/notification_delete.py
+${PYSITELIB}/SoftLayer/CLI/virt/notification_delete.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/notification_delete.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/notifications.py
+${PYSITELIB}/SoftLayer/CLI/virt/notifications.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/notifications.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/os_available.py
+${PYSITELIB}/SoftLayer/CLI/virt/os_available.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/os_available.pyo
${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.py
${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyo
@@ -992,6 +1082,9 @@ ${PYSITELIB}/SoftLayer/CLI/vpn/__init__.
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/cancel.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/cancel.pyc
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/cancel.pyo
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.py
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyc
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyo
@@ -1001,6 +1094,9 @@ ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/det
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.py
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyc
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyo
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/order.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/order.pyc
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/order.pyo
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.py
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyc
${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyo
@@ -1205,6 +1301,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_Hook.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Hook.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Hook.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
@@ -1229,6 +1328,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
${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_Software_Component_Password.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_Component_Password.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_Component_Password.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyo
@@ -1244,6 +1346,15 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Hardware.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Hardware.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Hardware.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Virtual_Guest.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Virtual_Guest.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_Notification_Virtual_Guest.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo
@@ -1274,9 +1385,6 @@ ${PYSITELIB}/SoftLayer/managers/__init__
${PYSITELIB}/SoftLayer/managers/account.py
${PYSITELIB}/SoftLayer/managers/account.pyc
${PYSITELIB}/SoftLayer/managers/account.pyo
-${PYSITELIB}/SoftLayer/managers/autoscale.py
-${PYSITELIB}/SoftLayer/managers/autoscale.pyc
-${PYSITELIB}/SoftLayer/managers/autoscale.pyo
${PYSITELIB}/SoftLayer/managers/block.py
${PYSITELIB}/SoftLayer/managers/block.pyc
${PYSITELIB}/SoftLayer/managers/block.pyo
@@ -1331,6 +1439,9 @@ ${PYSITELIB}/SoftLayer/managers/object_s
${PYSITELIB}/SoftLayer/managers/ordering.py
${PYSITELIB}/SoftLayer/managers/ordering.pyc
${PYSITELIB}/SoftLayer/managers/ordering.pyo
+${PYSITELIB}/SoftLayer/managers/search.py
+${PYSITELIB}/SoftLayer/managers/search.pyc
+${PYSITELIB}/SoftLayer/managers/search.pyo
${PYSITELIB}/SoftLayer/managers/sshkey.py
${PYSITELIB}/SoftLayer/managers/sshkey.pyc
${PYSITELIB}/SoftLayer/managers/sshkey.pyo
@@ -1388,9 +1499,27 @@ ${PYSITELIB}/SoftLayer/testing/__init__.
${PYSITELIB}/SoftLayer/testing/xmlrpc.py
${PYSITELIB}/SoftLayer/testing/xmlrpc.pyc
${PYSITELIB}/SoftLayer/testing/xmlrpc.pyo
-${PYSITELIB}/SoftLayer/transports.py
-${PYSITELIB}/SoftLayer/transports.pyc
-${PYSITELIB}/SoftLayer/transports.pyo
+${PYSITELIB}/SoftLayer/transports/__init__.py
+${PYSITELIB}/SoftLayer/transports/__init__.pyc
+${PYSITELIB}/SoftLayer/transports/__init__.pyo
+${PYSITELIB}/SoftLayer/transports/debug.py
+${PYSITELIB}/SoftLayer/transports/debug.pyc
+${PYSITELIB}/SoftLayer/transports/debug.pyo
+${PYSITELIB}/SoftLayer/transports/fixture.py
+${PYSITELIB}/SoftLayer/transports/fixture.pyc
+${PYSITELIB}/SoftLayer/transports/fixture.pyo
+${PYSITELIB}/SoftLayer/transports/rest.py
+${PYSITELIB}/SoftLayer/transports/rest.pyc
+${PYSITELIB}/SoftLayer/transports/rest.pyo
+${PYSITELIB}/SoftLayer/transports/timing.py
+${PYSITELIB}/SoftLayer/transports/timing.pyc
+${PYSITELIB}/SoftLayer/transports/timing.pyo
+${PYSITELIB}/SoftLayer/transports/transport.py
+${PYSITELIB}/SoftLayer/transports/transport.pyc
+${PYSITELIB}/SoftLayer/transports/transport.pyo
+${PYSITELIB}/SoftLayer/transports/xmlrpc.py
+${PYSITELIB}/SoftLayer/transports/xmlrpc.pyc
+${PYSITELIB}/SoftLayer/transports/xmlrpc.pyo
${PYSITELIB}/SoftLayer/utils.py
${PYSITELIB}/SoftLayer/utils.pyc
${PYSITELIB}/SoftLayer/utils.pyo
Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.14 pkgsrc/net/py-softlayer/distinfo:1.15
--- pkgsrc/net/py-softlayer/distinfo:1.14 Sun Feb 27 09:08:58 2022
+++ pkgsrc/net/py-softlayer/distinfo Thu May 11 10:09:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/02/27 09:08:58 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/05/11 10:09:10 adam Exp $
-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
+BLAKE2s (SoftLayer-6.1.7.tar.gz) = 3bb1fb10174dc95331d6861092832f4fbeefa5d8c1fc06253294d33081d10ce4
+SHA512 (SoftLayer-6.1.7.tar.gz) = 1b9e1566c03fe38a28764c97fb4c87513a7f7175f8b26d1a912c0e41aef4cbeef1a60e2a38118fe5a6c5572c6c621838d8552c210b3e834a79c402eae055cbba
+Size (SoftLayer-6.1.7.tar.gz) = 475668 bytes
Home |
Main Index |
Thread Index |
Old Index