Skip to content

pikepdf: Add version 10.14.0 - #2392

Merged
luhenry merged 2 commits into
mainfrom
github-actions/nightly-upgrade/pikepdf
Sep 27, 2026
Merged

luhenry merged 2 commits into
mainfrom
github-actions/nightly-upgrade/pikepdf

Conversation

@riseproject-dev

Copy link
Copy Markdown
Contributor

Automatically generated by the nightly check_versions.py run.

pikepdf v10.13.0.post1 -> v10.14.0

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

Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com>
@riseproject-dev
riseproject-dev Bot requested a review from luhenry September 27, 2026 07:41
@github-actions

github-actions Bot commented Sep 27, 2026 •

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

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

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

pikepdf 10.14.0 raised QPDF_VERSION/QPDF_MIN_VERSION to 12.4.1 and binds
qpdf_param_e entries (tiff_max_memory, ...) that 12.3.2 lacks, so the
hardcoded 12.3.2 in CIBW_ENVIRONMENT broke every wheel. Take the values
from the checked-out pyproject.toml so each version builds against the
qpdf it pins.
@luhenry
luhenry marked this pull request as ready for review September 27, 2026 10:03

luhenry commented Sep 27, 2026

Copy link
Copy Markdown
Member

pikepdf 10.14.0 raised QPDF_VERSION/QPDF_MIN_VERSION in its [tool.cibuildwheel.environment] from 12.3.2 to 12.4.1. src/core/pikepdf.cpp now binds qpdf_param_e entries that 12.3.2 doesn't have (tiff_max_memory, dct_max_memory, flate_max_memory, ...), and all four wheels failed to compile on them. Our workflow had 12.3.2 hardcoded in CIBW_ENVIRONMENT. We have to restate those keys there (gotcha 107), and the hardcoded value kept the old qpdf.

Fix (fbfb969): a step reads the three QPDF_* keys from the checked-out pyproject.toml into $GITHUB_ENV, and CIBW_ENVIRONMENT uses them. Each pikepdf version now builds against the qpdf it pins, so the next qpdf bump won't need a workflow change. The qpdf recipe itself (build-scripts/posix-build-wheel-deps.bash) needed no change.

Run 36308527566: the log shows qpdf-12.4.1.tar.gz fetched in before-all. All four wheels built and passed tests (cp312: 3938 passed, 65 skipped). The publish dry run passed.


Generated by Claude Code

@luhenry
luhenry merged commit 069080d into main Sep 27, 2026
12 checks passed
@luhenry
luhenry deleted the github-actions/nightly-upgrade/pikepdf branch September 27, 2026 16:08
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