You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2017/11/14 19:44:27 UTC

[2/2] madlib git commit: PMML: Update the pyxb version number to 1.2.6

PMML: Update the pyxb version number to 1.2.6

Closes #198


Project: http://git-wip-us.apache.org/repos/asf/madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/b8402a2b
Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/b8402a2b
Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/b8402a2b

Branch: refs/heads/master
Commit: b8402a2b79fb2ac70c3e11173c65f9f236e70af3
Parents: 7553830
Author: Orhan Kislal <ok...@pivotal.io>
Authored: Tue Nov 14 11:43:24 2017 -0800
Committer: Orhan Kislal <ok...@pivotal.io>
Committed: Tue Nov 14 11:43:42 2017 -0800

----------------------------------------------------------------------
 src/ports/postgres/modules/pmml/binding.py_in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/b8402a2b/src/ports/postgres/modules/pmml/binding.py_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/pmml/binding.py_in b/src/ports/postgres/modules/pmml/binding.py_in
index 2e475f9..d6d1dda 100644
--- a/src/ports/postgres/modules/pmml/binding.py_in
+++ b/src/ports/postgres/modules/pmml/binding.py_in
@@ -16,7 +16,7 @@ import sys
 _GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:26e4d414-6eab-11e4-9a9d-7831c1bcb06a')
 
 # Version of PyXB used to generate the bindings
-_PyXBVersion = '1.2.4'
+_PyXBVersion = '1.2.6'
 # Generated bindings are not compatible across PyXB versions
 if pyxb.__version__ != _PyXBVersion:
     raise pyxb.PyXBVersionError(_PyXBVersion)