[Python-modules-commits] [python-softlayer] branch debian/master updated (23e4b2d -> f32c941)

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


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

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

      from  23e4b2d   Refresh patches
       new  4a0845c   Imported Upstream version 5.2.14
       new  e7b6abf   Merge tag 'upstream/5.2.14' into debian/master
       new  3fbeb9c   New upstream release
       new  f32c941   Bump standards-version to 4.1.1.1 without further change

The 4 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                                         |    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 +-
 debian/changelog                                   |    7 +
 debian/control                                     |    2 +-
 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 +-
 69 files changed, 7685 insertions(+), 2910 deletions(-)
 create mode 100644 SoftLayer/CLI/block/access/password.py
 create mode 100644 SoftLayer/CLI/block/count.py
 create mode 100644 SoftLayer/CLI/block/lun.py
 create mode 100644 SoftLayer/CLI/file/count.py
 create mode 100644 SoftLayer/CLI/securitygroup/__init__.py
 create mode 100644 SoftLayer/CLI/securitygroup/create.py
 create mode 100644 SoftLayer/CLI/securitygroup/delete.py
 create mode 100644 SoftLayer/CLI/securitygroup/detail.py
 create mode 100644 SoftLayer/CLI/securitygroup/edit.py
 create mode 100644 SoftLayer/CLI/securitygroup/interface.py
 create mode 100644 SoftLayer/CLI/securitygroup/list.py
 create mode 100644 SoftLayer/CLI/securitygroup/rule.py
 create mode 100644 SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py
 create mode 100644 SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.py
 create mode 100644 tests/CLI/modules/securitygroup_tests.py
 create mode 100644 tests/CLI/modules/subnet_tests.py

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