Add support for yanked files from a repository (PEP 592) #6633
Labels
auto-locked
Outdated issues that have been locked by automation
C: dependency resolution
About choosing which dependencies to install
C: download
About fetching data from PyPI and other sources
help wanted
For requesting inputs from other members of the community
PEP implementation
Involves some PEP
type: feature request
Request for a new feature
What's the problem this feature will solve?
To quote PEP 592:
Describe the solution you'd like
Have pip respect yanking in the PyPI/Warehouse API.
Additional context
Support for PEP 592 -- Adding "Yank" Support to the Simple API will affect which packages get chosen. This will therefore affect the pip resolver, but does not have to wait for the new resolver rewrite (#988 @pradyunsg).
@dstufft is currently working on the PyPI side in pypi/warehouse#5838 . There's an opportunity for someone to help by working on pip support; not sure whether Donald's working on it and/or whether this feature is blocked on the Warehouse API getting into better shape.
The text was updated successfully, but these errors were encountered: