You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2017/11/15 01:43:19 UTC

[1/2] beam git commit: Closes #4132

Repository: beam
Updated Branches:
  refs/heads/master 4ddfc5844 -> 9f780c960


Closes #4132


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

Branch: refs/heads/master
Commit: 9f780c960d5343d7609dcb72563d5c2b186a6ae5
Parents: 4ddfc58 0f73808
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Tue Nov 14 17:43:12 2017 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Tue Nov 14 17:43:12 2017 -0800

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



[2/2] beam git commit: Update minimum cython version to 0.26.1

Posted by ro...@apache.org.
Update minimum cython version to 0.26.1

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

Branch: refs/heads/master
Commit: 0f7380871c114cbf4f8dfdffd8c5ffc6bf869284
Parents: 4ddfc58
Author: Ahmet Altay <aa...@gmail.com>
Authored: Tue Nov 14 14:30:11 2017 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Tue Nov 14 17:43:12 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/0f738087/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 46f4f8a..e83a490 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -68,7 +68,7 @@ if StrictVersion(_PIP_VERSION) < StrictVersion(REQUIRED_PIP_VERSION):
   )
 
 
-REQUIRED_CYTHON_VERSION = '0.23.2'
+REQUIRED_CYTHON_VERSION = '0.26.1'
 try:
   _CYTHON_VERSION = get_distribution('cython').version
   if StrictVersion(_CYTHON_VERSION) < StrictVersion(REQUIRED_CYTHON_VERSION):