From patchwork Thu Jun 23 10:56:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2195 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8E29323F7C for ; Thu, 23 Jun 2011 10:56:22 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 5C7A2A18001 for ; Thu, 23 Jun 2011 10:56:22 +0000 (UTC) Received: by qwb8 with SMTP id 8so1269805qwb.11 for ; Thu, 23 Jun 2011 03:56:21 -0700 (PDT) Received: by 10.229.30.3 with SMTP id s3mr257300qcc.21.1308826581879; Thu, 23 Jun 2011 03:56:21 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.230.139 with SMTP id jm11cs14490qcb; Thu, 23 Jun 2011 03:56:21 -0700 (PDT) Received: by 10.216.178.2 with SMTP id e2mr2064593wem.41.1308826579178; Thu, 23 Jun 2011 03:56:19 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id k29si3485921weq.76.2011.06.23.03.56.18; Thu, 23 Jun 2011 03:56:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZha6-000300-GD for ; Thu, 23 Jun 2011 10:56:18 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 765A82E8019 for ; Thu, 23 Jun 2011 10:56:18 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-tool X-Launchpad-Branch: ~linaro-validation/lava-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 160 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 160: Mark python 2.7 as supported Message-Id: <20110623105618.22494.17660.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 10:56:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 56d99c69e03f4ee037b0a04df91f03e8df4c3e57 ------------------------------------------------------------ revno: 160 tags: release-0.1 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-06-23 12:27:36 +0200 message: Mark python 2.7 as supported modified: setup.py --- lp:lava-tool https://code.launchpad.net/~linaro-validation/lava-tool/trunk You are subscribed to branch lp:lava-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-06-23 10:20:54 +0000 +++ setup.py 2011-06-23 10:27:36 +0000 @@ -45,6 +45,7 @@ " License (LGPL)"), "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing", ], install_requires=[