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

Fix get_python_constraint_from_marker #347

Merged

Commits on May 8, 2022

  1. markers: new function "dnf" to transform a marker into its disjunctiv…

    …e normal form (DNF)
    
    This is useful when extracting a python_constraint from a marker.
    radoering committed May 8, 2022
    Configuration menu
    Copy the full SHA
    45684c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905873d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7e15f View commit details
    Browse the repository at this point in the history
  4. packages: fix get_python_constraint_from_marker via convert_markers f…

    …or markers which are not in disjunctive normal form (DNF)
    radoering committed May 8, 2022
    Configuration menu
    Copy the full SHA
    6c9f661 View commit details
    Browse the repository at this point in the history
  5. packages: increase test coverage for get_python_constraint_from_marke…

    …r and fix for versions with ".*"
    radoering committed May 8, 2022
    Configuration menu
    Copy the full SHA
    17169c6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. packages: fix get_python_constraint_from_marker via convert_markers f…

    …or markers whose disjunctive normal form (DNF) contains a group without marker name "python_version"
    
    By the way, convert_markers() was simplified significantly. That was possible because markers are converted to DNF before conversion.
    radoering committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d0de50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1183112 View commit details
    Browse the repository at this point in the history