c2pa-python: Add version 0.37.12 - #2279
Merged
Merged
Conversation
Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com>
Contributor
|
The nightly-upgrade bot bumped docs/packages/c2pa-python.yaml to 0.37.12 but did not copy patches/c2pa-python/0.37.10/ forward, so build-c2pa-python.yml's git apply failed with "No such file or directory" before the build could start. setup.py, src/c2pa/lib.py and pyproject.toml are unchanged between v0.37.10 and v0.37.12 (the only upstream diff in that range is the c2pa-rs pin bump in c2pa-native-version.txt), and both patches still apply cleanly against the v0.37.12 tag (verified with git apply --check), so copy them unchanged to patches/c2pa-python/0.37.12/.
…pped tracking Cargo.lock)
… script The "Makefile's own" comment's raw apostrophe closed the single-quoted `bash -c '...'` string early, right there in the shell's eyes. Everything after it in that line, plus the intended cargo build command on the next line, was left as unquoted text/arguments to the outer `run:` script - which meant `cd /tmp/c2pa-rs` never affected anything past that point, and the `cargo build -p c2pa-c-ffi ...` line actually executed on the raw runner host (outside the container, in the checkout directory) instead of inside the container against the cloned c2pa-rs tree. That's exactly why every attempt failed identically with "could not find Cargo.toml" at the runner's own workspace path rather than /tmp/c2pa-rs. Reworded the comment to drop the apostrophe instead of trying to escape a literal ' inside a single-quoted bash string (the '\''-style escape works but is easy to get wrong and harder to read here).
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.
Automatically generated by the nightly
check_versions.pyrun.c2pa-python v0.37.10 -> v0.37.12
Every
- version:entry added todocs/packages/c2pa-python.yamlis built by this PR's ownbuild-c2pa-python.ymlrun; merging publishes the wheels.