[Python-modules-commits] [python-softlayer] 03/05: Merge tag 'upstream/5.4.0' into debian/master

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jan 18 23:43:20 UTC 2018


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 2328985bccf1758e4bd2c2c1cbfce726bf06af9c
Merge: 9197d86 3514be2
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jan 18 18:31:21 2018 -0500

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

 CHANGELOG.md                                    |  30 ++-
 CONTRIBUTORS                                    |   1 +
 README.rst                                      |  20 +-
 SoftLayer/CLI/__init__.py                       |   5 +
 SoftLayer/CLI/block/detail.py                   |   4 +-
 SoftLayer/CLI/file/detail.py                    |   4 +-
 SoftLayer/CLI/{virt => hardware}/ready.py       |  14 +-
 SoftLayer/CLI/order/__init__.py                 |   0
 SoftLayer/CLI/order/category_list.py            |  54 ++++
 SoftLayer/CLI/order/item_list.py                |  77 ++++++
 SoftLayer/CLI/order/package_list.py             |  50 ++++
 SoftLayer/CLI/order/package_locations.py        |  32 +++
 SoftLayer/CLI/order/place.py                    | 112 +++++++++
 SoftLayer/CLI/order/preset_list.py              |  54 ++++
 SoftLayer/CLI/routes.py                         |   9 +
 SoftLayer/CLI/virt/ready.py                     |   6 +-
 SoftLayer/consts.py                             |   2 +-
 SoftLayer/decoration.py                         |  11 +-
 SoftLayer/exceptions.py                         |  12 +-
 SoftLayer/fixtures/SoftLayer_Account.py         |   3 +-
 SoftLayer/fixtures/SoftLayer_Product_Package.py |  18 ++
 SoftLayer/managers/block.py                     |  11 +-
 SoftLayer/managers/dedicated_host.py            |  47 +---
 SoftLayer/managers/file.py                      |  39 +--
 SoftLayer/managers/hardware.py                  |  79 +++---
 SoftLayer/managers/ordering.py                  | 312 +++++++++++++++++++++---
 SoftLayer/managers/vs.py                        |  69 ++----
 SoftLayer/transports.py                         |  79 ++++--
 SoftLayer/utils.py                              |  24 ++
 docs/api/managers/block.rst                     |   5 +
 docs/api/managers/dedicated_host.rst            |   5 +
 docs/api/managers/file.rst                      |   5 +
 docs/api/managers/ordering.rst                  |   5 +
 docs/cli.rst                                    |   1 +
 docs/cli/ordering.rst                           | 108 ++++++++
 docs/conf.py                                    |   4 +-
 setup.py                                        |   5 +-
 tests/CLI/core_tests.py                         |   3 +-
 tests/CLI/modules/order_tests.py                | 192 +++++++++++++++
 tests/CLI/modules/server_tests.py               |  47 ++++
 tests/CLI/modules/vs_tests.py                   |  47 ++++
 tests/basic_tests.py                            |  20 ++
 tests/decoration_tests.py                       |   5 -
 tests/managers/block_tests.py                   |   2 +-
 tests/managers/dedicated_host_tests.py          |  35 +--
 tests/managers/file_tests.py                    |   2 +-
 tests/managers/hardware_tests.py                |   5 +-
 tests/managers/ordering_tests.py                | 257 ++++++++++++++++++-
 tests/managers/vs_tests.py                      | 100 ++++----
 tests/transport_tests.py                        | 121 +++++++--
 tools/requirements.txt                          |   3 +-
 tools/test-requirements.txt                     |   2 +
 52 files changed, 1789 insertions(+), 368 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