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

Use all compatible versions when calculating tags. #692

Merged
merged 5 commits into from
Mar 30, 2019

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    48ca8a7 View commit details
    Browse the repository at this point in the history
  2. Use all compatible versions when calculating tags.

    Previously, we'd pass a single version to `get_supported` when we knew
    one which would lead to a single tag being generated for the abi3 case
    instead of one per previous minor version.
    
    Fixes pex-tool#539
    jsirois committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    7858f93 View commit details
    Browse the repository at this point in the history
  3. Add tests.

    jsirois committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    187580b View commit details
    Browse the repository at this point in the history
  4. Update pex/platforms.py

    Co-Authored-By: jsirois <john.sirois@gmail.com>
    Eric-Arellano and jsirois authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6dc4a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    59048b7 View commit details
    Browse the repository at this point in the history