You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/04/10 22:18:49 UTC

[1/2] beam git commit: Upgrade dependencies.

Repository: beam
Updated Branches:
  refs/heads/master 8afa62398 -> 1c7a974ab


Upgrade dependencies.

Minor version changes to use latest versions of
avro, pyyaml, google-apitools, googledatastore.


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

Branch: refs/heads/master
Commit: 11a3af8474998bd2b874cfeede82f353999ae3e3
Parents: 8afa623
Author: Ahmet Altay <al...@google.com>
Authored: Mon Apr 10 14:13:00 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Apr 10 15:18:33 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/11a3af84/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 4e1c67d..6c3f426 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -87,14 +87,14 @@ else:
 
 
 REQUIRED_PACKAGES = [
-    'avro>=1.7.7,<2.0.0',
+    'avro>=1.8.1,<2.0.0',
     'crcmod>=1.7,<2.0',
     'dill==0.2.6',
     'httplib2>=0.8,<0.10',
     'mock>=1.0.1,<3.0.0',
     'oauth2client>=2.0.1,<4.0.0',
     'protobuf==3.2.0',
-    'pyyaml>=3.10,<4.0.0',
+    'pyyaml>=3.12,<4.0.0',
     ]
 
 REQUIRED_TEST_PACKAGES = [
@@ -102,9 +102,9 @@ REQUIRED_TEST_PACKAGES = [
     ]
 
 GCP_REQUIREMENTS = [
-  'google-apitools>=0.5.6,<1.0.0',
+  'google-apitools>=0.5.8,<1.0.0',
   'proto-google-cloud-datastore-v1==0.90.0',
-  'googledatastore==7.0.0',
+  'googledatastore==7.0.1',
   # GCP packages required by tests
   'google-cloud-bigquery>=0.23.0,<0.24.0',
 ]


[2/2] beam git commit: This closes #2484

Posted by al...@apache.org.
This closes #2484


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

Branch: refs/heads/master
Commit: 1c7a974ab00b8f4a8c089520aeb15ec29e128977
Parents: 8afa623 11a3af8
Author: Ahmet Altay <al...@google.com>
Authored: Mon Apr 10 15:18:37 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Apr 10 15:18:37 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------