cassandra-driver: Add version 3.30.1 - #2116
Merged
Merged
Conversation
Build-from-checkout cibuildwheel workflow mirroring datastax/python-driver-wheels' build_wheels_linux.yml, narrowed to manylinux_riscv64: the murmur3 and libev C extensions plus the eighteen Cython-generated protocol, parser and metadata modules. Upstream publishes no riscv64 wheel. libev comes from the image (libev is in Rocky 10's baseos and libev-devel in crb, so upstream's own `yum install` line works unchanged) and auditwheel bundles it into the wheel, so one patch adds its notice to the PEP 639 license-files list. Tests run upstream's tox [testenv] command against the installed wheel, with VERIFY_CYTHON=True so the Cython and numpy paths fail rather than skip, and the extension verification from the wheels repo's config.sh, since setup.py swallows every Cython failure.
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
Also caught: the merged PR's body still carried a leftover AI-attribution footer from an earlier turn - stripped it via the GitHub API.
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
… from PR #2110 json-tools-rs (#2107), fastecdsa (#2109), cvxopt (#2110), opencv-contrib-python-headless (#2111), nvtx (#2113) and bitsandbytes (#2094) were all merged by the maintainer while in-flight; .queue.yml still read in-review. Also found and stripped a leftover 'Generated by Claude Code' footer from #2110's description via the GitHub API - same issue already fixed on #2094/#2104/#2116.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cassandra-driver3.30.1Compiles the murmur3 and libev C extensions plus eighteen Cython-generated protocol, parser and metadata modules. Upstream publishes no riscv64 wheel.
Mirrors upstream's
build_wheels_linux.yml, the workflow that produces the PyPI wheels from the driver as a submodule.Differs from upstream
echo "wheel is installed".setup.pyswallows every Cython failure.Testing
tox.ini[testenv]command and deps, minuskerberos- it needs krb5 headers and only gates integration tests.geventdropped on cp314t only - it ships no free-threaded build; its reactor tests skip themselves.setuptoolsadded -pyximportneeds adistutilsto build the Cython test helpers on 3.12+.VERIFY_CYTHON=True, as the Jenkinsfile sets on its Cython legs, so the Cython and numpy tests fail instead of skipping.test_cloud.py::CloudTests::test_use_default_tempdirdeselected - it asserts aPermissionErrorfrom a mode-0544 directory, which root in the build container never gets. Fails the same way on x86_64.License: Wheel bundles the image's libev (BSD-2-Clause OR GPL-2.0-or-later) and upstream ships no notice for it, so the build adds one.
Patches
0001-Ship-the-licence-of-the-bundled-libev-in-the-wheel.patch-Upstream-Status: To upstream. Without it the wheel redistributes libev with no copyright notice. Reproduces on every architecture.Built on cp312; 619 passed, 24 skipped.