[Python-modules-commits] [python-softlayer] branch debian/master updated (e2fd5b5 -> b57d248)

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 change to branch debian/master
in repository python-softlayer.

      from  e2fd5b5   Merge branch 'patch-queue/debian/master' of git+ssh://git.debian.org/git/python-modules/packages/python-softlayer into debian/master
       new  9197d86   Unapply 0001-Rename-launcher-script-to-avoid-namespace-conflicts.patch on master
       new  3514be2   Imported Upstream version 5.4.0
       new  2328985   Merge tag 'upstream/5.4.0' into debian/master
       new  e18b8c9   New upstream release
       new  b57d248   Changelog: release

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:
 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/{fixtures => 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 ++
 debian/changelog                                   |   7 +
 debian/copyright                                   |   2 +-
 ...ncher-script-to-avoid-namespace-conflicts.patch |   2 +-
 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                                           |   7 +-
 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 +
 55 files changed, 1799 insertions(+), 371 deletions(-)
 copy SoftLayer/CLI/{virt => hardware}/ready.py (53%)
 copy SoftLayer/{fixtures => CLI/order}/__init__.py (100%)
 create mode 100644 SoftLayer/CLI/order/category_list.py
 create mode 100644 SoftLayer/CLI/order/item_list.py
 create mode 100644 SoftLayer/CLI/order/package_list.py
 create mode 100644 SoftLayer/CLI/order/package_locations.py
 create mode 100644 SoftLayer/CLI/order/place.py
 create mode 100644 SoftLayer/CLI/order/preset_list.py
 create mode 100644 docs/api/managers/block.rst
 create mode 100644 docs/api/managers/dedicated_host.rst
 create mode 100644 docs/api/managers/file.rst
 create mode 100644 docs/api/managers/ordering.rst
 create mode 100644 docs/cli/ordering.rst
 create mode 100644 tests/CLI/modules/order_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