[Python-modules-commits] [python-softlayer] branch master updated (b17273b -> c3ddd47)

Scott Kitterman kitterman at moszumanska.debian.org
Thu May 26 12:44:28 UTC 2016


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

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

      from  b17273b   Bump standards version to 3.9.7
       new  28c4a36   record new upstream branch created by importing python-softlayer_5.1.0.orig.tar.gz
       new  6245ba4   Import python-softlayer_5.1.0.orig.tar.gz
       new  5502637   Rename launcher script to avoid namespace conflicts.
       new  a07c11c   change version to 5.1.0-1 (UNRELEASED) New upstream release
       new  6574636   Remove uupdate from debian/watch as it is no longer useful with the current DPMT packaging approach
       new  66efec3   Bump standards version to 3.9.8 without further change
       new  d627d3a   Add missing depends on python/python3-pygments (it had previously been pulled in indirectly)
       new  a7905fe   Add version constraints for depends based on upstream requirements
       new  d215ecf   Add missing depends on python/python3-click (it is normally pulled in indirectly)
       new  c3ddd47   UNRELEASED/unstable

The 10 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                                       |  10 +
 README.rst                                      |   2 +-
 SoftLayer/CLI/block/__init__.py                 |   1 +
 SoftLayer/CLI/block/access_list.py              | 123 ++++++++
 SoftLayer/CLI/block/cancel.py                   |  28 ++
 SoftLayer/CLI/block/detail.py                   |  59 ++++
 SoftLayer/CLI/block/list.py                     |  66 ++++
 SoftLayer/CLI/block/order.py                    |  99 ++++++
 SoftLayer/CLI/block/snapshot_delete.py          |  15 +
 SoftLayer/CLI/block/snapshot_list.py            |  58 ++++
 SoftLayer/CLI/routes.py                         |  11 +
 SoftLayer/CLI/ticket/attach.py                  |  42 +++
 SoftLayer/CLI/ticket/create.py                  |  36 ++-
 SoftLayer/CLI/ticket/detach.py                  |  42 +++
 SoftLayer/CLI/virt/detail.py                    |  16 +-
 SoftLayer/CLI/vlan/detail.py                    |   6 +-
 SoftLayer/consts.py                             |   2 +-
 SoftLayer/fixtures/SoftLayer_Account.py         |  20 ++
 SoftLayer/fixtures/SoftLayer_Network_Storage.py |  65 ++++
 SoftLayer/fixtures/SoftLayer_Ticket.py          |  17 +
 SoftLayer/fixtures/SoftLayer_Virtual_Guest.py   |   5 +
 SoftLayer/managers/__init__.py                  |   2 +
 SoftLayer/managers/block.py                     | 403 ++++++++++++++++++++++++
 SoftLayer/managers/network.py                   |  11 +-
 SoftLayer/managers/ticket.py                    |  40 ++-
 SoftLayer/managers/vs.py                        |   3 +
 SoftLayer/testing/__init__.py                   |   7 +
 SoftLayer/utils.py                              |   9 +-
 debian/.git-dpm                                 |  14 +-
 debian/changelog                                |  14 +
 debian/control                                  |  22 +-
 debian/patches/1001-rename_sl.patch             |   4 +-
 debian/watch                                    |   3 +-
 docs/conf.py                                    |   4 +-
 fabfile.py                                      |   8 +-
 setup.py                                        |   2 +-
 tests/CLI/core_tests.py                         |   6 +-
 tests/CLI/modules/block_tests.py                |  98 ++++++
 tests/CLI/modules/call_api_tests.py             |  16 +-
 tests/CLI/modules/cdn_tests.py                  |  14 +-
 tests/CLI/modules/config_tests.py               |   4 +-
 tests/CLI/modules/dns_tests.py                  |  16 +-
 tests/CLI/modules/firewall_tests.py             |   2 +-
 tests/CLI/modules/globalip_tests.py             |   8 +-
 tests/CLI/modules/nas_tests.py                  |   2 +-
 tests/CLI/modules/object_storage_tests.py       |   4 +-
 tests/CLI/modules/rwhois_tests.py               |   6 +-
 tests/CLI/modules/server_tests.py               |  38 +--
 tests/CLI/modules/sshkey_tests.py               |  14 +-
 tests/CLI/modules/summary_tests.py              |   2 +-
 tests/CLI/modules/ticket_tests.py               | 137 +++++++-
 tests/CLI/modules/vs_tests.py                   |  30 +-
 tests/managers/block_tests.py                   | 212 +++++++++++++
 tests/managers/ticket_tests.py                  |  25 ++
 tox.ini                                         |   7 +-
 55 files changed, 1770 insertions(+), 140 deletions(-)
 create mode 100644 SoftLayer/CLI/block/__init__.py
 create mode 100644 SoftLayer/CLI/block/access_list.py
 create mode 100644 SoftLayer/CLI/block/cancel.py
 create mode 100644 SoftLayer/CLI/block/detail.py
 create mode 100644 SoftLayer/CLI/block/list.py
 create mode 100644 SoftLayer/CLI/block/order.py
 create mode 100644 SoftLayer/CLI/block/snapshot_delete.py
 create mode 100644 SoftLayer/CLI/block/snapshot_list.py
 create mode 100644 SoftLayer/CLI/ticket/attach.py
 create mode 100644 SoftLayer/CLI/ticket/detach.py
 create mode 100644 SoftLayer/fixtures/SoftLayer_Network_Storage.py
 create mode 100644 SoftLayer/managers/block.py
 create mode 100644 tests/CLI/modules/block_tests.py
 create mode 100644 tests/managers/block_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