[Python-modules-commits] [python-softlayer] 02/04: Merge tag 'upstream/5.2.14' into debian/master

Scott Kitterman kitterman at moszumanska.debian.org
Sun Oct 8 00:27:18 UTC 2017


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

kitterman pushed a commit to branch debian/master
in repository python-softlayer.

commit e7b6abf28e189a7f99692b5d157cf3ddbc029b87
Merge: 23e4b2d 4a0845c
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Oct 7 20:17:23 2017 -0400

    Merge tag 'upstream/5.2.14' into debian/master
    
    Upstream version 5.2.14

 .gitignore                                         |    2 +-
 .travis.yml                                        |    2 +-
 CHANGELOG.md                                       |   57 +
 README.rst                                         |    7 +-
 RELEASE.md                                         |    2 +-
 SoftLayer/CLI/block/access/password.py             |   27 +
 SoftLayer/CLI/block/count.py                       |   42 +
 SoftLayer/CLI/block/detail.py                      |   10 +-
 SoftLayer/CLI/block/duplicate.py                   |   15 +-
 SoftLayer/CLI/block/list.py                        |    5 +-
 SoftLayer/CLI/block/lun.py                         |   36 +
 SoftLayer/CLI/block/order.py                       |   47 +-
 SoftLayer/CLI/block/snapshot/order.py              |    5 +-
 SoftLayer/CLI/file/count.py                        |   41 +
 SoftLayer/CLI/file/detail.py                       |   14 +-
 SoftLayer/CLI/file/duplicate.py                    |   15 +-
 SoftLayer/CLI/file/list.py                         |    5 +-
 SoftLayer/CLI/file/order.py                        |   47 +-
 SoftLayer/CLI/file/snapshot/order.py               |    5 +-
 SoftLayer/CLI/hardware/detail.py                   |    5 +-
 SoftLayer/CLI/routes.py                            |   22 +
 SoftLayer/CLI/securitygroup/__init__.py            |    1 +
 SoftLayer/CLI/securitygroup/create.py              |   32 +
 SoftLayer/CLI/securitygroup/delete.py              |   17 +
 SoftLayer/CLI/securitygroup/detail.py              |   73 +
 SoftLayer/CLI/securitygroup/edit.py                |   28 +
 SoftLayer/CLI/securitygroup/interface.py           |  150 +
 SoftLayer/CLI/securitygroup/list.py                |   36 +
 SoftLayer/CLI/securitygroup/rule.py                |  140 +
 SoftLayer/CLI/storage_utils.py                     |   10 +
 SoftLayer/CLI/subnet/detail.py                     |   14 +-
 SoftLayer/CLI/virt/create.py                       |   78 +-
 SoftLayer/CLI/virt/create_options.py               |  102 +-
 SoftLayer/CLI/virt/detail.py                       |   14 +
 SoftLayer/consts.py                                |    2 +-
 SoftLayer/fixtures/SoftLayer_Account.py            |    2 +-
 .../fixtures/SoftLayer_Network_SecurityGroup.py    |   46 +
 SoftLayer/fixtures/SoftLayer_Network_Storage.py    |  157 +-
 .../SoftLayer_Network_Storage_Allowed_Host.py      |    1 +
 SoftLayer/fixtures/SoftLayer_Network_Subnet.py     |   30 +-
 SoftLayer/fixtures/SoftLayer_Product_Package.py    |  526 ++-
 SoftLayer/fixtures/SoftLayer_Virtual_Guest.py      |  240 +-
 SoftLayer/managers/block.py                        |  165 +-
 SoftLayer/managers/file.py                         |  158 +-
 SoftLayer/managers/firewall.py                     |   22 +-
 SoftLayer/managers/network.py                      |  212 ++
 SoftLayer/managers/storage_utils.py                |  616 +++-
 SoftLayer/managers/vs.py                           |  229 +-
 docs/conf.py                                       |    4 +-
 docs/dev/cli.rst                                   |   17 +-
 setup.py                                           |    2 +-
 tests/CLI/helper_tests.py                          |    9 +-
 tests/CLI/modules/block_tests.py                   |  193 +-
 tests/CLI/modules/config_tests.py                  |    3 +
 tests/CLI/modules/file_tests.py                    |  165 +-
 tests/CLI/modules/securitygroup_tests.py           |  233 ++
 tests/CLI/modules/server_tests.py                  |    6 +-
 tests/CLI/modules/sshkey_tests.py                  |    3 +
 tests/CLI/modules/subnet_tests.py                  |   37 +
 tests/CLI/modules/vs_tests.py                      |  167 +-
 tests/managers/block_tests.py                      | 1055 ++----
 tests/managers/file_tests.py                       | 1049 ++----
 tests/managers/firewall_tests.py                   |   34 +
 tests/managers/network_tests.py                    |  148 +
 tests/managers/storage_utils_tests.py              | 3844 ++++++++++++++++----
 tests/managers/vs_tests.py                         |   96 +-
 tox.ini                                            |    9 +-
 67 files changed, 7677 insertions(+), 2909 deletions(-)

-- 
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