From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 81F9AA04C3;
	Mon, 28 Sep 2020 17:09:15 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 31E401D9B1;
	Mon, 28 Sep 2020 17:09:13 +0200 (CEST)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id E69DE1D9AD
 for <dev@dpdk.org>; Mon, 28 Sep 2020 17:09:09 +0200 (CEST)
IronPort-SDR: 7cicBJVQXcECDZTJ0Qm2vzOUfyxfaIU9u6NHpcOx1Zxd7BjtdxwerM681IXlm4R6q9eXVtgrZJ
 hHNaVPZ0NkUg==
X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="162891457"
X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="162891457"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Sep 2020 08:09:07 -0700
IronPort-SDR: WEfPa24D5AIvM2byDVVagwnZvMTthpXlXpelTBIOfQ5SwITa2fx7jx8bYS4nA0wzhBxexd1L4A
 JosHUQpxvcGw==
X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="338217029"
Received: from bricha3-mobl.ger.corp.intel.com ([10.213.192.54])
 by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 28 Sep 2020 08:09:05 -0700
Date: Mon, 28 Sep 2020 16:09:01 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Robin Jarry <robin.jarry@6wind.com>
Cc: Kevin Laatz <kevin.laatz@intel.com>, dev@dpdk.org,
 anatoly.burakov@intel.com, david.marchand@redhat.com
Message-ID: <20200928150901.GC951@bricha3-MOBL.ger.corp.intel.com>
References: <20200921120357.220588-1-kevin.laatz@intel.com>
 <20200928104328.409055-1-kevin.laatz@intel.com>
 <20200928112953.w7z2lwcrhjwxqxfr@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20200928112953.w7z2lwcrhjwxqxfr@6wind.com>
Subject: Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Mon, Sep 28, 2020 at 01:29:53PM +0200, Robin Jarry wrote:
> Hi Kevin, all,
> 
> 2020-09-28, Kevin Laatz:
> > This patch set converts all python scripts in the project to use
> > python3 only and removes all deprecation notices associated with these
> > changes. This is due to python2 being EOL in January 2020.
> > 
> > ---
> > v6:
> >   - rebased, removing conflict with make removal patchset.
> >   - added changes to buildtools/map_to_win.py
> > 
> > v7:
> >   - typo in email Cc'ing David Marchand
> >   - added maintainers for buildtools patch
> > 
> > v8:
> >   - removed unrelated cleanup
> >   - replaced integer cast with integer division operator
> 
> For all patches in the series:
> 
> Acked-by: Robin Jarry <robin.jarry@6wind.com>

Great. Looking forward to having this merged as I'm tired of seeing the
warnings from our scripts when I forget to explicitly call them using
python3!

I expect, once applied, the deprecation notice should also be removed.