[Python-modules-commits] [python-softlayer] 04/10: change version to 5.1.0-1 (UNRELEASED) New upstream release
Scott Kitterman
kitterman at moszumanska.debian.org
Thu May 26 12:44:29 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 a07c11c47cb55ffc5bda91834c63402cf3709776
Merge: 28c4a36 5502637
Author: Scott Kitterman <scott at kitterman.com>
Date: Thu May 26 08:06:16 2016 -0400
change version to 5.1.0-1 (UNRELEASED)
New upstream release
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 | 6 +-
debian/changelog | 6 +
debian/patches/1001-rename_sl.patch | 4 +-
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 +-
53 files changed, 1744 insertions(+), 125 deletions(-)
diff --cc debian/.git-dpm
index ecf2bc0,0000000..8c60957
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
- 27aa3f4bd7d29666c03df589459224370a2340c2
- 27aa3f4bd7d29666c03df589459224370a2340c2
- 95f41aad64d8adce60e74b5a36c5e0e134007320
++55026378aac196aefa80460b11bda74e700e40e7
++55026378aac196aefa80460b11bda74e700e40e7
++6245ba4560ae1a6a4f13dadcdc2df91e58aa5cd9
+6245ba4560ae1a6a4f13dadcdc2df91e58aa5cd9
+python-softlayer_5.1.0.orig.tar.gz
+bac5be7ba5443936331b3ad10648436457c87b96
+188020
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index b75f87f,0000000..bca7c40
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,108 -1,0 +1,114 @@@
++python-softlayer (5.1.0-1) UNRELEASED; urgency=medium
++
++ * New upstream release
++
++ -- Scott Kitterman <scott at kitterman.com> Thu, 26 May 2016 08:06:17 -0400
++
+python-softlayer (5.0.1-1) unstable; urgency=medium
+
+ [ Ondřej Nový ]
+ * Fixed homepage (https)
+ * Fixed VCS URL (https)
+
+ [ Scott Kitterman ]
+ * New upstream release
+ * Bump standards version to 3.9.7
+
+ -- 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 c183bdc,0000000..62e2330
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 27aa3f4bd7d29666c03df589459224370a2340c2 Mon Sep 17 00:00:00 2001
++From 55026378aac196aefa80460b11bda74e700e40e7 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 cce102a..f3fc00b 100644
++index 72e36e4..caa2272 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',
+ ],
+ },
+ 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