mbox series

[v7,00/10] adding support for python 3 only

Message ID 20200921120357.220588-1-kevin.laatz@intel.com (mailing list archive)
Headers
Series adding support for python 3 only |

Message

Kevin Laatz Sept. 21, 2020, 12:03 p.m. UTC
  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

Kevin Laatz (3):
  app/test-cmdline: support python3 only
  app/test: support python3 only
  buildtools: support python3 only

Louise Kilheeney (7):
  usertools/dpdk-telemetry-client: support python3 only
  usertools/dpdk-devbind: support python3 only
  usertools/dpdk-pmdinfo: support python3 only
  usertools/cpu_layout: support python3 only
  devtools: support python3 only
  config/arm: support python3 only
  app/test-bbdev: support python3 only

 app/test-bbdev/test-bbdev.py          |  7 +------
 app/test-cmdline/cmdline_test.py      |  9 ++-------
 app/test-cmdline/cmdline_test_data.py |  1 +
 app/test/autotest.py                  |  7 +------
 app/test/autotest_data.py             |  1 +
 app/test/autotest_runner.py           | 21 ++++++++-------------
 app/test/autotest_test_funcs.py       |  1 +
 buildtools/map_to_win.py              |  3 +--
 config/arm/armv8_machine.py           |  2 +-
 devtools/update_version_map_abi.py    |  7 +------
 usertools/cpu_layout.py               | 13 ++-----------
 usertools/dpdk-devbind.py             | 22 ++++------------------
 usertools/dpdk-pmdinfo.py             |  7 +------
 usertools/dpdk-telemetry-client.py    | 20 ++++----------------
 14 files changed, 29 insertions(+), 92 deletions(-)