8000 Comparing v0.8.0...v0.8.1 · spdx/tools-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two 10000 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.0
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.1
Choose a head ref
  • 9 commits
  • 27 files changed
  • 3 contributors

Commits on Jul 25, 2023

  1. add SPDX tech mailing list link to README

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f15a64f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. make relationship parsing to be more efficient through precomputation

    Signed-off-by: Brandon Lum <lumjjb@gmail.com>
    lumjjb authored and armintaenzertng committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    eab5db9 View commit details
    Browse the repository at this point in the history
  2. fix test to correctly use assumption of no comments in relationships

    Signed-off-by: Brandon Lum <lumjjb@gmail.com>
    lumjjb authored and armintaenzertng committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    32e3d2d View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    Signed-off-by: Brandon Lum <lumjjb@gmail.com>
    lumjjb authored and armintaenzertng committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3f1c62f View commit details
    Browse the repository at this point in the history
  4. fix additional lint errors in tests

    Signed-off-by: Brandon Lum <lumjjb@gmail.com>
    lumjjb authored and armintaenzertng committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ee95e60 View commit details
    Browse the repository at this point in the history
  5. expand url regex to allow for userinfo

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored and armintaenzertng committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1ecc6f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. instantiate get_spdx_licensing() in a singleton module

    this getter takes quite some time and should be called as few times as possible
    
    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ca72624 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. [issue-744] implement validation of external license references

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    85b480a View commit details
    Browse the repository at this point in the history
  2. update changelog for 0.8.1

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Aug 24, 2023
    Config 5289 uration menu
    Copy the full SHA
    777bd27 View commit details
    Browse the repository at this point in the history
Loading
0