From patchwork Sun Oct 9 19:25:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 680214 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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ssmd66hxWz9ryQ for ; Mon, 10 Oct 2016 15:00:58 +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=nbz68yqA; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3ssmd65Mq8zDrL1 for ; Mon, 10 Oct 2016 15:00:58 +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=nbz68yqA; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from nov-007-i517.relay.mailchannels.net (nov-007-i517.relay.mailchannels.net [46.232.183.71]) (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 3ssmck24KvzDrL1 for ; Mon, 10 Oct 2016 15:00:37 +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=nbz68yqA; dkim-atps=neutral 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 2ACBBE0402 for ; Mon, 10 Oct 2016 04:00:27 +0000 (UTC) Received: from one.mxroute.com (ip-10-229-2-62.us-west-2.compute.internal [10.229.2.62]) by relay.mailchannels.net (Postfix) with ESMTPA id 1783AE0043 for ; Mon, 10 Oct 2016 04:00:26 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([UNAVAILABLE]. [10.102.194.57]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Mon, 10 Oct 2016 04:00:26 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1476072026310:3151639682 X-MC-Ingress-Time: 1476072026309 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:To:From:Sender: Reply-To:Cc: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=GbBmtVFtPb3we0x5d68CTjCl9RrzY8MY2aBaCcrcbG4=; b=nbz68yqAiAigy5WcP+4w/Fp4oV 0sQg/cILoz0k5NJehJ5vpEU+bJkLRvWanyrprtBeJSRR+N5KK2fIXZs0ZC8LJJq0GsJ6Ef8htmUi9 iDEaneYNqGqE9Fwcnax4KQ8j5yDRSiuxmqmwKKjubwzujF/h7XME9pLF5+rt+tRCFlZ76Uy3ktzpq SLF/dHnrruKiod6Lo7lA5JsoR3GJD2RpPtuucS8j4UzWAUYy4A6jipbZb+4VtzGtTw2gyXjqB4zjN mwa702smF5LujtmoXSiUQtodFZX3Cei3NGRvvz10FQBFiO+7vk2x4LmtWlDRaRXEnQgSANG1vLf1u jMwizyAA==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 4/5] requirements: Add support for Django 1.10 Date: Sun, 9 Oct 2016 20:25:42 +0100 Message-Id: <1476041143-15607-5-git-send-email-stephen@that.guru> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1476041143-15607-1-git-send-email-stephen@that.guru> References: <1476041143-15607-1-git-send-email-stephen@that.guru> X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.23 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" All issues around 1.10 support have been resolved. Add tox targets and extend the range of supported versions to include this release. Signed-off-by: Stephen Finucane --- requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- tox.ini | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d44ebc6..f516fad 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -Django>=1.8,<1.10 +Django>=1.8,<1.11 -r requirements-test.txt diff --git a/requirements-prod.txt b/requirements-prod.txt index 427a6a2..8c7126d 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,3 +1,3 @@ -Django>=1.8,<1.10 +Django>=1.8,<1.11 psycopg2==2.6.1 sqlparse diff --git a/tox.ini b/tox.ini index a4612ef..0836cd5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py{27,34}-django{16,17,18,19},py35-django{18,19} +envlist = py{27,34}-django{16,17,18,19,110},py35-django{18,19,110} skipsdist = True [testenv] @@ -10,6 +10,7 @@ deps = django17: django>=1.7,<1.8 django18: django>=1.8,<1.9 django19: django>=1.9,<1.10 + django110: django>=1.10,<1.11 setenv = DJANGO_SETTINGS_MODULE = patchwork.settings.dev PYTHONDONTWRITEBYTECODE = 1