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

Some followup work on the --json PR #759

Merged
merged 10 commits into from
Jun 19, 2023
Merged

Commits on Jun 10, 2023

  1. Use Sphinx autodoc functionality for Enum values

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    b090a8c View commit details
    Browse the repository at this point in the history
  2. Use keyword arguments for ReuseInfo + minor fixes

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    b7e34da View commit details
    Browse the repository at this point in the history
  3. Remove --format option from lint

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f4306b6 View commit details
    Browse the repository at this point in the history
  4. Use ProjectReport directly in format_plain

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8e23529 View commit details
    Browse the repository at this point in the history
  5. Create copy and copy_union methods on ReuseInfo

    These should reduce repetition and hopefully reduce errors.
    
    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2f9e653 View commit details
    Browse the repository at this point in the history
  6. Preserve contributor lines in extract_spdx_info

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7db1023 View commit details
    Browse the repository at this point in the history
  7. Change copy_union to union on ReuseInfo

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c4cf026 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Rename many instances of SPDX info to REUSE info

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e35ece8 View commit details
    Browse the repository at this point in the history
  2. Remove Python 3.7 support

    I broke it during a previous commit. Because Python 3.7 is EOL in two
    weeks, I figure we can just drop it now.
    
    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9545b0a View commit details
    Browse the repository at this point in the history
  3. Add change log entry

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    becd51f View commit details
    Browse the repository at this point in the history