You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/27 20:28:30 UTC

[1/4] libcloud git commit: Add Python 3.6 to travis build

Repository: libcloud
Updated Branches:
  refs/heads/trunk e99926af4 -> b0f57a690


Add Python 3.6 to travis build


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0b5c2702
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0b5c2702
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0b5c2702

Branch: refs/heads/trunk
Commit: 0b5c27023f3198e22789d2f307a2470fee443df7
Parents: e68d43e
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:03:38 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:03:38 2016 +1100

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0b5c2702/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6c8511b..d4c6c60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ python:
     - 3.3
     - 3.4
     - 3.5
+    - 3.6
     - pypy
     - pypy3
 os:


[4/4] libcloud git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk

Posted by an...@apache.org.
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b0f57a69
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b0f57a69
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b0f57a69

Branch: refs/heads/trunk
Commit: b0f57a690ea50125e60f72ce6fbcb87a2973d632
Parents: 6eda4e9 e99926a
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:28:19 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:28:19 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst | 176 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 95 insertions(+), 81 deletions(-)
----------------------------------------------------------------------



[3/4] libcloud git commit: Add Python 3.6 to show warnings error message

Posted by an...@apache.org.
Add Python 3.6 to show warnings error message


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6eda4e90
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6eda4e90
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6eda4e90

Branch: refs/heads/trunk
Commit: 6eda4e90fe93e8c3454725ab02c2a8eb507f2337
Parents: 0f12696
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:21:20 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:21:20 2016 +1100

----------------------------------------------------------------------
 libcloud/test/test_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6eda4e90/libcloud/test/test_utils.py
----------------------------------------------------------------------
diff --git a/libcloud/test/test_utils.py b/libcloud/test/test_utils.py
index 4c1b6c0..dd9c2d2 100644
--- a/libcloud/test/test_utils.py
+++ b/libcloud/test/test_utils.py
@@ -53,7 +53,7 @@ if PY3:
     from io import FileIO as file
 
 
-def show_warning(msg, cat, fname, lno, line=None):
+def show_warning(msg, cat, fname, lno, file=None, line=None):
     WARNINGS_BUFFER.append((msg, cat, fname, lno))
 
 original_func = warnings.showwarning


[2/4] libcloud git commit: Add Python 3.6 to tox

Posted by an...@apache.org.
Add Python 3.6 to tox


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0f12696e
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0f12696e
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0f12696e

Branch: refs/heads/trunk
Commit: 0f12696ed2da72852a8a8cf7a7a00cb78b2745df
Parents: 0b5c270
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:08:47 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:08:47 2016 +1100

----------------------------------------------------------------------
 tox.ini | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0f12696e/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 248b102..e41a912 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},lint,pylint
+envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5,3.6},lint,pylint
 
 [testenv]
 passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -24,11 +24,12 @@ basepython =
     py3.3: python3.3
     py3.4: python3.4
     py3.5: python3.5
+    py3.6: python3.6
 whitelist_externals = cp
 
 # Explicitly spell out all environments to test with builtin xml and lxml,
 # as it seems I can't use the following:
-# [testenv:py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5}-lxml]
+# [testenv:py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5,3.6}-lxml]
 [testenv:py2.5-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        unittest2
@@ -60,7 +61,9 @@ deps = -r{toxinidir}/requirements-tests.txt
 [testenv:py3.5-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        lxml
-
+[testenv:py3.6-lxml]
+deps = -r{toxinidir}/requirements-tests.txt
+       lxml
 [testenv:docs]
 deps = sphinx
        pysphere