-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note issues with Provides-Dist and Obsoletes-Dist (#513)
The design of Provides-Dist and Obsoletes-Dist was lifted pretty much directly from the design of Linux system package managers, without accounting for the fact that Linux distro repos are collaboratively maintained curated collections of packages with the ability to make repository wide changes, while PyPI is an open publishing platform with few practical restrictions other than size quotas and the default first-come-first-served policy on claiming names. As a result, tools generally don't pay any attention to them, and hence there also isn't much reason for package publishers to bother setting them.
- Loading branch information
Showing
1 changed file
with
85 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters