| Age | Commit message (Collapse) | Author | Files | Lines |
|
SBo convention does not list sub-deps; flit_core is pulled in by
python3-installer. Per maintainer fourtysixandtwo.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
8.4.2 builds via python3 -m flit_core.wheel, which needs flit_core
present. On 15.0 stable flit_core is an SBo package (python3-flit_core);
on -current it is in the distro. REQUIRES only listed python3-installer,
so sbo-batch-test lacked the flit backend.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Upstream 8.4.2 dropped CHANGES.rst and converted docs/*.rst to markdown.
The old cp list failed on the missing paths and was masked with || true,
which silently shipped incomplete docs. Copy the files 8.4.2 actually has
(LICENSE.txt, README.md, docs/*.md) and drop the || true mask.
|
|
|
|
|