Juan Hernandez has uploaded a new change for review. Change subject: [WIP] Add support for Python 3 ......................................................................
[WIP] Add support for Python 3 This patch adds support for Python 3, including the following changes: * Update to generateDS.py 2.15b, as this version includes support for Python 3. * Addapt our source so that it works with Python 2 and Python 3. * Modify the RPM .spec so that it builds the Python 2 and Python 3 versions of the SDK. Change-Id: Id0ae4b0d719aee47c29b7bc232f60d556a3ea456 Bug-Url: https://bugzilla.redhat.com/1096137 Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M README.md M generator/src/main/java/org/ovirt/engine/sdk/generator/python/XsdCodegen.java M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/CollectionGetCapabilitiesTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/CollectionGetDisksTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/CollectionGetNotSearchableTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/CollectionGetSearchableTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/EntryPointHeadTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/EntryPointMethodsTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/EntryPointTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/SubCollectionGetTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/python/templates/SuperAttributesTemplate M ovirt-engine-sdk-python.spec.in M setup.py M src/ovirtsdk/api.py M src/ovirtsdk/infrastructure/brokers.py M src/ovirtsdk/infrastructure/cache.py M src/ovirtsdk/infrastructure/common.py M src/ovirtsdk/infrastructure/connectionspool.py M src/ovirtsdk/infrastructure/errors.py M src/ovirtsdk/utils/comperator.py M src/ovirtsdk/utils/ordereddict.py M src/ovirtsdk/utils/parsehelper.py M src/ovirtsdk/utils/reflectionhelper.py M src/ovirtsdk/utils/searchhelper.py M src/ovirtsdk/xml/params.py 26 files changed, 2,859 insertions(+), 979 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/95/41295/1 -- To view, visit https://gerrit.ovirt.org/41295 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id0ae4b0d719aee47c29b7bc232f60d556a3ea456 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
