[Python-modules-commits] [python-softlayer] branch master updated (810f12a -> 9c96e85)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Apr 3 02:44:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a change to branch master
in repository python-softlayer.

      from  810f12a   Fixed VCS URL (https)
       new  bd0a5ff   record new upstream branch created by importing python-softlayer_5.0.1.orig.tar.gz
       new  95f41aa   Import python-softlayer_5.0.1.orig.tar.gz
       new  27aa3f4   Rename launcher script to avoid namespace conflicts.
       new  41e5ac0   [ Ondřej Nový ] [ Scott Kitterman ] New upstream release
       new  9c96e85   Update debian/changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 .travis.yml                                        |   5 +-
 CHANGELOG                                          |  26 +-
 ISSUE_TEMPLATE                                     |   7 +
 LICENSE                                            |   4 +-
 README.rst                                         |  45 ++-
 SoftLayer/API.py                                   |  36 +-
 SoftLayer/CLI/call_api.py                          |  74 +++-
 SoftLayer/CLI/cdn/detail.py                        |  10 +-
 SoftLayer/CLI/cdn/list.py                          |   4 +-
 SoftLayer/CLI/cdn/load.py                          |   4 +-
 SoftLayer/CLI/cdn/origin_add.py                    |   6 +-
 SoftLayer/CLI/cdn/origin_list.py                   |   4 +-
 SoftLayer/CLI/cdn/origin_remove.py                 |   4 +-
 SoftLayer/CLI/cdn/purge.py                         |   4 +-
 SoftLayer/CLI/columns.py                           |  54 ++-
 SoftLayer/CLI/config/__init__.py                   |   6 +-
 SoftLayer/CLI/config/setup.py                      |   4 +-
 SoftLayer/CLI/config/show.py                       |   4 +-
 SoftLayer/CLI/core.py                              |  92 ++---
 SoftLayer/CLI/dns/record_add.py                    |   5 +-
 SoftLayer/CLI/dns/record_edit.py                   |   4 +-
 SoftLayer/CLI/dns/record_list.py                   |   4 +-
 SoftLayer/CLI/dns/record_remove.py                 |   4 +-
 SoftLayer/CLI/dns/zone_create.py                   |   4 +-
 SoftLayer/CLI/dns/zone_delete.py                   |   4 +-
 SoftLayer/CLI/dns/zone_import.py                   |   4 +-
 SoftLayer/CLI/dns/zone_list.py                     |   4 +-
 SoftLayer/CLI/dns/zone_print.py                    |   4 +-
 SoftLayer/CLI/environment.py                       |  29 +-
 SoftLayer/CLI/firewall/add.py                      |   4 +-
 SoftLayer/CLI/firewall/cancel.py                   |   4 +-
 SoftLayer/CLI/firewall/detail.py                   |   4 +-
 SoftLayer/CLI/firewall/edit.py                     |   4 +-
 SoftLayer/CLI/firewall/list.py                     |   4 +-
 SoftLayer/CLI/formatting.py                        |  24 +-
 SoftLayer/CLI/globalip/assign.py                   |   4 +-
 SoftLayer/CLI/globalip/cancel.py                   |   4 +-
 SoftLayer/CLI/globalip/create.py                   |   6 +-
 SoftLayer/CLI/globalip/list.py                     |   4 +-
 SoftLayer/CLI/globalip/unassign.py                 |   4 +-
 SoftLayer/CLI/{server => hardware}/__init__.py     |   0
 SoftLayer/CLI/{server => hardware}/cancel.py       |   4 +-
 .../CLI/{server => hardware}/cancel_reasons.py     |   4 +-
 SoftLayer/CLI/{server => hardware}/create.py       |   5 +-
 .../CLI/{server => hardware}/create_options.py     |   5 +-
 SoftLayer/CLI/{server => hardware}/credentials.py  |   5 +-
 SoftLayer/CLI/{server => hardware}/detail.py       |  19 +-
 SoftLayer/CLI/{server => hardware}/edit.py         |  21 +-
 SoftLayer/CLI/{server => hardware}/list.py         |  57 ++-
 SoftLayer/CLI/{server => hardware}/power.py        |   4 +-
 SoftLayer/CLI/{server => hardware}/reload.py       |  12 +-
 SoftLayer/CLI/{server => hardware}/rescue.py       |   4 +-
 .../CLI/{server => hardware}/update_firmware.py    |   4 +-
 SoftLayer/CLI/helpers.py                           |   4 +-
 SoftLayer/CLI/image/__init__.py                    |   2 +-
 SoftLayer/CLI/image/delete.py                      |   4 +-
 SoftLayer/CLI/image/detail.py                      |  14 +-
 SoftLayer/CLI/image/edit.py                        |   4 +-
 SoftLayer/CLI/image/export.py                      |  28 ++
 SoftLayer/CLI/image/import.py                      |  44 +--
 SoftLayer/CLI/image/list.py                        |  17 +-
 SoftLayer/CLI/iscsi/cancel.py                      |   4 +-
 SoftLayer/CLI/iscsi/create.py                      |   4 +-
 SoftLayer/CLI/iscsi/detail.py                      |  10 +-
 SoftLayer/CLI/iscsi/list.py                        |  10 +-
 SoftLayer/CLI/loadbal/cancel.py                    |   4 +-
 SoftLayer/CLI/loadbal/create.py                    |   4 +-
 SoftLayer/CLI/loadbal/create_options.py            |   6 +-
 SoftLayer/CLI/loadbal/detail.py                    |  10 +-
 SoftLayer/CLI/loadbal/group_add.py                 |   4 +-
 SoftLayer/CLI/loadbal/group_delete.py              |   4 +-
 SoftLayer/CLI/loadbal/group_edit.py                |   4 +-
 SoftLayer/CLI/loadbal/group_reset.py               |   4 +-
 SoftLayer/CLI/loadbal/health_checks.py             |   4 +-
 SoftLayer/CLI/loadbal/list.py                      |   4 +-
 SoftLayer/CLI/loadbal/routing_methods.py           |   4 +-
 SoftLayer/CLI/loadbal/routing_types.py             |  10 +-
 SoftLayer/CLI/loadbal/service_add.py               |   6 +-
 SoftLayer/CLI/loadbal/service_delete.py            |   4 +-
 SoftLayer/CLI/loadbal/service_edit.py              |   9 +-
 SoftLayer/CLI/loadbal/service_toggle.py            |   4 +-
 SoftLayer/CLI/metadata.py                          |   8 +-
 SoftLayer/CLI/mq/accounts_list.py                  |   4 +-
 SoftLayer/CLI/mq/endpoints_list.py                 |   4 +-
 SoftLayer/CLI/mq/ping.py                           |   4 +-
 SoftLayer/CLI/mq/queue_add.py                      |   7 +-
 SoftLayer/CLI/mq/queue_detail.py                   |   4 +-
 SoftLayer/CLI/mq/queue_edit.py                     |   7 +-
 SoftLayer/CLI/mq/queue_list.py                     |   4 +-
 SoftLayer/CLI/mq/queue_pop.py                      |   5 +-
 SoftLayer/CLI/mq/queue_push.py                     |   4 +-
 SoftLayer/CLI/mq/queue_remove.py                   |   4 +-
 SoftLayer/CLI/mq/topic_add.py                      |   7 +-
 SoftLayer/CLI/mq/topic_detail.py                   |   4 +-
 SoftLayer/CLI/mq/topic_list.py                     |   4 +-
 SoftLayer/CLI/mq/topic_push.py                     |   4 +-
 SoftLayer/CLI/mq/topic_remove.py                   |   4 +-
 SoftLayer/CLI/mq/topic_subscribe.py                |   4 +-
 SoftLayer/CLI/mq/topic_unsubscribe.py              |   4 +-
 SoftLayer/CLI/nas/credentials.py                   |   5 +-
 SoftLayer/CLI/nas/list.py                          |   4 +-
 SoftLayer/CLI/object_storage/__init__.py           |   1 +
 SoftLayer/CLI/object_storage/list_accounts.py      |  26 ++
 SoftLayer/CLI/object_storage/list_endpoints.py     |  27 ++
 SoftLayer/CLI/routes.py                            |  88 +++--
 SoftLayer/CLI/rwhois/edit.py                       |   4 +-
 SoftLayer/CLI/rwhois/show.py                       |  10 +-
 SoftLayer/CLI/server/nic_edit.py                   |  24 --
 SoftLayer/CLI/snapshot/cancel.py                   |   5 +-
 SoftLayer/CLI/snapshot/create.py                   |   5 +-
 SoftLayer/CLI/snapshot/create_space.py             |   5 +-
 SoftLayer/CLI/snapshot/list.py                     |   4 +-
 SoftLayer/CLI/snapshot/restore_volume.py           |   5 +-
 SoftLayer/CLI/sshkey/add.py                        |   4 +-
 SoftLayer/CLI/sshkey/edit.py                       |   4 +-
 SoftLayer/CLI/sshkey/list.py                       |   4 +-
 SoftLayer/CLI/sshkey/print.py                      |   6 +-
 SoftLayer/CLI/sshkey/remove.py                     |   4 +-
 SoftLayer/CLI/ssl/add.py                           |   4 +-
 SoftLayer/CLI/ssl/download.py                      |   4 +-
 SoftLayer/CLI/ssl/edit.py                          |   4 +-
 SoftLayer/CLI/ssl/list.py                          |   5 +-
 SoftLayer/CLI/ssl/remove.py                        |   4 +-
 SoftLayer/CLI/subnet/cancel.py                     |   4 +-
 SoftLayer/CLI/subnet/create.py                     |   5 +-
 SoftLayer/CLI/subnet/detail.py                     |  10 +-
 SoftLayer/CLI/subnet/list.py                       |   5 +-
 SoftLayer/CLI/subnet/lookup.py                     |  23 +-
 SoftLayer/CLI/summary.py                           |  33 +-
 SoftLayer/CLI/ticket/__init__.py                   |  10 +-
 SoftLayer/CLI/ticket/create.py                     |   4 +-
 SoftLayer/CLI/ticket/detail.py                     |  10 +-
 SoftLayer/CLI/ticket/list.py                       |   5 +-
 SoftLayer/CLI/ticket/subjects.py                   |   5 +-
 SoftLayer/CLI/ticket/summary.py                    |   4 +-
 SoftLayer/CLI/ticket/update.py                     |   4 +-
 SoftLayer/CLI/virt/cancel.py                       |   3 +-
 SoftLayer/CLI/virt/capture.py                      |  11 +-
 SoftLayer/CLI/virt/create.py                       |  15 +-
 SoftLayer/CLI/virt/create_options.py               |  13 +-
 SoftLayer/CLI/virt/credentials.py                  |   5 +-
 SoftLayer/CLI/virt/detail.py                       |  19 +-
 SoftLayer/CLI/virt/dns.py                          |  71 +++-
 SoftLayer/CLI/virt/edit.py                         |  25 +-
 SoftLayer/CLI/virt/list.py                         |  56 ++-
 SoftLayer/CLI/virt/network.py                      |  27 --
 SoftLayer/CLI/virt/power.py                        |   4 +-
 SoftLayer/CLI/virt/ready.py                        |  10 +-
 SoftLayer/CLI/virt/reload.py                       |  15 +-
 SoftLayer/CLI/virt/upgrade.py                      |  15 +-
 SoftLayer/CLI/vlan/detail.py                       |  37 +-
 SoftLayer/CLI/vlan/list.py                         |  35 +-
 SoftLayer/__init__.py                              |  18 +-
 SoftLayer/config.py                                |   1 +
 SoftLayer/consts.py                                |   2 +-
 SoftLayer/fixtures/SoftLayer_Account.py            |  15 +
 SoftLayer/fixtures/SoftLayer_Hardware_Server.py    |   1 +
 .../SoftLayer_Network_ContentDelivery_Account.py   |   2 +
 SoftLayer/fixtures/SoftLayer_Product_Package.py    |  32 +-
 ...er_Virtual_Guest_Block_Device_Template_Group.py |   2 +
 SoftLayer/managers/__init__.py                     |  33 +-
 SoftLayer/managers/cdn.py                          |   8 +-
 SoftLayer/managers/dns.py                          |   2 +-
 SoftLayer/managers/firewall.py                     |   4 +-
 SoftLayer/managers/hardware.py                     |  57 ++-
 SoftLayer/managers/image.py                        |  39 +-
 SoftLayer/managers/load_balancer.py                |  15 +-
 SoftLayer/managers/network.py                      |  71 ++--
 SoftLayer/managers/object_storage.py               |  49 +++
 SoftLayer/managers/ssl.py                          |   3 +-
 SoftLayer/managers/vs.py                           | 120 +++---
 SoftLayer/shell/cmd_env.py                         |   5 +-
 SoftLayer/shell/completer.py                       |  35 +-
 SoftLayer/shell/core.py                            |  64 +++-
 SoftLayer/testing/__init__.py                      |   9 +-
 SoftLayer/tests/CLI/modules/vs_tests.py            | 134 -------
 SoftLayer/transports.py                            | 149 ++++++--
 SoftLayer/utils.py                                 |   4 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +-
 debian/patches/1001-rename_sl.patch                |   6 +-
 docs/api/client.rst                                |  32 +-
 docs/conf.py                                       |   6 +-
 docs/dev/index.rst                                 |   6 +-
 docs/index.rst                                     |  19 +-
 setup.cfg                                          |   5 +-
 setup.py                                           |  10 +-
 {SoftLayer/tests => tests}/CLI/__init__.py         |   0
 {SoftLayer/tests => tests}/CLI/core_tests.py       |  24 +-
 {SoftLayer/tests => tests}/CLI/deprecated_tests.py |   0
 .../tests => tests}/CLI/environment_tests.py       |   8 +-
 {SoftLayer/tests => tests}/CLI/helper_tests.py     |   4 +-
 {SoftLayer/tests => tests}/CLI/modules/__init__.py |   0
 .../tests => tests}/CLI/modules/call_api_tests.py  |  63 ++-
 .../tests => tests}/CLI/modules/cdn_tests.py       |   0
 .../tests => tests}/CLI/modules/config_tests.py    |   0
 .../tests => tests}/CLI/modules/dns_tests.py       |   0
 .../tests => tests}/CLI/modules/firewall_tests.py  |   0
 .../tests => tests}/CLI/modules/globalip_tests.py  |   0
 .../tests => tests}/CLI/modules/nas_tests.py       |   0
 tests/CLI/modules/object_storage_tests.py          |  38 ++
 .../tests => tests}/CLI/modules/rwhois_tests.py    |   0
 .../tests => tests}/CLI/modules/server_tests.py    |  45 ++-
 .../tests => tests}/CLI/modules/sshkey_tests.py    |   0
 .../tests => tests}/CLI/modules/summary_tests.py   |   5 +-
 .../tests => tests}/CLI/modules/ticket_tests.py    |   0
 tests/CLI/modules/vs_tests.py                      | 424 +++++++++++++++++++++
 {SoftLayer/tests => tests}/__init__.py             |   0
 {SoftLayer/tests => tests}/api_tests.py            |   0
 {SoftLayer/tests => tests}/auth_tests.py           |   0
 {SoftLayer/tests => tests}/basic_tests.py          |   0
 {SoftLayer/tests => tests}/config_tests.py         |   0
 tests/conftest.py                                  |   3 +
 {SoftLayer/tests => tests}/functional_tests.py     |   0
 {SoftLayer/tests => tests}/managers/__init__.py    |   0
 {SoftLayer/tests => tests}/managers/cdn_tests.py   |   8 +-
 {SoftLayer/tests => tests}/managers/dns_tests.py   |   4 +-
 .../tests => tests}/managers/firewall_tests.py     |   0
 .../tests => tests}/managers/hardware_tests.py     |   0
 {SoftLayer/tests => tests}/managers/image_tests.py |  30 +-
 {SoftLayer/tests => tests}/managers/iscsi_tests.py |   0
 .../tests => tests}/managers/loadbal_tests.py      |   2 +-
 .../tests => tests}/managers/metadata_tests.py     |   0
 .../tests => tests}/managers/network_tests.py      |  11 +-
 tests/managers/object_storage_tests.py             |  35 ++
 .../tests => tests}/managers/ordering_tests.py     |   0
 {SoftLayer/tests => tests}/managers/queue_tests.py |   0
 .../tests => tests}/managers/sshkey_tests.py       |   0
 {SoftLayer/tests => tests}/managers/ssl_tests.py   |   0
 .../tests => tests}/managers/ticket_tests.py       |   0
 {SoftLayer/tests => tests}/managers/vs_tests.py    |  28 +-
 {SoftLayer/tests => tests}/transport_tests.py      | 114 +++++-
 tools/test-requirements.txt                        |   4 +-
 tox.ini                                            |  31 +-
 235 files changed, 2393 insertions(+), 1193 deletions(-)
 create mode 100644 ISSUE_TEMPLATE
 rename SoftLayer/CLI/{server => hardware}/__init__.py (100%)
 rename SoftLayer/CLI/{server => hardware}/cancel.py (100%)
 rename SoftLayer/CLI/{server => hardware}/cancel_reasons.py (100%)
 rename SoftLayer/CLI/{server => hardware}/create.py (99%)
 rename SoftLayer/CLI/{server => hardware}/create_options.py (99%)
 rename SoftLayer/CLI/{server => hardware}/credentials.py (99%)
 rename SoftLayer/CLI/{server => hardware}/detail.py (91%)
 rename SoftLayer/CLI/{server => hardware}/edit.py (72%)
 rename SoftLayer/CLI/{server => hardware}/list.py (51%)
 rename SoftLayer/CLI/{server => hardware}/power.py (100%)
 rename SoftLayer/CLI/{server => hardware}/reload.py (82%)
 rename SoftLayer/CLI/{server => hardware}/rescue.py (100%)
 rename SoftLayer/CLI/{server => hardware}/update_firmware.py (100%)
 create mode 100644 SoftLayer/CLI/image/export.py
 create mode 100644 SoftLayer/CLI/object_storage/__init__.py
 create mode 100644 SoftLayer/CLI/object_storage/list_accounts.py
 create mode 100644 SoftLayer/CLI/object_storage/list_endpoints.py
 delete mode 100644 SoftLayer/CLI/server/nic_edit.py
 delete mode 100644 SoftLayer/CLI/virt/network.py
 create mode 100644 SoftLayer/managers/object_storage.py
 delete mode 100644 SoftLayer/tests/CLI/modules/vs_tests.py
 rename {SoftLayer/tests => tests}/CLI/__init__.py (100%)
 rename {SoftLayer/tests => tests}/CLI/core_tests.py (85%)
 rename {SoftLayer/tests => tests}/CLI/deprecated_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/environment_tests.py (90%)
 rename {SoftLayer/tests => tests}/CLI/helper_tests.py (99%)
 rename {SoftLayer/tests => tests}/CLI/modules/__init__.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/call_api_tests.py (66%)
 rename {SoftLayer/tests => tests}/CLI/modules/cdn_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/config_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/dns_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/firewall_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/globalip_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/nas_tests.py (100%)
 create mode 100644 tests/CLI/modules/object_storage_tests.py
 rename {SoftLayer/tests => tests}/CLI/modules/rwhois_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/server_tests.py (93%)
 rename {SoftLayer/tests => tests}/CLI/modules/sshkey_tests.py (100%)
 rename {SoftLayer/tests => tests}/CLI/modules/summary_tests.py (87%)
 rename {SoftLayer/tests => tests}/CLI/modules/ticket_tests.py (100%)
 create mode 100644 tests/CLI/modules/vs_tests.py
 rename {SoftLayer/tests => tests}/__init__.py (100%)
 rename {SoftLayer/tests => tests}/api_tests.py (100%)
 rename {SoftLayer/tests => tests}/auth_tests.py (100%)
 rename {SoftLayer/tests => tests}/basic_tests.py (100%)
 rename {SoftLayer/tests => tests}/config_tests.py (100%)
 create mode 100644 tests/conftest.py
 rename {SoftLayer/tests => tests}/functional_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/__init__.py (100%)
 rename {SoftLayer/tests => tests}/managers/cdn_tests.py (96%)
 rename {SoftLayer/tests => tests}/managers/dns_tests.py (96%)
 rename {SoftLayer/tests => tests}/managers/firewall_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/hardware_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/image_tests.py (86%)
 rename {SoftLayer/tests => tests}/managers/iscsi_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/loadbal_tests.py (99%)
 rename {SoftLayer/tests => tests}/managers/metadata_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/network_tests.py (97%)
 create mode 100644 tests/managers/object_storage_tests.py
 rename {SoftLayer/tests => tests}/managers/ordering_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/queue_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/sshkey_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/ssl_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/ticket_tests.py (100%)
 rename {SoftLayer/tests => tests}/managers/vs_tests.py (96%)
 rename {SoftLayer/tests => tests}/transport_tests.py (76%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-softlayer.git



More information about the Python-modules-commits mailing list