[Python-modules-commits] [python-softlayer] branch upstream updated (08809a7 -> 93fa843)

Scott Kitterman kitterman at moszumanska.debian.org
Tue Nov 8 13:22:11 UTC 2016


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

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

      from  08809a7   Import python-softlayer_5.2.0.orig.tar.gz
       new  93fa843   Import python-softlayer_5.2.1.orig.tar.gz

The 1 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 +
 CHANGELOG                                       | 303 ------------------------
 CHANGELOG.md                                    | 273 +++++++++++++++++++++
 CONTRIBUTORS                                    |   1 +
 ISSUE_TEMPLATE                                  |   2 +
 SoftLayer/API.py                                |  11 +-
 SoftLayer/CLI/core.py                           |   2 +-
 SoftLayer/CLI/dns/zone_import.py                |   2 +-
 SoftLayer/CLI/file/detail.py                    |   6 +
 SoftLayer/CLI/file/list.py                      |   5 +-
 SoftLayer/CLI/formatting.py                     |   5 +-
 SoftLayer/consts.py                             |   2 +-
 SoftLayer/fixtures/SoftLayer_Account.py         |   1 +
 SoftLayer/fixtures/SoftLayer_Network_Storage.py |   1 +
 SoftLayer/fixtures/SoftLayer_Virtual_Guest.py   |  11 +-
 SoftLayer/managers/file.py                      |   4 +-
 SoftLayer/managers/vs.py                        |  41 +++-
 SoftLayer/transports.py                         |  33 ++-
 docs/conf.py                                    |   4 +-
 setup.cfg                                       |   2 +-
 setup.py                                        |   7 +-
 tests/CLI/helper_tests.py                       |  43 +++-
 tests/CLI/modules/call_api_tests.py             | 108 +++++----
 tests/CLI/modules/config_tests.py               |  21 +-
 tests/CLI/modules/dns_tests.py                  |  12 +-
 tests/CLI/modules/file_tests.py                 |   4 +-
 tests/api_tests.py                              |  25 +-
 tests/config_tests.py                           |  13 +-
 tests/managers/vs_tests.py                      |   2 +-
 tests/transport_tests.py                        |  99 ++++++--
 30 files changed, 610 insertions(+), 435 deletions(-)
 delete mode 100644 CHANGELOG
 create mode 100644 CHANGELOG.md

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