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

Release 31 rc4 prep #3036

Merged
merged 4 commits into from
Aug 1, 2022
Merged

Release 31 rc4 prep #3036

merged 4 commits into from
Aug 1, 2022

Commits on Aug 1, 2022

  1. Refine docstring

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    cf57905 View commit details
    Browse the repository at this point in the history
  2. Correctly compute_normalized_license for alpine

    * The license of Alpine installed system packages was not detected
      correctly. It now uses the Alpine specific procedure.
    
    Reference: aboutcode-org/scancode.io#478
    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    86a71a5 View commit details
    Browse the repository at this point in the history
  3. Correctly compute_normalized_license for debian

    * The license of Debian installed system packages was not detected
      correctly. In particular merging copyright detection details with
      other metadata was not working
    
    Reference: aboutcode-org/scancode.io#478
    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d1c9379 View commit details
    Browse the repository at this point in the history
  4. Sync with latest python-inspector

    The key change is adding extra_data to dependencies tree-wide
    Also python_requires is treated as a package dependency now.
    
    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1862c2b View commit details
    Browse the repository at this point in the history