PPPSYS-56851 Refresh packaging and CI (uv, Python 3.10+, Ubuntu 26.04)#35
Draft
DareYouS wants to merge 8 commits into
Draft
PPPSYS-56851 Refresh packaging and CI (uv, Python 3.10+, Ubuntu 26.04)#35DareYouS wants to merge 8 commits into
DareYouS wants to merge 8 commits into
Conversation
…621 license metadata
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.
Ticket
PPPSYS-56851
Summary
pyproject.toml), setuptools build backend, and a committeduv.lock; PyPI release path usesuv publish(see release workflow).import_logs.py, README, CHANGELOG) and expanded CI to 3.10–3.14 onubuntu-26.04runners with updated checkout/setup-python actions where applicable..deb.Why
Older tooling (Poetry layout, EOL Python versions in CI, focal-era Docker and blobfuse) had drifted and broken against current runners and dependencies. This brings packaging, CI, and the container image in line with maintained stacks so builds and releases stay reliable.
Changes
pyproject.toml:[project]metadata,requires-python >= 3.10, setuptools backend,[tool.uv]/package = true; removed Poetry sections; package name normalized for PyPI-style distribution.poetry.lock; addeduv.lock;MANIFEST.in/setup.pytouched as needed for the setuptools layout.runs-on: ubuntu-26.04across lint/test/package/release.CHANGELOG.mdandREADME.md: document Python 3.10+ and the uv migration.Dockerfile:ubuntu:26.04, non-interactive apt, blobfuse2 install by architecture.Test plan
ubuntu-26.04).cd tests && PYTEST_SESSION=1 pytest(or your team’s standard command) on one Python (e.g. 3.12).docker buildfor the updated Dockerfile on amd64 (and arm64 if you ship multi-arch).Risks / rollout notes
blobfusemust move toblobfuse2(binary and configuration differ from v1).