From patchwork Fri Jul 1 09:55:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2395 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 8363823F53 for ; Fri, 1 Jul 2011 09:55:34 +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 4BAD7A180CF for ; Fri, 1 Jul 2011 09:55:34 +0000 (UTC) Received: by qwb8 with SMTP id 8so2171387qwb.11 for ; Fri, 01 Jul 2011 02:55:33 -0700 (PDT) Received: by 10.229.63.144 with SMTP id b16mr2441755qci.80.1309514133758; Fri, 01 Jul 2011 02:55:33 -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.48.135 with SMTP id r7cs99847qcf; Fri, 1 Jul 2011 02:55:33 -0700 (PDT) Received: by 10.227.170.141 with SMTP id d13mr2782017wbz.13.1309514132157; Fri, 01 Jul 2011 02:55:32 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ft20si6589063wbb.20.2011.07.01.02.55.31; Fri, 01 Jul 2011 02:55:32 -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 1QcaRf-0003CT-HZ for ; Fri, 01 Jul 2011 09:55:31 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 7E0E22E8029 for ; Fri, 1 Jul 2011 09:55:31 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 184 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 184: Use versiontools 1.3.1 Message-Id: <20110701095531.4324.28014.launchpad@loganberry.canonical.com> Date: Fri, 01 Jul 2011 09:55:31 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13333"; Instance="initZopeless config overlay" X-Launchpad-Hash: b172fb1730806796b876c8746a45694603065750 ------------------------------------------------------------ revno: 184 committer: Zygmunt Krynicki branch nick: trunk timestamp: Fri 2011-07-01 10:54:18 +0100 message: Use versiontools 1.3.1 modified: setup.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-06-23 10:02:11 +0000 +++ setup.py 2011-07-01 09:54:18 +0000 @@ -55,7 +55,7 @@ 'django < 1.3', 'django-openid-auth >= 0.2', 'python-openid >= 2.2.4', # this should be a part of django-openid-auth deps - 'versiontools >= 1.1', + 'versiontools >= 1.3.1', 'linaro-django-xmlrpc', 'docutils', ],