Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D27B410E37 for ; Tue, 8 Sep 2015 19:44:48 +0000 (UTC) Received: (qmail 67667 invoked by uid 500); 8 Sep 2015 19:44:45 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 67639 invoked by uid 500); 8 Sep 2015 19:44:45 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 67629 invoked by uid 99); 8 Sep 2015 19:44:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 19:44:45 +0000 Date: Tue, 8 Sep 2015 19:44:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-739) Add provider for DNS simple MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735480#comment-14735480 ] ASF GitHub Bot commented on LIBCLOUD-739: ----------------------------------------- GitHub user aleGpereira opened a pull request: https://github.com/apache/libcloud/pull/575 [LIBCLOUD-739] Add DNSimple provider implementation Tests seems to be fine but i've got failures for tests against python 3.x. I couldn't fix this because i wasn't able to figure out why is doing the following error: Traceback (most recent call last): File "setup.py", line 285, in 'Programming Language :: Python :: Implementation :: CPython' File "/usr/lib/python3.4/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() File "setup.py", line 133, in run status = self._run_tests() File "setup.py", line 179, in _run_tests tests = TestLoader().loadTestsFromNames(testfiles) File "/usr/lib/python3.4/unittest/loader.py", line 146, in loadTestsFromNames suites = [self.loadTestsFromName(name, module) for name in names] File "/usr/lib/python3.4/unittest/loader.py", line 146, in suites = [self.loadTestsFromName(name, module) for name in names] File "/usr/lib/python3.4/unittest/loader.py", line 114, in loadTestsFromName parent, obj = obj, getattr(obj, part) AttributeError: 'module' object has no attribute 'test_dnsimple' Maybe one of you guys can have a better clue? You can merge this pull request into a Git repository by running: $ git pull https://github.com/aleGpereira/libcloud LIBCLOUD-739_simpledns Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/575.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #575 ---- commit cacc8a9c9b915b5ab10a4ad59db034bd45d53b22 Author: Alejandro Pereira Date: 2015-08-31T22:20:41Z [LIBCLOUD-739] Add DNSimple provider implementation ---- > Add provider for DNS simple > --------------------------- > > Key: LIBCLOUD-739 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-739 > Project: Libcloud > Issue Type: Improvement > Components: DNS > Reporter: Alejandro Pereira > Priority: Minor > Labels: features > > We would like to add a provider for this dns provider: https://dnsimple.com/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)