[ovs-git] [openvswitch/ovs] e23812: Increase prerequisite from Python 2.4 to Python 2....

GitHub noreply at github.com
Tue Jun 23 18:09:08 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e23812fc60afd7d4708c5e1fae72c0539a90b8ce
      https://github.com/openvswitch/ovs/commit/e23812fc60afd7d4708c5e1fae72c0539a90b8ce
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M COPYING
    M INSTALL.XenServer.md
    M INSTALL.md
    M Makefile.am
    M NEWS
    M configure.ac
    M debian/control
    M debian/copyright.in
    M debian/openvswitch-test.install
    M debian/python-openvswitch.install
    M m4/openvswitch.m4
    R python/compat/argparse.py
    R python/compat/automake.mk
    R python/compat/uuid.py
    M python/ovs/poller.py
    M rhel/openvswitch-fedora.spec.in
    M rhel/openvswitch.spec.in
    M tests/atlocal.in
    M xenserver/openvswitch-xen.spec.in

  Log Message:
  -----------
  Increase prerequisite from Python 2.4 to Python 2.7.

This means that users of XenServer 6.5 and earlier will need to install
Python 2.7.

Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: ab70cd304210ef226fe7fc98e8fb322ec8040594
      https://github.com/openvswitch/ovs/commit/ab70cd304210ef226fe7fc98e8fb322ec8040594
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M lib/automake.mk
    M ovsdb/automake.mk
    M python/automake.mk

  Log Message:
  -----------
  Makefiles: Stop distributing files because building them requires Python.

A long time ago, the Open vSwitch build did not depend on Python (whereas
the runtime did), so the "make dist" based distribution included the
results of Python build tools.  Later, the build began using Python,
but the distribution still included some of those results, because no one
had gone to the trouble of changing them.  This commit changes the
Makefiles not to distribute Python-generated files but instead to just
generate them at build time.

Signed-off-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/7102846b867c...ab70cd304210


More information about the git mailing list