Release 1.0.3: pin wirelog to v0.52.0 (floor and bundled ref) - #176
Merged
Conversation
Raise the runtime wirelog floor (MINIMUM_WIRELOG_VERSION) from 0.44.0 to 0.52.0 and move the bundled/validated wirelog ref from v0.51.0 to v0.52.0 at peeled SHA da82a14a7e1472e33aa6ed753b3bc3dfe28a68ba. Bump PyreWire to 1.0.3. - _loader.py: MINIMUM_WIRELOG_VERSION -> (0, 52, 0) - pyproject.toml / ci.yml: WIRELOG_VERSION -> v0.52.0 peeled SHA - pyproject.toml / __init__.py: version -> 1.0.3 - CHANGELOG, docs/versioning, docs/support: document the floor raise and the new bundled ref - tests: sync release metadata, changelog links, CI default, and the versioning/support contracts to the new pins
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.
Summary
Bumps PyreWire to 1.0.3 and raises the wirelog pin to v0.52.0 in both places the project tracks it:
MINIMUM_WIRELOG_VERSIONin_loader.py:0.44.0→0.52.0. The loader now rejects any libwirelog older than 0.52.0 at import time, so source installs must provide a systemlibwirelog≥ 0.52.0.WIRELOG_VERSIONinpyproject.toml(cibuildwheel) and the.github/workflows/ci.ymldefault:v0.51.0→v0.52.0at peeled tag SHAda82a14a7e1472e33aa6ed753b3bc3dfe28a68ba.Changes
src/pyrewire/__init__.py,pyproject.toml: version1.0.2→1.0.3src/pyrewire/_ffi/_loader.py:MINIMUM_WIRELOG_VERSION→(0, 52, 0)pyproject.toml(4 cibuildwheel envs) +.github/workflows/ci.ymldefault:WIRELOG_VERSION→ v0.52.0 peeled SHACHANGELOG.md: new[1.0.3]section + compare linksdocs/versioning.md: 1.0.3 compatibility row (floor raised to 0.52.0)docs/support.md: bundled v0.52.0 + minimum>= 0.52.0test_release_metadata,test_changelog_format,test_ci_workflow,test_support_matrix,test_versioning_contract(historical 1.0.1/1.0.2 SHAs frozen; added a 1.0.3 row test)Verification
Built libwirelog from the pinned v0.52.0 SHA and ran the full suite against it:
pyrewire 1.0.3 / wirelog 0.52.0imports cleanlyquickstart.md#2) is an environment-onlynumpygap unrelated to this change; CI installs.[dev]and runs it.