Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spdx/tools-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0rc1
Choose a base ref
...
head repository: spdx/tools-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0rc2
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Jul 11, 2023

  1. Add GH workflow to generate API docs and deploy them to GH Pages

    Signed-off-by: Holger Frydrych <holger.frydrych@tngtech.com>
    fholger authored and armintaenzertng committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c98b3e4 View commit details
    Browse the repository at this point in the history
  2. [issue-713] add link to API doc in the README

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    de51774 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #725 from armintaenzertng/addLinkToAPIdoc

    [issue-713] add link to API doc in the README
    fholger authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    30af851 View commit details
    Browse the repository at this point in the history
  4. [issue-721] update Actor regex and parsing

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    17602fc View commit details
    Browse the repository at this point in the history
  5. [issue-722] add calculate_package_verification_code()

    also add calculate_file_checksum(), as this is needed by the package verification code
    
    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f9efcac View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #723 from armintaenzertng/addVerificationCodeCalcu…

    …lator
    
    [issue-722] add `calculate_package_verification_code()`
    fholger authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    cba5db5 View commit details
    Browse the repository at this point in the history
  2. SPDX3: rename ProfileIdentifier to ProfileIdentifierType to be consis…

    …tent with the naming in the spec
    
    Signed-off-by: Holger Frydrych <holger.frydrych@tngtech.com>
    fholger committed Jul 12, 2023
    1 Configuration menu
    Copy the full SHA
    8e8a246 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #727 from fholger/profile_identifier

    SPDX3: rename ProfileIdentifier to ProfileIdentifierType
    fholger authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c62cead View commit details
    Browse the repository at this point in the history
  4. [issue-722] change return type of calculate_package_verification_code…

    …() to PackageVerificationCode
    
    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9b8183e View commit details
    Browse the repository at this point in the history
Loading