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
The following commit(s) were added to refs/heads/cassandra-4.0 by this push: new 8c8d9b8 Remove obsolete 'cql' dependency 8c8d9b8 is described below commit 8c8d9b8e5743825c47c7743c7bbfd062533e1602 Author: Brad Schoening <5796692+bschoen...@users.noreply.github.com> AuthorDate: Sun Jan 9 21:42:43 2022 -0500 Remove obsolete 'cql' dependency Patch by Brad Schoening; reviewed by brandonwilliams and bereng for CASSANDRA-17247 --- CHANGES.txt | 1 + pylib/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6492096..c176a47 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.0.2 + * Removed unused 'cql' dependency (CASSANDRA-17247) * Don't block gossip when clearing repair snapshots (CASSANDRA-17168) * Deduplicate warnings for deprecated parameters (changed names) (CASSANDRA-17160) * Update ant-junit to version 1.10.12 (CASSANDRA-17218) diff --git a/pylib/requirements.txt b/pylib/requirements.txt index 45efb5e..8dd527e 100644 --- a/pylib/requirements.txt +++ b/pylib/requirements.txt @@ -7,7 +7,6 @@ six>=1.12.0 # Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases. -e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm coverage -cql decorator docopt enum34 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org