[Python-modules-commits] [python-softlayer] branch patch-queue/debian/master updated (6603220 -> f3fb53e)

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jan 18 23:45:04 UTC 2018


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

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

      from  6603220   Merge branch 'patch-queue/debian/master' of git+ssh://git.debian.org/git/python-modules/packages/python-softlayer into patch-queue/debian/master
      adds  319e0e9   Patch rebase from gbp pq for new upstream release
      adds  c8c5bbb   New upstream release
      adds  a0b6072   Update debian/copyright
      adds  e1c0d4b   Bump standards-version to 4.1.3 without further change
      adds  e2fd5b5   Merge branch 'patch-queue/debian/master' of git+ssh://git.debian.org/git/python-modules/packages/python-softlayer into debian/master
      adds  9197d86   Unapply 0001-Rename-launcher-script-to-avoid-namespace-conflicts.patch on master
      adds  3514be2   Imported Upstream version 5.4.0
      adds  2328985   Merge tag 'upstream/5.4.0' into debian/master
       new  d92919d   Rename launcher script to avoid namespace conflicts.
       new  f3fb53e   XMerge branch 'patch-queue/debian/master' of git+ssh://git.debian.org/git/python-modules/packages/python-softlayer into patch-queue/debian/master

The 2 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                                   |   8 +
 debian/control                                     |   2 +-
 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                                           |   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 +
 56 files changed, 1800 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