uv/crates/pypi-types
konsti bacf1dc911
Filter out yanked files (#413)
Implement two behaviors for yanked versions:

* During `pip-compile`, yanked versions are filtered out entirely, we
currently treat them is if they don't exist. This is leads to confusing
error messages because a version that does exist seems to have suddenly
disappeared.
* During `pip-sync`, we warn when we fetch a remote distribution and it
has been yanked. We currently don't warn on cached or installed
distributions that have been yanked.
2023-11-13 20:58:50 +00:00
..
src Filter out yanked files (#413) 2023-11-13 20:58:50 +00:00
Cargo.toml Split puffin-package into requirements.txt parser and pypi-types (#341) 2023-11-06 18:19:49 +00:00