From patchwork Tue Jul 5 10:27:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2449 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 299A523F58 for ; Tue, 5 Jul 2011 10:27:18 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id E4ECEA1831F for ; Tue, 5 Jul 2011 10:27:17 +0000 (UTC) Received: by qyk30 with SMTP id 30so4025046qyk.11 for ; Tue, 05 Jul 2011 03:27:17 -0700 (PDT) Received: by 10.229.1.140 with SMTP id 12mr5363653qcf.118.1309861637016; Tue, 05 Jul 2011 03:27:17 -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 r7cs48213qcf; Tue, 5 Jul 2011 03:27:16 -0700 (PDT) Received: by 10.227.54.2 with SMTP id o2mr4497910wbg.25.1309861634865; Tue, 05 Jul 2011 03:27:14 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ek19si13967072wbb.143.2011.07.05.03.27.14; Tue, 05 Jul 2011 03:27:14 -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 1Qe2qY-0001Yr-5f for ; Tue, 05 Jul 2011 10:27:14 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 1F7B92E890D for ; Tue, 5 Jul 2011 10:27:14 +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: 188 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 188: Fix required version of linaro-django-xmlrpc Message-Id: <20110705102714.19207.97700.launchpad@loganberry.canonical.com> Date: Tue, 05 Jul 2011 10:27:14 -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: da7e7d4fdc9c09df4bad538b29c5e3be7149c871 ------------------------------------------------------------ revno: 188 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2011-07-05 12:18:29 +0200 message: Fix required version of linaro-django-xmlrpc 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-07-01 09:57:43 +0000 +++ setup.py 2011-07-05 10:18:29 +0000 @@ -56,7 +56,7 @@ 'django-openid-auth >= 0.2', 'python-openid >= 2.2.4', # this should be a part of django-openid-auth deps 'versiontools >= 1.3.1', - 'linaro-django-xmlrpc >= 1.3.1', + 'linaro-django-xmlrpc >= 0.3.2', ], setup_requires=[ 'versiontools >= 1.3.1',