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

Skip to content
Permalink

Comparing changes

Choose 10000 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.1
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.2
Choose a head ref
  • 12 commits
  • 34 files changed
  • 5 contributors

Commits on Sep 8, 2023

  1. add encoding parameter for parsing files

    Signed-off-by: Christian Decker <christian.decker@homag.com>
    Christian Decker authored and armintaenzertng committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    44196ef View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. [issue-754] output FilesAnalyzed boolean in lowercase in tag-value

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b97cba3 View commit details
    Browse the repository at this point in the history
  2. [issue-753] only allow lowercase values for FilesAnalyzed in tag-value

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3d3100a View commit details
    Browse the repository at this point in the history
  3. implement recommended UTF-8 encoding for reading and writing SPDX files

    Signed-off-by: Christian Decker <christian.decker@homag.com>
    Christian Decker committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1584b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix(validation): also allow URLs in download locations

    fix #761
    fix #762
    
    Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
    maxhbr authored and armintaenzertng committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ed9a135 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    e8ae39d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #759 from HomagGroup/feature/encoding_compliance

    implement recommended UTF-8 encoding for reading and writing SPDX files
    maxhbr authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e08e4d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix(validation): fix error generation in expression validator

    Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
    maxhbr authored and armintaenzertng committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    40d1d8e View commit details
    Browse the repository at this point in the history
  2. add documentation about the code architecture

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

Commits on Oct 12, 2023

  1. Handle timezone-aware datetime objects when writing SPDX.

    Fixes #766.
    
    Signed-off-by: Jeff Licquia <jeff@licquia.org>
    Jeff Licquia authored and armintaenzertng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    195e244 View commit details
    Browse the repository at this point in the history
  2. Properly install tzdata for GitHub Actions.

    Signed-off-by: Jeff Licquia <jeff@licquia.org>
    Jeff Licquia authored and armintaenzertng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f0873eb View commit details
    Browse the repository at this point in the history
  3. update changelog for 0.8.2 release

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