Skip to content

soundfile: Add version 0.14.0 - #2049

Draft
github-actions[bot] wants to merge 3 commits into
mainfrom
github-actions/nightly-upgrade/soundfile
Draft

github-actions[bot] wants to merge 3 commits into
mainfrom
github-actions/nightly-upgrade/soundfile

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automatically generated by the nightly check_versions.py run.

soundfile v0.13.1 -> v0.14.0

Every - version: entry added to docs/packages/soundfile.yaml is built by this PR's own build-soundfile.yml run; merging publishes the wheels.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@luhenry luhenry closed this Sep 17, 2026
@luhenry luhenry reopened this Sep 17, 2026
@luhenry luhenry closed this Sep 18, 2026
@luhenry luhenry reopened this Sep 18, 2026
Migrated from the GitLab wheel_builder: no riscv64 libsndfile exists, so it
is built from source against the image's codecs and bundled, with their
sources published alongside. Only the manylinux tag patch is carried; 0.14.0
ships the licensing one itself.
@github-actions

github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor Author
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://riseproject-dev.github.io/python-wheels/pr-preview/pr-2049/

Built to branch gh-pages at 2026-09-18 15:29 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

The manylinux_2_39_riscv64 image's cmake (3.31.8) enforces CMake 4's
removal of policy compatibility below 3.5. libsndfile 1.2.2's
CMakeLists.txt declares a minimum below that floor, so the configure
step failed with "Compatibility with CMake < 3.5 has been removed
from CMake." (CLAUDE.md gotcha 207). Add
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the configure line to unblock
it; it is a no-op for anything already declaring 3.5+.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011RwtHNpuiuiCk4MstTLu8m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant