These patches originated in my Python 3 patch series, but seemed like a
reasonable set to split out before revisiting a v2 of the Python 3 series.

These patches integrate running of the 'flake8' tool into the build process.
They resolve several Python style issues, and a few real bugs.

Russell Bryant (11):
  python: Run flake8 at build time.
  python: Remove unused imports and variables.
  python: Fix invalid varable/function references.
  python: Resolve pep8 blank line errors.
  python: Resolve pep8 comparison errors.
  python: Restrict line length to 79 chars.
  python: Fix several pep8 whitespace errors.
  python: Resolve a deprecation warning.
  python: Remove unnecessary semicolons and slashes.
  python: Inherit from object.
  python: Add missing Apache License headers.

 Makefile.am                                        | 16 +++++
 configure.ac                                       |  1 +
 debian/automake.mk                                 |  3 +
 debian/ovs-monitor-ipsec                           |  5 +-
 m4/openvswitch.m4                                  | 12 ++++
 ofproto/automake.mk                                |  2 +
 ofproto/ipfix-gen-entities                         |  3 +
 python/automake.mk                                 |  7 ++
 python/build/nroff.py                              | 28 ++++++--
 python/ovs/daemon.py                               |  2 -
 python/ovs/db/idl.py                               | 12 ++--
 python/ovs/db/parser.py                            |  2 +-
 python/ovs/db/schema.py                            | 10 +--
 python/ovs/dirs.py                                 | 22 +++++--
 python/ovs/json.py                                 |  4 +-
 python/ovs/jsonrpc.py                              |  8 +--
 python/ovs/poller.py                               |  1 +
 python/ovs/socket_util.py                          | 19 +++---
 python/ovs/stream.py                               |  4 +-
 python/ovs/timeval.py                              |  3 +
 python/ovs/unixctl/__init__.py                     |  1 +
 python/ovs/unixctl/client.py                       |  2 -
 python/ovs/unixctl/server.py                       |  1 +
 python/ovs/vlog.py                                 |  4 +-
 python/ovstest/args.py                             |  2 +
 python/ovstest/tests.py                            | 13 +++-
 python/ovstest/udp.py                              |  2 +-
 python/ovstest/util.py                             | 12 ++--
 python/ovstest/vswitch.py                          |  4 +-
 tests/MockXenAPI.py                                |  3 +
 tests/automake.mk                                  |  2 +
 tests/test-daemon.py                               |  1 -
 tests/test-jsonrpc.py                              |  4 +-
 tests/test-l7.py                                   |  2 +-
 tests/test-ovsdb.py                                | 34 +++++-----
 tests/test-reconnect.py                            |  4 +-
 tests/test-unix-socket.py                          |  2 +
 tests/test-unixctl.py                              |  3 +-
 utilities/automake.mk                              |  2 +
 utilities/ovs-pcap.in                              |  3 +
 vtep/automake.mk                                   |  2 +
 vtep/ovs-vtep                                      | 75 +++++++++++++---------
 xenserver/automake.mk                              |  3 +
 .../usr_share_openvswitch_scripts_ovs-xapi-sync    |  9 +--
 44 files changed, 239 insertions(+), 115 deletions(-)

-- 
2.5.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to