[Python-modules-commits] [python-softlayer] branch master updated (2b6ab87 -> b82c2a5)

Scott Kitterman kitterman at moszumanska.debian.org
Tue Nov 8 13:22:10 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  2b6ab87   UNRELEASED/unstable.
       new  70e19e8   record new upstream branch created by importing python-softlayer_5.2.1.orig.tar.gz
       new  93fa843   Import python-softlayer_5.2.1.orig.tar.gz
       new  f644a81   Rename launcher script to avoid namespace conflicts.
       new  c810a08   change version to 5.2.1-1 (UNRELEASED) New upstream release
       new  b82c2a5   UNRELEASED/unstable.

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:
 .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 ++-
 debian/.git-dpm                                 |  14 +-
 debian/changelog                                |   6 +
 debian/patches/1001-rename_sl.patch             |   6 +-
 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 ++++++--
 33 files changed, 626 insertions(+), 445 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