From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 7B3DBA3 for ; Wed, 20 Feb 2019 09:57:04 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x1K8v0GN008731; Wed, 20 Feb 2019 17:57:00 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id B9378EA8289; Wed, 20 Feb 2019 17:57:00 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id A1B35EA8268; Wed, 20 Feb 2019 17:57:00 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 20 Feb 2019 17:54:40 +0900 Message-Id: <1550652883-2530-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/3] Remove Python2 support X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2019 08:57:05 -0000 From: Yasufumi Ogawa Hi all, SPP supports both of Python2 and 3, but it might sometimes confuse users and make maintainance hard a little. Considering reasons listed here, remove Python2 support. * SPP CLI support both of python2 and 3, but spp-ctl does not support python2. * Include all of required packages in `requirements.txt` for python3. * Python2 will not be maintained after 2020. Thanks, Yasufumi Yasufumi Ogawa (3): controller: remove python2 support project: update requirements.txt for pip3 docs: remove python2 and pip instructions docs/guides/commands/experimental.rst | 31 ++++++++++++++++----------- docs/guides/gsg/install.rst | 30 ++++++++++++++------------ docs/guides/gsg/setup.rst | 8 ++----- requirements.txt | 9 ++++++++ src/controller/commands/pri.py | 2 -- src/controller/plugins/hello.py | 2 +- src/controller/shell.py | 2 -- src/controller/shell_lib/common.py | 2 +- src/controller/spp.py | 4 +--- src/controller/spp_common.py | 2 +- src/controller/spp_ctl_client.py | 2 +- src/controller/websocket/spp_ws.py | 2 +- src/spp.py | 3 +-- 13 files changed, 52 insertions(+), 47 deletions(-) -- 2.17.1