From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1AEEA051C for ; Tue, 11 Feb 2020 12:22:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B82E72BF4; Tue, 11 Feb 2020 12:22:29 +0100 (CET) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by dpdk.org (Postfix) with ESMTP id 417D32BF4 for ; Tue, 11 Feb 2020 12:22:28 +0100 (CET) Received: by mail-wm1-f46.google.com with SMTP id s10so3006526wmh.3 for ; Tue, 11 Feb 2020 03:22:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Wtxmx1nTQePTgD2SpKHT9IPXrjrxOWa846S2jzd5l7I=; b=riNbRph3UvWiZixjht50Q6wrKMVe2B4g0ab1zMIFBeapBgI5Gdq8j5BajwZil63h6X wWZC/+kpD7b9NUATqjGSmyQcin/QFIRCP0hpAqWg1xZet0teQEs9W2NujAosAyCQsKD3 t4CiT/3H692v6sn2y/yenzJZV5H5t8FRiI5GKJH/dNnGeVltBgAYmj3T28VRMEHcgniz y8wpGg3nalj0qO7jfAV3a/Uhfw/fDHYxnXEAV/FND4wBmWXZRlwcD0z7r7C13Rmcs3u7 sgs/9SZvrxh6b8FIvZRIXnbninm7Vvi4VGmKAMXepLXY/AEIM1wQVe1tfQLL1BvxCiOg WYcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Wtxmx1nTQePTgD2SpKHT9IPXrjrxOWa846S2jzd5l7I=; b=PVctwDN8DlEDeB3mK6eYKP4l8T+dvjJgB2hGI+RZR/fB/WoNs2ZwoEhgGdBflky8d3 iAz1Cdomgv7riSz9qLLT2feUBRpbUUt+HYN9m2fQbsShfhbDSLy1aFNRLxZazY2WLfWV RrioojRF5ZEo4PzyDXpbCm74n026OGLWjBeR0bKqQOmfGQHnNwF6Sttwe12f6NP4dH/G wRdl/9zY3IeY1umuL2h6wOhAWZZYmICZrp7ytd1FyZ5LuOkHTWfFIQoTZWGy5KTQJgBf Uy3l/9CRTOUog9K8cSiI+7IU+XWwGVBJk6zbGtqfCnLWD7zXMulxDgn8TXVcBsTfMJOB cqyQ== X-Gm-Message-State: APjAAAVTLu9rIRSr8f2US/BG35ZNhxplF7U8OP5lLxkiogBoZwOLqqY+ FuLMhasWVMIicAjPwO2AvMHrMD0u X-Google-Smtp-Source: APXvYqyFapv8NVO+rRoKsOz90jNTywVLgpyPb+3f99bcrT6R+X3bHE5t6Oq2pFcVPRVT6avRYAG54w== X-Received: by 2002:a1c:4e01:: with SMTP id g1mr4917367wmh.12.1581420147948; Tue, 11 Feb 2020 03:22:27 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id w26sm3219374wmi.8.2020.02.11.03.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 03:22:25 -0800 (PST) From: luca.boccassi@gmail.com To: Thomas Monjalon Cc: Bruce Richardson , dpdk stable Date: Tue, 11 Feb 2020 11:19:09 +0000 Message-Id: <20200211112216.3929-3-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200211112216.3929-1-luca.boccassi@gmail.com> References: <20200211112216.3929-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix build with python 3.8' has been queued to stable release 19.11.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/13/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 2b5e45fcf3a08f09ff1db0ff2a08927cac751295 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 9 Dec 2019 21:43:12 +0100 Subject: [PATCH] doc: fix build with python 3.8 [ upstream commit 878f99d1142d861ad9e301a461ed7a05b32b7900 ] After upgrading to python-3.8.0, a syntax mismatch is revealed: doc/guides/conf.py:240: SyntaxWarning: "is not" with a literal. Did you mean "!="? if value is not '': Removing "is not ''" seems the right thing to do. A patch may also be needed in the RTD theme package: https://github.com/readthedocs/sphinx_rtd_theme/commit/a49a812c.diff (not included in release 0.4.3) Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files") Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson --- doc/guides/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index e2b52e2df9..0892c06dec 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -237,7 +237,7 @@ def generate_overview_table(output_filename, table_id, section, table_name, titl ini_filename)) continue - if value is not '': + if value: # Get the first letter only. ini_data[ini_filename][name] = value[0] -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-11 11:17:38.998656931 +0000 +++ 0003-doc-fix-build-with-python-3.8.patch 2020-02-11 11:17:38.299999477 +0000 @@ -1,8 +1,10 @@ -From 878f99d1142d861ad9e301a461ed7a05b32b7900 Mon Sep 17 00:00:00 2001 +From 2b5e45fcf3a08f09ff1db0ff2a08927cac751295 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 9 Dec 2019 21:43:12 +0100 Subject: [PATCH] doc: fix build with python 3.8 +[ upstream commit 878f99d1142d861ad9e301a461ed7a05b32b7900 ] + After upgrading to python-3.8.0, a syntax mismatch is revealed: doc/guides/conf.py:240: SyntaxWarning: "is not" with a literal. @@ -16,7 +18,6 @@ (not included in release 0.4.3) Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files") -Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson