[GitHub] libcloud pull request: PY3: Change libcloud.common.base.Response.b...

2016-04-18 Thread pzrq
GitHub user pzrq opened a pull request: https://github.com/apache/libcloud/pull/767 PY3: Change libcloud.common.base.Response.body from str to bytes type ## PY3: Change libcloud.common.base.Response.body from str to bytes type ### Description Let's at least fix the

[GitHub] libcloud pull request: Fix/create virtual listener

2016-04-18 Thread kumarappanc
GitHub user kumarappanc opened a pull request: https://github.com/apache/libcloud/pull/766 Fix/create virtual listener Protocol should be by default TCP even when the port is 80 or 443 other VIP doesn't work You can merge this pull request into a Git repository by running: $ g

[GitHub] libcloud pull request: Blue Box: Remove duplicate size variable

2016-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/765 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

libcloud git commit: Remove duplicate size variable Closes #765

2016-04-18 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 7034ea8c5 -> 582497a22 Remove duplicate size variable Closes #765 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/582497a2 Tree: http://git-wip-us.apache.org/re

[GitHub] libcloud pull request: Blue Box: Remove duplicate size variable

2016-04-18 Thread bonifaido
GitHub user bonifaido opened a pull request: https://github.com/apache/libcloud/pull/765 Blue Box: Remove duplicate size variable ## Blue Box: Remove duplicate size variable ### Description The size variable was read from the dict twice. ### Status

[jira] [Commented] (LIBCLOUD-810) support PowerDNS

2016-04-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246025#comment-15246025 ] ASF GitHub Bot commented on LIBCLOUD-810: - Github user asfgit closed the pull re

[GitHub] libcloud pull request: [LIBCLOUD-810] add PowerDNS driver

2016-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/758 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

libcloud git commit: add PowerDNS driver Closes #758

2016-04-18 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk de401aca8 -> 7034ea8c5 add PowerDNS driver Closes #758 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7034ea8c Tree: http://git-wip-us.apache.org/repos/asf/lib

[GitHub] libcloud pull request: compute: correct "whether" spelling in doc ...

2016-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/764 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[1/2] libcloud git commit: compute: correct whether spelling in doc strings Weither -> Whether Closes #764

2016-04-18 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 96f704333 -> de401aca8 compute: correct whether spelling in doc strings Weither -> Whether Closes #764 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7b999280

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

2016-04-18 Thread anthonyshaw
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/de401aca Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/de401aca Diff: http

[GitHub] libcloud pull request: compute: correct "whether" spelling in doc ...

2016-04-18 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/764 compute: correct "whether" spelling in doc strings "Weither" -> "Whether" You can merge this pull request into a Git repository by running: $ git pull https://github.com/ktdreyer/libcloud co

[06/12] libcloud git commit: Allow failures for lxml builders.

2016-04-18 Thread tomaz
Allow failures for lxml builders. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3bd16fd0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3bd16fd0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3b

[12/12] libcloud git commit: Don't run lxml targets locally by default when using tox command.

2016-04-18 Thread tomaz
Don't run lxml targets locally by default when using tox command. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/96f70433 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/96f70433 Diff: http://git-wip-us.apach

[07/12] libcloud git commit: Update tox.ini, add missing dependencies.

2016-04-18 Thread tomaz
Update tox.ini, add missing dependencies. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f66b8134 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f66b8134 Diff: http://git-wip-us.apache.org/repos/asf/libcloud

[03/12] libcloud git commit: Actually spell out using both builtin xml and lxml

2016-04-18 Thread tomaz
Actually spell out using both builtin xml and lxml Avoids my premature optimisation of assuming it worked for Python 2.x, as I find "FAILED (failures=1, errors=52, skipped=14)" under Python 2.7 Not actually tested against pypy (pypypy? or pypypy3?) Looks like a design decision about whether lxm

[10/12] libcloud git commit: Fix task names.

2016-04-18 Thread tomaz
Fix task names. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/939e4f18 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/939e4f18 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/939e4f18 Branch: re

[GitHub] libcloud pull request: Run tests with lxml on Travis CI

2016-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/763 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[05/12] libcloud git commit: Pad out the rest of Travis with lxml

2016-04-18 Thread tomaz
Pad out the rest of Travis with lxml Hopefully makes this easier to review and decide one way or another what to do. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a552d711 Tree: http://git-wip-us.apache.org/repos/asf/

[08/12] libcloud git commit: TASK -> TOX_ENV.

2016-04-18 Thread tomaz
TASK -> TOX_ENV. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/783c18b5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/783c18b5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/783c18b5 Branch: r

[02/12] libcloud git commit: Add Python 3.5-lxml to travis

2016-04-18 Thread tomaz
Add Python 3.5-lxml to travis Worked first time :) Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/99b420d0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/99b420d0 Diff: http://git-wip-us.apache.org/repos/as

[09/12] libcloud git commit: TOX_ENV -> ENV.

2016-04-18 Thread tomaz
TOX_ENV -> ENV. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5b6ed269 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5b6ed269 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5b6ed269 Branch: re

[11/12] libcloud git commit: Add missing 3.2 builder.

2016-04-18 Thread tomaz
Add missing 3.2 builder. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cce11223 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cce11223 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cce11223 B

[01/12] libcloud git commit: Add py3.5-lxml to tox.ini

2016-04-18 Thread tomaz
Repository: libcloud Updated Branches: refs/heads/trunk 30418de14 -> 96f704333 Add py3.5-lxml to tox.ini So I can construct a bytes vs str test case that fails reproducibly under Python 3. Turned out there were already several so no need: ERROR: test_create_group_location_does_not_exist (li

[GitHub] libcloud pull request: [Ideas welcome] Should lxml be properly sup...

2016-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/762 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[04/12] libcloud git commit: Try to create lxml versions of all tox envs

2016-04-18 Thread tomaz
Try to create lxml versions of all tox envs Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8143e793 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8143e793 Diff: http://git-wip-us.apache.org/repos/asf/libclo

[GitHub] libcloud pull request: Run tests with lxml on Travis CI

2016-04-18 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/763 Run tests with lxml on Travis CI This pull request builds on top of #762. That PR indicated that using lxml is broken in some scenarios so first step should be to get tests to run with lxml