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

feat(python): parse licenses from dist-info folder #4724

Merged
merged 20 commits into from
Jan 4, 2024

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    efc18de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b47b7 View commit details
    Browse the repository at this point in the history
  3. fix path

    nikpivkin committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4b0d50c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

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

Commits on Jul 14, 2023

  1. use the path to the license

    nikpivkin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9f3e026 View commit details
    Browse the repository at this point in the history
  2. don't use strings.CutPrefix

    nikpivkin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b048c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea349cd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. add comments

    nikpivkin committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cbe96de View commit details
    Browse the repository at this point in the history
  2. fix required fn

    nikpivkin committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    49542f5 View commit details
    Browse the repository at this point in the history
  3. fxi lint error

    nikpivkin committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ab1d738 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85b2827 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix typo

    nikpivkin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    558fe22 View commit details
    Browse the repository at this point in the history
  2. fix after review

    nikpivkin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f008ed8 View commit details
    Browse the repository at this point in the history
  3. fix test

    nikpivkin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fd009ba View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix path

    nikpivkin committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    345c8db View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ba52275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec88a8e View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7757479 View commit details
    Browse the repository at this point in the history
  4. refactor: fix lint issues

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    55d0542 View commit details
    Browse the repository at this point in the history