Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note issues with Provides-Dist and Obsoletes-Dist #513

Merged
merged 3 commits into from
May 29, 2018

Commits on May 27, 2018

  1. Note issues with Provides-Dist and Obsoletes-Dist

    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.
    ncoghlan authored May 27, 2018
    Configuration menu
    Copy the full SHA
    2c8c44e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Private use only fields -> Rarely used fields

    Paul Ganssle made a good case that it's better to be
    descriptive regarding Provides-Dist and Obsoletes-Dist
    (it's a matter of objective fact that they're rarely used, and
    installers ignore them completely), rather than attempting
    to be retroactively prescriptive.
    ncoghlan authored May 29, 2018
    Configuration menu
    Copy the full SHA
    eb8c260 View commit details
    Browse the repository at this point in the history
  2. Remove stray parenthesis

    ncoghlan authored May 29, 2018
    Configuration menu
    Copy the full SHA
    a756841 View commit details
    Browse the repository at this point in the history