-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/pepsRelated to PEP support/complianceRelated to PEP support/compliancekind/featureFeature requests/implementationsFeature requests/implementations
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
PyPI and pip recently added support for "yanked" releases (PEP-592).
We should add support for it in Poetry as well.
This should be handled in two places:
- In the
PyPiRepositoryclass: the PyPI JSON API provides ayankedproperty at the release level that we can use to flag a file as yanked. - In the
LegacyRepositoryclass: this one should follow the PEP to retrieve the "yanked" information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/pepsRelated to PEP support/complianceRelated to PEP support/compliancekind/featureFeature requests/implementationsFeature requests/implementations