From patchwork Thu Jun 23 11:11:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2197 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 1313223F7C for ; Thu, 23 Jun 2011 11:12:12 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id D96DBA181F1 for ; Thu, 23 Jun 2011 11:12:11 +0000 (UTC) Received: by qyk10 with SMTP id 10so3715882qyk.11 for ; Thu, 23 Jun 2011 04:12:11 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr1447119qct.59.1308827531371; Thu, 23 Jun 2011 04:12:11 -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 jm11cs14955qcb; Thu, 23 Jun 2011 04:12:11 -0700 (PDT) Received: by 10.14.2.95 with SMTP id 71mr1339632eee.78.1308827529344; Thu, 23 Jun 2011 04:12:09 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o4si3510186weq.115.2011.06.23.04.12.08; Thu, 23 Jun 2011 04:12:09 -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 1QZhpO-0003FE-6j for ; Thu, 23 Jun 2011 11:12:06 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 8E2492E8A1F for ; Thu, 23 Jun 2011 11:11:21 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard-tool X-Launchpad-Branch: ~linaro-validation/lava-dashboard-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 145 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard-tool/trunk] Rev 145: Mark python2.7 as supported Message-Id: <20110623111121.568.20029.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 11:11:21 -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: ec3d0690c67dc70d2b27de1ce63a215f52f926f0 ------------------------------------------------------------ revno: 145 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-06-23 13:06:46 +0200 message: Mark python2.7 as supported modified: setup.py --- lp:lava-dashboard-tool https://code.launchpad.net/~linaro-validation/lava-dashboard-tool/trunk You are subscribed to branch lp:lava-dashboard-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard-tool/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-06-23 11:06:21 +0000 +++ setup.py 2011-06-23 11:06:46 +0000 @@ -53,7 +53,7 @@ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", - "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing", ], install_requires = [