You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2019/12/11 19:17:10 UTC

[kudu] branch master updated: [python] Bump Cython version

This is an automated email from the ASF dual-hosted git repository.

abukor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a0cd33  [python] Bump Cython version
1a0cd33 is described below

commit 1a0cd330b7ffff61b05848ad005e1c740446997b
Author: Attila Bukor <ab...@apache.org>
AuthorDate: Tue Dec 10 17:20:46 2019 -0800

    [python] Bump Cython version
    
    Build with Cython 0.25.2 fails on Python 3.7.5, 0.27.2 fails with a
    different error.
    
    In some other project the fix was to upgrade to 0.29.2 which worked, but
    decided to use latest 0.29 as there are lots of bug fixes which may or
    may not be useful.
    
    Change-Id: Ida81e06917c0f12619fe53764026bc1764027e22
    Reviewed-on: http://gerrit.cloudera.org:8080/14883
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 python/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/requirements.txt b/python/requirements.txt
index 5b6cbc1..6a5ff3c 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -8,7 +8,7 @@ pytest >=2.8,<3.3
 # See https://pypi.org/project/pytest-timeout/#id5 for more details.
 pytest-timeout >=1.1.0,<1.2.1
 
-cython ==0.26.1
+cython ==0.29.14
 six
 unittest2
 pytz