[Python-modules-commits] [python-softlayer] 04/05: [ Ondřej Nový ] [ Scott Kitterman ] New upstream release
Scott Kitterman
kitterman at moszumanska.debian.org
Sun Apr 3 02:44:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-softlayer.
commit 41e5ac04ca916f08c36eb84073c3ad3ca6712243
Merge: bd0a5ff 27aa3f4
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Apr 2 22:42:21 2016 -0400
[ Ondřej Nový ]
[ Scott Kitterman ]
New upstream release
.gitignore | 1 +
.travis.yml | 5 +-
CHANGELOG | 26 +-
ISSUE_TEMPLATE | 7 +
LICENSE | 4 +-
README.rst | 45 ++-
SoftLayer/API.py | 36 +-
SoftLayer/CLI/call_api.py | 74 +++-
SoftLayer/CLI/cdn/detail.py | 10 +-
SoftLayer/CLI/cdn/list.py | 4 +-
SoftLayer/CLI/cdn/load.py | 4 +-
SoftLayer/CLI/cdn/origin_add.py | 6 +-
SoftLayer/CLI/cdn/origin_list.py | 4 +-
SoftLayer/CLI/cdn/origin_remove.py | 4 +-
SoftLayer/CLI/cdn/purge.py | 4 +-
SoftLayer/CLI/columns.py | 54 ++-
SoftLayer/CLI/config/__init__.py | 6 +-
SoftLayer/CLI/config/setup.py | 4 +-
SoftLayer/CLI/config/show.py | 4 +-
SoftLayer/CLI/core.py | 92 ++---
SoftLayer/CLI/dns/record_add.py | 5 +-
SoftLayer/CLI/dns/record_edit.py | 4 +-
SoftLayer/CLI/dns/record_list.py | 4 +-
SoftLayer/CLI/dns/record_remove.py | 4 +-
SoftLayer/CLI/dns/zone_create.py | 4 +-
SoftLayer/CLI/dns/zone_delete.py | 4 +-
SoftLayer/CLI/dns/zone_import.py | 4 +-
SoftLayer/CLI/dns/zone_list.py | 4 +-
SoftLayer/CLI/dns/zone_print.py | 4 +-
SoftLayer/CLI/environment.py | 29 +-
SoftLayer/CLI/firewall/add.py | 4 +-
SoftLayer/CLI/firewall/cancel.py | 4 +-
SoftLayer/CLI/firewall/detail.py | 4 +-
SoftLayer/CLI/firewall/edit.py | 4 +-
SoftLayer/CLI/firewall/list.py | 4 +-
SoftLayer/CLI/formatting.py | 24 +-
SoftLayer/CLI/globalip/assign.py | 4 +-
SoftLayer/CLI/globalip/cancel.py | 4 +-
SoftLayer/CLI/globalip/create.py | 6 +-
SoftLayer/CLI/globalip/list.py | 4 +-
SoftLayer/CLI/globalip/unassign.py | 4 +-
SoftLayer/CLI/{server => hardware}/__init__.py | 0
SoftLayer/CLI/{server => hardware}/cancel.py | 4 +-
.../CLI/{server => hardware}/cancel_reasons.py | 4 +-
SoftLayer/CLI/{server => hardware}/create.py | 5 +-
.../CLI/{server => hardware}/create_options.py | 5 +-
SoftLayer/CLI/{server => hardware}/credentials.py | 5 +-
SoftLayer/CLI/{server => hardware}/detail.py | 19 +-
SoftLayer/CLI/{server => hardware}/edit.py | 21 +-
SoftLayer/CLI/{server => hardware}/list.py | 57 ++-
SoftLayer/CLI/{server => hardware}/power.py | 4 +-
SoftLayer/CLI/{server => hardware}/reload.py | 12 +-
SoftLayer/CLI/{server => hardware}/rescue.py | 4 +-
.../CLI/{server => hardware}/update_firmware.py | 4 +-
SoftLayer/CLI/helpers.py | 4 +-
SoftLayer/CLI/image/__init__.py | 2 +-
SoftLayer/CLI/image/delete.py | 4 +-
SoftLayer/CLI/image/detail.py | 14 +-
SoftLayer/CLI/image/edit.py | 4 +-
SoftLayer/CLI/image/export.py | 28 ++
SoftLayer/CLI/image/import.py | 44 +--
SoftLayer/CLI/image/list.py | 17 +-
SoftLayer/CLI/iscsi/cancel.py | 4 +-
SoftLayer/CLI/iscsi/create.py | 4 +-
SoftLayer/CLI/iscsi/detail.py | 10 +-
SoftLayer/CLI/iscsi/list.py | 10 +-
SoftLayer/CLI/loadbal/cancel.py | 4 +-
SoftLayer/CLI/loadbal/create.py | 4 +-
SoftLayer/CLI/loadbal/create_options.py | 6 +-
SoftLayer/CLI/loadbal/detail.py | 10 +-
SoftLayer/CLI/loadbal/group_add.py | 4 +-
SoftLayer/CLI/loadbal/group_delete.py | 4 +-
SoftLayer/CLI/loadbal/group_edit.py | 4 +-
SoftLayer/CLI/loadbal/group_reset.py | 4 +-
SoftLayer/CLI/loadbal/health_checks.py | 4 +-
SoftLayer/CLI/loadbal/list.py | 4 +-
SoftLayer/CLI/loadbal/routing_methods.py | 4 +-
SoftLayer/CLI/loadbal/routing_types.py | 10 +-
SoftLayer/CLI/loadbal/service_add.py | 6 +-
SoftLayer/CLI/loadbal/service_delete.py | 4 +-
SoftLayer/CLI/loadbal/service_edit.py | 9 +-
SoftLayer/CLI/loadbal/service_toggle.py | 4 +-
SoftLayer/CLI/metadata.py | 8 +-
SoftLayer/CLI/mq/accounts_list.py | 4 +-
SoftLayer/CLI/mq/endpoints_list.py | 4 +-
SoftLayer/CLI/mq/ping.py | 4 +-
SoftLayer/CLI/mq/queue_add.py | 7 +-
SoftLayer/CLI/mq/queue_detail.py | 4 +-
SoftLayer/CLI/mq/queue_edit.py | 7 +-
SoftLayer/CLI/mq/queue_list.py | 4 +-
SoftLayer/CLI/mq/queue_pop.py | 5 +-
SoftLayer/CLI/mq/queue_push.py | 4 +-
SoftLayer/CLI/mq/queue_remove.py | 4 +-
SoftLayer/CLI/mq/topic_add.py | 7 +-
SoftLayer/CLI/mq/topic_detail.py | 4 +-
SoftLayer/CLI/mq/topic_list.py | 4 +-
SoftLayer/CLI/mq/topic_push.py | 4 +-
SoftLayer/CLI/mq/topic_remove.py | 4 +-
SoftLayer/CLI/mq/topic_subscribe.py | 4 +-
SoftLayer/CLI/mq/topic_unsubscribe.py | 4 +-
SoftLayer/CLI/nas/credentials.py | 5 +-
SoftLayer/CLI/nas/list.py | 4 +-
SoftLayer/CLI/object_storage/__init__.py | 1 +
SoftLayer/CLI/object_storage/list_accounts.py | 26 ++
SoftLayer/CLI/object_storage/list_endpoints.py | 27 ++
SoftLayer/CLI/routes.py | 88 +++--
SoftLayer/CLI/rwhois/edit.py | 4 +-
SoftLayer/CLI/rwhois/show.py | 10 +-
SoftLayer/CLI/server/nic_edit.py | 24 --
SoftLayer/CLI/snapshot/cancel.py | 5 +-
SoftLayer/CLI/snapshot/create.py | 5 +-
SoftLayer/CLI/snapshot/create_space.py | 5 +-
SoftLayer/CLI/snapshot/list.py | 4 +-
SoftLayer/CLI/snapshot/restore_volume.py | 5 +-
SoftLayer/CLI/sshkey/add.py | 4 +-
SoftLayer/CLI/sshkey/edit.py | 4 +-
SoftLayer/CLI/sshkey/list.py | 4 +-
SoftLayer/CLI/sshkey/print.py | 6 +-
SoftLayer/CLI/sshkey/remove.py | 4 +-
SoftLayer/CLI/ssl/add.py | 4 +-
SoftLayer/CLI/ssl/download.py | 4 +-
SoftLayer/CLI/ssl/edit.py | 4 +-
SoftLayer/CLI/ssl/list.py | 5 +-
SoftLayer/CLI/ssl/remove.py | 4 +-
SoftLayer/CLI/subnet/cancel.py | 4 +-
SoftLayer/CLI/subnet/create.py | 5 +-
SoftLayer/CLI/subnet/detail.py | 10 +-
SoftLayer/CLI/subnet/list.py | 5 +-
SoftLayer/CLI/subnet/lookup.py | 23 +-
SoftLayer/CLI/summary.py | 33 +-
SoftLayer/CLI/ticket/__init__.py | 10 +-
SoftLayer/CLI/ticket/create.py | 4 +-
SoftLayer/CLI/ticket/detail.py | 10 +-
SoftLayer/CLI/ticket/list.py | 5 +-
SoftLayer/CLI/ticket/subjects.py | 5 +-
SoftLayer/CLI/ticket/summary.py | 4 +-
SoftLayer/CLI/ticket/update.py | 4 +-
SoftLayer/CLI/virt/cancel.py | 3 +-
SoftLayer/CLI/virt/capture.py | 11 +-
SoftLayer/CLI/virt/create.py | 15 +-
SoftLayer/CLI/virt/create_options.py | 13 +-
SoftLayer/CLI/virt/credentials.py | 5 +-
SoftLayer/CLI/virt/detail.py | 19 +-
SoftLayer/CLI/virt/dns.py | 71 +++-
SoftLayer/CLI/virt/edit.py | 25 +-
SoftLayer/CLI/virt/list.py | 56 ++-
SoftLayer/CLI/virt/network.py | 27 --
SoftLayer/CLI/virt/power.py | 4 +-
SoftLayer/CLI/virt/ready.py | 10 +-
SoftLayer/CLI/virt/reload.py | 15 +-
SoftLayer/CLI/virt/upgrade.py | 15 +-
SoftLayer/CLI/vlan/detail.py | 37 +-
SoftLayer/CLI/vlan/list.py | 35 +-
SoftLayer/__init__.py | 18 +-
SoftLayer/config.py | 1 +
SoftLayer/consts.py | 2 +-
SoftLayer/fixtures/SoftLayer_Account.py | 15 +
SoftLayer/fixtures/SoftLayer_Hardware_Server.py | 1 +
.../SoftLayer_Network_ContentDelivery_Account.py | 2 +
SoftLayer/fixtures/SoftLayer_Product_Package.py | 32 +-
...er_Virtual_Guest_Block_Device_Template_Group.py | 2 +
SoftLayer/managers/__init__.py | 33 +-
SoftLayer/managers/cdn.py | 8 +-
SoftLayer/managers/dns.py | 2 +-
SoftLayer/managers/firewall.py | 4 +-
SoftLayer/managers/hardware.py | 57 ++-
SoftLayer/managers/image.py | 39 +-
SoftLayer/managers/load_balancer.py | 15 +-
SoftLayer/managers/network.py | 71 ++--
SoftLayer/managers/object_storage.py | 49 +++
SoftLayer/managers/ssl.py | 3 +-
SoftLayer/managers/vs.py | 120 +++---
SoftLayer/shell/cmd_env.py | 5 +-
SoftLayer/shell/completer.py | 35 +-
SoftLayer/shell/core.py | 64 +++-
SoftLayer/testing/__init__.py | 9 +-
SoftLayer/tests/CLI/modules/vs_tests.py | 134 -------
SoftLayer/transports.py | 149 ++++++--
SoftLayer/utils.py | 4 +-
debian/.git-dpm | 6 +-
debian/changelog | 6 +-
debian/patches/1001-rename_sl.patch | 6 +-
docs/api/client.rst | 32 +-
docs/conf.py | 6 +-
docs/dev/index.rst | 6 +-
docs/index.rst | 19 +-
setup.cfg | 5 +-
setup.py | 10 +-
{SoftLayer/tests => tests}/CLI/__init__.py | 0
{SoftLayer/tests => tests}/CLI/core_tests.py | 24 +-
{SoftLayer/tests => tests}/CLI/deprecated_tests.py | 0
.../tests => tests}/CLI/environment_tests.py | 8 +-
{SoftLayer/tests => tests}/CLI/helper_tests.py | 4 +-
{SoftLayer/tests => tests}/CLI/modules/__init__.py | 0
.../tests => tests}/CLI/modules/call_api_tests.py | 63 ++-
.../tests => tests}/CLI/modules/cdn_tests.py | 0
.../tests => tests}/CLI/modules/config_tests.py | 0
.../tests => tests}/CLI/modules/dns_tests.py | 0
.../tests => tests}/CLI/modules/firewall_tests.py | 0
.../tests => tests}/CLI/modules/globalip_tests.py | 0
.../tests => tests}/CLI/modules/nas_tests.py | 0
tests/CLI/modules/object_storage_tests.py | 38 ++
.../tests => tests}/CLI/modules/rwhois_tests.py | 0
.../tests => tests}/CLI/modules/server_tests.py | 45 ++-
.../tests => tests}/CLI/modules/sshkey_tests.py | 0
.../tests => tests}/CLI/modules/summary_tests.py | 5 +-
.../tests => tests}/CLI/modules/ticket_tests.py | 0
tests/CLI/modules/vs_tests.py | 424 +++++++++++++++++++++
{SoftLayer/tests => tests}/__init__.py | 0
{SoftLayer/tests => tests}/api_tests.py | 0
{SoftLayer/tests => tests}/auth_tests.py | 0
{SoftLayer/tests => tests}/basic_tests.py | 0
{SoftLayer/tests => tests}/config_tests.py | 0
tests/conftest.py | 3 +
{SoftLayer/tests => tests}/functional_tests.py | 0
{SoftLayer/tests => tests}/managers/__init__.py | 0
{SoftLayer/tests => tests}/managers/cdn_tests.py | 8 +-
{SoftLayer/tests => tests}/managers/dns_tests.py | 4 +-
.../tests => tests}/managers/firewall_tests.py | 0
.../tests => tests}/managers/hardware_tests.py | 0
{SoftLayer/tests => tests}/managers/image_tests.py | 30 +-
{SoftLayer/tests => tests}/managers/iscsi_tests.py | 0
.../tests => tests}/managers/loadbal_tests.py | 2 +-
.../tests => tests}/managers/metadata_tests.py | 0
.../tests => tests}/managers/network_tests.py | 11 +-
tests/managers/object_storage_tests.py | 35 ++
.../tests => tests}/managers/ordering_tests.py | 0
{SoftLayer/tests => tests}/managers/queue_tests.py | 0
.../tests => tests}/managers/sshkey_tests.py | 0
{SoftLayer/tests => tests}/managers/ssl_tests.py | 0
.../tests => tests}/managers/ticket_tests.py | 0
{SoftLayer/tests => tests}/managers/vs_tests.py | 28 +-
{SoftLayer/tests => tests}/transport_tests.py | 114 +++++-
tools/test-requirements.txt | 4 +-
tox.ini | 31 +-
235 files changed, 2388 insertions(+), 1188 deletions(-)
diff --cc debian/.git-dpm
index a352752,0000000..f14b28a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 14442ca4f7a789e92613342cc92f72963f220c1b
- 14442ca4f7a789e92613342cc92f72963f220c1b
- a3d50b73b5aff2a9dfe8cd7effe48b93970520ed
++27aa3f4bd7d29666c03df589459224370a2340c2
++27aa3f4bd7d29666c03df589459224370a2340c2
++95f41aad64d8adce60e74b5a36c5e0e134007320
+95f41aad64d8adce60e74b5a36c5e0e134007320
+python-softlayer_5.0.1.orig.tar.gz
+383bb8c0bc9f08ad1a17896cbdb17aa36f686ee7
+178993
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index e61c08f,0000000..6b03654
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,103 -1,0 +1,107 @@@
+python-softlayer (4.1.1-3) UNRELEASED; urgency=medium
+
++ [ Ondřej Nový ]
+ * Fixed homepage (https)
+ * Fixed VCS URL (https)
+
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:24:02 +0200
++ [ Scott Kitterman ]
++ * New upstream release
++
++ -- Scott Kitterman <scott at kitterman.com> Sat, 02 Apr 2016 22:42:21 -0400
+
+python-softlayer (4.1.1-2) unstable; urgency=medium
+
+ * Fix package depends for python3-softlayer (spell python3-prompt-toolkit
+ correctly)
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 13 Sep 2015 23:42:48 -0400
+
+python-softlayer (4.1.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Add myself to debian/copyright for Debian packaging
+ * Add python{3}-prompt-toolkit to Depends as the package uses it now
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 11 Sep 2015 08:09:24 -0400
+
+python-softlayer (4.0.4-1) unstable; urgency=medium
+
+ * New upstream release
+ * Update debian/copyright
+ * Add debian uupdate to debian/watch
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 07 Jul 2015 22:58:31 -0400
+
+python-softlayer (4.0.3-2) unstable; urgency=medium
+
+ * Update debian/python*-softlayer.prerm and postinst to provide alternatives
+ for /usr/bin/slcli
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 26 Jun 2015 21:48:18 -0400
+
+python-softlayer (4.0.3-1) unstable; urgency=medium
+
+ * New upstream release
+ - Drop debian/patches/docopt-versions.patch since docopt is no longer
+ required
+ - Drop depends on python-docopt and python3-docopt, no longer used
+ - Drop debian/patches/1002-longdesc.patch, no longer required
+ - Update debian/patches/1001-rename_sl.patch for upstream changes
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 22 Jun 2015 22:15:59 -0400
+
+python-softlayer (3.3.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Bump standards version to 3.9.6 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Thu, 23 Apr 2015 19:34:30 -0400
+
+python-softlayer (3.2.0-2) unstable; urgency=medium
+
+ * Fix docopt version in requires to SL will start (Closes: #778344)
+ * Fix python-softlayer postinst/postrm file names to that alternatives works
+ and SL is properly provided by python-softlayer (Closes: #778279)
+ * Agreed maintainer change to Debian Python Modules Team (Closes: #777337)
+ * Add Vcs-* for DPMT repository
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 13 Feb 2015 16:13:11 -0500
+
+python-softlayer (3.2.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Refresh patch set.
+ * Drop dependency on python-tox, not needed at all.
+ * Refresh patches.
+ * Add patch to fix FTBFS.
+ * Add Python 3 support.
+ * Handle /usr/bin/SL via update-alternatives.
+
+ -- Alessio Treglia <alessio at debian.org> Mon, 14 Jul 2014 14:41:50 +0100
+
+python-softlayer (3.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alessio Treglia <alessio at debian.org> Mon, 28 Apr 2014 12:35:22 +0100
+
+python-softlayer (3.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Update examples, example.py is no longer provided.
+ * Fix debian/watch.
+ * Bump Standards.
+
+ -- Alessio Treglia <alessio at debian.org> Tue, 11 Mar 2014 09:35:46 +0000
+
+python-softlayer (3.0.1-1) unstable; urgency=low
+
+ * New upstream bugfix release.
+
+ -- Alessio Treglia <alessio at debian.org> Sun, 24 Nov 2013 23:43:01 +0000
+
+python-softlayer (3.0.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #725912)
+
+ -- Alessio Treglia <alessio at debian.org> Wed, 09 Oct 2013 23:29:25 +0100
diff --cc debian/patches/1001-rename_sl.patch
index 123c066,0000000..c183bdc
mode 100644,000000..100644
--- a/debian/patches/1001-rename_sl.patch
+++ b/debian/patches/1001-rename_sl.patch
@@@ -1,24 -1,0 +1,24 @@@
- From 14442ca4f7a789e92613342cc92f72963f220c1b Mon Sep 17 00:00:00 2001
++From 27aa3f4bd7d29666c03df589459224370a2340c2 Mon Sep 17 00:00:00 2001
+From: Alessio Treglia <alessio at debian.org>
+Date: Thu, 8 Oct 2015 13:09:37 -0700
+Subject: Rename launcher script to avoid namespace conflicts.
+
+Forwarded: not-needed
+Patch-Name: 1001-rename_sl.patch
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
- index 7e87398..f004331 100644
++index cce102a..f3fc00b 100644
+--- a/setup.py
++++ b/setup.py
+@@ -27,7 +27,7 @@ setup(
+ entry_points={
+ 'console_scripts': [
+ 'slcli = SoftLayer.CLI.core:main',
+- 'sl = SoftLayer.CLI.deprecated:main',
++ 'SL = SoftLayer.CLI.deprecated:main',
+ ],
+ },
- test_suite='nose.collector',
++ install_requires=[
--
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