Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ change, and is absent from **0.2.2** onward. Verified against the published
artefact rather than the working tree: `cvx_quadprog-0.2.2.tar.gz` contains 16
files -- the three source modules, four test files, `pytest.ini`, `LICENSE`,
`PROVENANCE.md`, `README.md`, `CHANGELOG.md`, `pyproject.toml`, `.gitignore` and
`PKG-INFO` -- and no `test_reference.py`. 0.2.1 remains on PyPI and still carries
it; anyone auditing that specific artefact should know what they are looking at.
`PKG-INFO` -- and no `test_reference.py`.

0.2.1 has since been **yanked**, with `GPL-derived test` as the stated reason, so
no resolver will select it. Yanking is not deletion, and the distinction is the
point of recording it here: the artefact is still on PyPI and an exact pin
Comment on lines +70 to +72
(`cvx-quadprog==0.2.1`) still installs it, so anyone auditing that specific file
should know what is in it.

## The GPL dependency

Expand Down