[cassandra] 05/05: Upgrade cython

2023-01-20 Thread brandonwilliams
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 5086b7d0a7378fa6648d85900776e336a765361c
Author: Brandon Williams 
AuthorDate: Tue Jan 17 14:18:56 2023 -0600

Upgrade cython

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
---
 pylib/cassandra-cqlsh-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh
index ebdba4efaa..ad6ae75368 100755
--- a/pylib/cassandra-cqlsh-tests.sh
+++ b/pylib/cassandra-cqlsh-tests.sh
@@ -81,7 +81,7 @@ pip freeze
 
 if [ "$cython" = "yes" ]; then
 TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
-pip install "Cython>=0.27.2,<0.28"
+pip install "Cython>=0.29.15,<3.0"
 cd pylib/; python setup.py build_ext --inplace
 cd ${WORKSPACE}
 else


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra] 05/05: Upgrade cython

2023-01-20 Thread brandonwilliams
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit b43293e200dd95c98bfb3ee436fe05bb18da114f
Author: Brandon Williams 
AuthorDate: Tue Jan 17 14:18:56 2023 -0600

Upgrade cython

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
---
 pylib/cassandra-cqlsh-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh
index f039ba8cf8..b2d2c500ae 100755
--- a/pylib/cassandra-cqlsh-tests.sh
+++ b/pylib/cassandra-cqlsh-tests.sh
@@ -89,7 +89,7 @@ pip freeze
 
 if [ "$cython" = "yes" ]; then
 TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
-pip install "Cython>=0.27.2,<0.28"
+pip install "Cython>=0.29.15,<3.0"
 cd pylib/; python setup.py build_ext --inplace
 cd ${WORKSPACE}
 else


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org