You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/10 17:54:40 UTC

[libcloud] branch trunk updated (7e83536 -> 2383833)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 7e83536  Merge pull request #1307 from Kami/py3_cleanup
     new 95274f6  Add pylint plugin which tells pylint how to handle special dynamically assigned "connection" variable on driver class instances.
     new 79bf32f  Update various pylint issues and false positives.
     new 12966a8  Update tox pylint target.
     new f98a008  Don't run pylint on integration directory.
     new a49cfb1  Fix lint.
     new aeaeec8  Add changelog entry.
     new 2383833  Merge pull request #1308 from Kami/pylint_improvements

The 6530 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  3 ++
 libcloud/compute/base.py                           |  2 +
 libcloud/compute/drivers/__init__.py               |  1 -
 libcloud/compute/drivers/azure.py                  |  4 +-
 libcloud/compute/drivers/azure_arm.py              |  2 +-
 libcloud/compute/drivers/bluebox.py                |  2 +-
 libcloud/compute/drivers/cloudstack.py             |  4 --
 libcloud/compute/drivers/ec2.py                    | 19 ++++---
 libcloud/compute/drivers/elastichosts.py           |  2 +-
 libcloud/compute/drivers/elasticstack.py           |  3 ++
 libcloud/compute/drivers/gandi.py                  |  2 +-
 libcloud/compute/drivers/gce.py                    | 18 +++----
 libcloud/compute/drivers/libvirt_driver.py         |  2 +-
 libcloud/compute/drivers/linode.py                 |  4 +-
 libcloud/compute/drivers/openstack.py              | 15 ++++++
 libcloud/compute/drivers/ovh.py                    |  2 +-
 libcloud/compute/drivers/scaleway.py               |  4 +-
 libcloud/compute/drivers/vcloud.py                 | 10 +++-
 libcloud/compute/drivers/voxel.py                  |  2 +-
 libcloud/compute/drivers/vsphere.py                | 10 +++-
 libcloud/compute/drivers/vultr.py                  |  3 +-
 .../test/storage => pylint_plugins}/__init__.py    |  0
 pylint_plugins/driver_class.py                     | 62 ++++++++++++++++++++++
 tox.ini                                            | 22 +++++---
 24 files changed, 151 insertions(+), 47 deletions(-)
 copy {libcloud/test/storage => pylint_plugins}/__init__.py (100%)
 create mode 100644 pylint_plugins/driver_class.py