-
Notifications
You must be signed in to change notification settings - Fork 580
Added cassandra-driver package to SPECS-EXTENDED #13937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7d21cc8
to
82f9d64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buddy build✅. As the package doesn't have the check section, please verify once the functionality of package after installation, for e.g., https://docs.datastax.com/en/developer/python-driver/3.29/getting_started/index.html
%description | ||
A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (2.1+) | ||
using exclusively Cassandra's binary protocol and Cassandra Query Language v3. The driver | ||
supports Python 3.3, 3.4, 3.5, and 3.6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Azure Linux has higher python version, we can modify documentation to reflect the support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
|
||
Summary: A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (2.1+) | ||
Name: %{srcname} | ||
Version: 3.25.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version is 3.29, is there any reason to use older one? The older release happened on March 18, 2021 which is very old provided that newer version is available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
customer has asked 3.25.0 for cassandra-driver. So added that version
To verify functionality of cassandra-driver, following script I tried from the DataStax Python Driver - Getting Started.
|
82f9d64
to
0df78bd
Compare
a0c0ef7
to
bf24655
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buddy build✅. Package installs fine with dependencies. Working is verified by developer. LGTM.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Added cassandra-driver package to SPECS-EXTENDED
Change Log
-python-cassandra-driver.spec
-python-cassandra-driver.signatures.json
-cgmanifest.json
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology