From patchwork Sun Oct 4 11:26:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1376400 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C41f42HQ8z9sRR for ; Sun, 4 Oct 2020 22:26:52 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=SNIGGbS7; 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 4C41f40B9JzDqHY for ; Sun, 4 Oct 2020 22:26:52 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=that.guru (client-ip=172.82.139.71; helo=qrelay71.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=SNIGGbS7; dkim-atps=neutral Received: from qrelay71.mxroute.com (qrelay71.mxroute.com [172.82.139.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 4C41ds5WNFzDqFJ for ; Sun, 4 Oct 2020 22:26:40 +1100 (AEDT) Received: from filter004.mxroute.com ([149.28.56.236] 149.28.56.236.vultr.com) (Authenticated sender: mN4UYu2MZsgR) by qrelay71.mxroute.com (ZoneMTA) with ESMTPA id 174f35d14b0000354c.002 for ; Sun, 04 Oct 2020 11:26:37 +0000 X-Zone-Loop: 3e98ca715bb80d6cc250990e77348628cdb2aa5b1abb X-Originating-IP: [149.28.56.236] Received: from sunfire.mxrouting.net (sunfire.mxrouting.net [49.12.120.198]) by filter004.mxroute.com (Postfix) with ESMTPS id 12DED3E885; Sun, 4 Oct 2020 11:26:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=x; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=iIzxXhieCODuRpSY5JEy1egpwiW8NwQ83f6logaEn2Y=; b=SNIGGbS7Wnq3dhf2GVttGdvba2 S5g9o7tchtyQVrDX0P7Gj51IDePqP2RsAkzGXKNDUJVfEEJvEU+xnD1P8S79JGkUmzY4HmkzAwgg5 rdlBpiACcAMak4U9JhOi7Z8fXyjMqBfdKGRZq0+9GRXElSn03IOK/d+VLSqUY2qGtqRClckXSfcMD WrxOCTVpzNLewsRXwI2K4/FIAWGlRy0v6cL6SuxLw3XI3V6r8VwYynAYJhsQeGkSIWjPXVTbaGG81 GTAw2wBPBbktAO7+bX+/wpf7pfVNiRmBx+9eTukpbQKYv0I6SOKOhRNtrBvlY9BF6lL5OUJD6LQHH sS2RE23A==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 1/3] Release 3.0.0 Date: Sun, 4 Oct 2020 12:26:29 +0100 Message-Id: <20201004112631.238181-2-stephen@that.guru> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20201004112631.238181-1-stephen@that.guru> References: <20201004112631.238181-1-stephen@that.guru> MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Major version bump because of Python 2.7 removal and the unfortunately large DB migration. Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git patchwork/__init__.py patchwork/__init__.py index 545a53bb..6fb54728 100644 --- patchwork/__init__.py +++ patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0, 'alpha', 0) +VERSION = (3, 0, 0) __version__ = get_latest_version(VERSION) From patchwork Sun Oct 4 11:26:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1376401 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C41fY1sdfz9sRR for ; Sun, 4 Oct 2020 22:27:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=Z4dHhDZW; 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 4C41fY1Lm3zDqHK for ; Sun, 4 Oct 2020 22:27:17 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=that.guru (client-ip=172.82.139.174; helo=qrelay174.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=Z4dHhDZW; dkim-atps=neutral Received: from qrelay174.mxroute.com (qrelay174.mxroute.com [172.82.139.174]) (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 4C41dy3krLzDqFJ for ; Sun, 4 Oct 2020 22:26:45 +1100 (AEDT) Received: from filter003.mxroute.com ([168.235.111.26] 168-235-111-26.cloud.ramnode.com) (Authenticated sender: mN4UYu2MZsgR) by qrelay174.mxroute.com (ZoneMTA) with ESMTPA id 174f35d16b7000354c.002 for ; Sun, 04 Oct 2020 11:26:38 +0000 X-Zone-Loop: 41a6c464906696f8d3dcc4a76b61243d4b4bb86e50cf X-Originating-IP: [168.235.111.26] Received: from sunfire.mxrouting.net (sunfire.mxrouting.net [49.12.120.198]) by filter003.mxroute.com (Postfix) with ESMTPS id 874D260044; Sun, 4 Oct 2020 11:26:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=x; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=JQ/z7lUXmpxn/Qbt6ybp04Iuss3wI65Eam6BN5yoN8c=; b=Z4dHhDZWdNzoG2OyeQQpB9ZDPp Iwh93FVaQGCVsi+RGY2V6FgBrqAltBAXJp8Oy/yB8LzRr3NydZU+OrIRga58Z58tqJg6mI21nbmMt t5HWxWAz5Po+imhfIZdRos+C/PJDLkZreVMOLVpC2fa6dicj82D2kTBpYEr7Tu+6sSwH54Iwo8t2A 69KHfsERCXUDWWUQFs+yUZDcHOkBGPf0w/PMojSuLSKf+/8fmP714rgLYz04zNEbidbODB0xUuUPH jsCWAy0Lza5G3VR6aCYAdo/EVJJQ3tSArs1G3omGkde08OR2wjgWnsRiKXiU/mB/uXNCseruryT9O DP2NuaKQ==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 2/3] Post-release version bump Date: Sun, 4 Oct 2020 12:26:30 +0100 Message-Id: <20201004112631.238181-3-stephen@that.guru> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20201004112631.238181-1-stephen@that.guru> References: <20201004112631.238181-1-stephen@that.guru> MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git patchwork/__init__.py patchwork/__init__.py index 6fb54728..bf4fbefc 100644 --- patchwork/__init__.py +++ patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0) +VERSION = (3, 1, 0, 'alpha', 0) __version__ = get_latest_version(VERSION) From patchwork Sun Oct 4 11:26:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1376402 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C41fz6Zzbz9sRR for ; Sun, 4 Oct 2020 22:27:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=uc4JIvvL; 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 4C41fz4p2kzDqHS for ; Sun, 4 Oct 2020 22:27:39 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=that.guru (client-ip=172.82.139.156; helo=qrelay156.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=uc4JIvvL; dkim-atps=neutral Received: from qrelay156.mxroute.com (qrelay156.mxroute.com [172.82.139.156]) (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 4C41dy6zckzDqFS for ; Sun, 4 Oct 2020 22:26:45 +1100 (AEDT) Received: from filter003.mxroute.com ([168.235.111.26] 168-235-111-26.cloud.ramnode.com) (Authenticated sender: mN4UYu2MZsgR) by qrelay156.mxroute.com (ZoneMTA) with ESMTPA id 174f35d17a9000354c.002 for ; Sun, 04 Oct 2020 11:26:38 +0000 X-Zone-Loop: f3c17c0b4520046a3fed7b4ec7b2a489997a63d5b5d2 X-Originating-IP: [168.235.111.26] Received: from sunfire.mxrouting.net (sunfire.mxrouting.net [49.12.120.198]) by filter003.mxroute.com (Postfix) with ESMTPS id DB680600B1; Sun, 4 Oct 2020 11:26:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=x; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=+VqF4FnOCU08knOhsiTESVlzsO+4zCo92imXl4u7OTU=; b=uc4JIvvL6tE8aTOPmZkdVU70Uu KhOaEQyxcj3hw0Rjh5B6LAcz8qLHflxWVVdaaRpx9tBYBfEzHDImP5xEwyz4NB1cPfLKKfQznuVuT OdW3BCSnVqPyIYP5EP3FxcTXCUgc32kALYQs1S+nlZWTRQXJ7dmNukMgZH/5J5Qk9ngsQTObYNGMd u7JCMw7Q5/8ujA6nB+Nv5rLPquVAGLV3KmqpEpbALnU9LEy+e7yCPSfyAsbqhUUVIbTER5uwedKab D3fX8gZIU08NwKTwfhAsfukdZYIMss8geO4Uy32hdjKG4reTk4fZPms9H6Vu6jLA9FBKyUjVHmcLp Vs0xx27w==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 3/3] docs: Update reno for stable/3.0 Date: Sun, 4 Oct 2020 12:26:31 +0100 Message-Id: <20201004112631.238181-4-stephen@that.guru> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20201004112631.238181-1-stephen@that.guru> References: <20201004112631.238181-1-stephen@that.guru> MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Stephen Finucane --- docs/index.rst | 1 + docs/releases/grosgrain.rst | 5 +++++ docs/releases/index.rst | 2 ++ docs/releases/unreleased.rst | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/releases/grosgrain.rst diff --git docs/index.rst docs/index.rst index 11bafb05..6278dcaa 100644 --- docs/index.rst +++ docs/index.rst @@ -58,6 +58,7 @@ of community projects. :caption: Release Notes releases/unreleased + releases/grosgrain releases/flannel releases/eolienne releases/dazzle diff --git docs/releases/grosgrain.rst docs/releases/grosgrain.rst new file mode 100644 index 00000000..6d453de2 --- /dev/null +++ docs/releases/grosgrain.rst @@ -0,0 +1,5 @@ +v3.0 Series ("Grosgrain") +========================= + +.. release-notes:: + :branch: stable/3.0 diff --git docs/releases/index.rst docs/releases/index.rst index 98afd220..0720b3f5 100644 --- docs/releases/index.rst +++ docs/releases/index.rst @@ -10,6 +10,8 @@ on the release process, refer to :doc:`/development/releasing`. :maxdepth: 2 /releases/unreleased + /releases/grosgrain + /releases/flannel /releases/eolienne /releases/dazzle /releases/cashmere diff --git docs/releases/unreleased.rst docs/releases/unreleased.rst index eba565f9..91b0c6c0 100644 --- docs/releases/unreleased.rst +++ docs/releases/unreleased.rst @@ -2,4 +2,4 @@ Unreleased ========== .. release-notes:: - :earliest-version: v2.2.0 + :earliest-version: v3.0.0