You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/11/29 22:01:59 UTC

[1/2] incubator-beam git commit: Closes #1453

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk ad4dc87a4 -> 5ce75a2ea


Closes #1453


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5ce75a2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5ce75a2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/5ce75a2e

Branch: refs/heads/python-sdk
Commit: 5ce75a2eae31dbab4d07d301716b4d7e3218b8b9
Parents: ad4dc87 6c8c17a
Author: Dan Halperin <dh...@google.com>
Authored: Tue Nov 29 14:01:50 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Nov 29 14:01:50 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] incubator-beam git commit: Update googledatastore version

Posted by dh...@apache.org.
Update googledatastore version


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6c8c17a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/6c8c17a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/6c8c17a1

Branch: refs/heads/python-sdk
Commit: 6c8c17a1c1977ed69860d25dc8ab45640e7a1c53
Parents: ad4dc87
Author: Vikas Kedigehalli <vi...@google.com>
Authored: Tue Nov 29 09:54:00 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Nov 29 14:01:50 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6c8c17a1/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 525f59c..add6dc0 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -87,7 +87,7 @@ REQUIRED_PACKAGES = [
     'avro>=1.7.7,<2.0.0',
     'dill>=0.2.5,<0.3',
     'google-apitools>=0.5.2,<1.0.0',
-    'googledatastore==6.4.0',
+    'googledatastore>=6.4.1,<7.0.0',
     'httplib2>=0.8,<0.10',
     'mock>=1.0.1,<3.0.0',
     'oauth2client>=2.0.1,<4.0.0',