From patchwork Fri Feb 9 11:52:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 871347 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zdD2x0PbSz9s72 for ; Fri, 9 Feb 2018 22:52:57 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="lhiMCDIH"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3zdD2w5MkKzF0hc for ; Fri, 9 Feb 2018 22:52:56 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="lhiMCDIH"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=23.83.214.26; helo=burlywood.maple.relay.mailchannels.net; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="lhiMCDIH"; dkim-atps=neutral Received: from burlywood.maple.relay.mailchannels.net (burlywood.maple.relay.mailchannels.net [23.83.214.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zdD2H1LlVzF0gw for ; Fri, 9 Feb 2018 22:52:22 +1100 (AEDT) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id EC8453E0620 for ; Fri, 9 Feb 2018 11:52:18 +0000 (UTC) Received: from one.mxroute.com (unknown [100.96.29.46]) (Authenticated sender: mxroute) by relay.mailchannels.net (Postfix) with ESMTPA id 7C84C3E0D96 for ; Fri, 9 Feb 2018 11:52:18 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com (one-outgoing.mxroute.com [172.18.43.43]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.13.1); Fri, 09 Feb 2018 11:52:18 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-Arithmetic-Belong: 7c3c79c15afd909e_1518177138796_2451537483 X-MC-Loop-Signature: 1518177138796:1305761916 X-MC-Ingress-Time: 1518177138795 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=M3DqyaXECQCFF0/7zqDB/GJvoKOBbS/JK8KWPHgHQsM=; b=lhiMCDIHST2dPG23W4cDkp9qhK jJgYMajwSn+QpWOJrVn7jv+vBNSQnC4uUYDvMJlaE+hWolCwafDayhI4c+keCyyNklPuVhvUX7Ahm aNuttqsFkXH5k72mPrrLFAWAZnEttPjpkjXqyqSR18OP6LDlxuqfPYlbfkEd13THgeTQJPActsQ44 eza7ou57DH6BG6rjIMJ7b4iCq0qKtj/miKGbeYoiQC+/dDalzJ8nTUS+Z57Zcfw5EzwFTN14VMbhJ r4bD+zZSobRJKTFQdoEGETQTwSGwfWyYH0tJtA9qMNv9Tx6olOXf2NrtnvObtKc6sUaVBLKz27gCY q5luNr1w==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 1/2] migrations: Add missing Series.Meta, Patch.Meta changes Date: Fri, 9 Feb 2018 11:52:05 +0000 Message-Id: <20180209115206.4329-1-stephen@that.guru> X-Mailer: git-send-email 2.14.3 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" These were missed in previous patches. Signed-off-by: Stephen Finucane Fixes: 8585ea5af ("models: Use 'base_manager_name'") Fixes: ed7328fdb ("models: Series plural name is Series") --- patchwork/migrations/0021_django_1_10_fixes.py | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patchwork/migrations/0021_django_1_10_fixes.py diff --git a/patchwork/migrations/0021_django_1_10_fixes.py b/patchwork/migrations/0021_django_1_10_fixes.py new file mode 100644 index 00000000..55aedbec --- /dev/null +++ b/patchwork/migrations/0021_django_1_10_fixes.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +import django +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('patchwork', '0020_tag_show_column'), + ] + + operations = [ + migrations.AlterModelOptions( + name='series', + options={'ordering': ('date',), 'verbose_name_plural': 'Series'}, + ), + ] + + if django.VERSION >= (1, 10): + operations += [ + migrations.AlterModelOptions( + name='patch', + options={'base_manager_name': 'objects', 'verbose_name_plural': 'Patches'}, + ), + ] From patchwork Fri Feb 9 11:52:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 871346 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zdD2S3QX8z9s7g for ; Fri, 9 Feb 2018 22:52:32 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="reU5dXNX"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3zdD2S0B70zF0hK for ; Fri, 9 Feb 2018 22:52:32 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="reU5dXNX"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=23.83.214.27; helo=butterfly.maple.relay.mailchannels.net; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="reU5dXNX"; dkim-atps=neutral Received: from butterfly.maple.relay.mailchannels.net (butterfly.maple.relay.mailchannels.net [23.83.214.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zdD2H2Qw0zF0h0 for ; Fri, 9 Feb 2018 22:52:22 +1100 (AEDT) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id D78475C058B for ; Fri, 9 Feb 2018 11:52:19 +0000 (UTC) Received: from one.mxroute.com (unknown [100.96.4.59]) (Authenticated sender: mxroute) by relay.mailchannels.net (Postfix) with ESMTPA id 610785C0BB2 for ; Fri, 9 Feb 2018 11:52:19 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com (one-outgoing.mxroute.com [172.18.49.137]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.13.1); Fri, 09 Feb 2018 11:52:19 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-Duck-Whimsical: 45bd084b567fba37_1518177139641_1206020210 X-MC-Loop-Signature: 1518177139640:4037785598 X-MC-Ingress-Time: 1518177139640 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=G+Z7NVWiRRYnugTg5kKi2xoqFQRf5uODcetrQxuLPio=; b=reU5dXNXmL/I2E8kG6X9BTORHF /Nf81kWHHuHrMKGT0Vsl/bRkClIivrcF7/vkwUd+gdWr2kB6gIr8ma4T0x8KEpD5FTsH0AkMphrcu 4oOz2hggtJ5Rd376Gjj0T4DSJ+vgiFFm8tQ2OD7qQ1VY/EUNRYwBBEaQN5TcZUA42mwitX3VY49+s 8fddw69t1r59JwXBvIvB/3QRKVI/x1d7rndfkNo/nCMLZCUcCgnE4dhar4bkpfnjVharFm96wChG9 D+8su9Aj90rvbq4Ko7WEXyTGY95LtMrAB6q3dymwrBf5pnXQQvbtmDq6uSSAYwU4xDmzYposHFe19 zdmTXWXg==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 2/2] requirements: Use 'psycopg2-binary' package Date: Fri, 9 Feb 2018 11:52:06 +0000 Message-Id: <20180209115206.4329-2-stephen@that.guru> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180209115206.4329-1-stephen@that.guru> References: <20180209115206.4329-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" This resolves a deprecation warning that's recently been raised: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: . Signed-off-by: Stephen Finucane --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 141cf661..d232f4e0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ mysqlclient>=1.3,<1.4 -psycopg2>=2.7,<2.8 +psycopg2-binary>=2.7,<2.8 django-debug-toolbar==1.8 python-dateutil>2.0,<3.0 selenium>=3.0,<4.0