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: alper/tools-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
  • 16 commits
  • 28 files changed
  • 5 contributors

Commits on Aug 2, 2024

  1. [issue-806] replace Licensing() with spdx_licensing

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    590bbfa View commit details
    Browse the repository at this point in the history
  2. [issue-815] fix CI for Python 3.7 on MacOS

    Python 3.7 had to be removed completely as even the runner on older macos did not start.
    
    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    eded3db View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. spdx3: element_writer: unindent creation information

    Signed-off-by: Stanislav Pankevich <s.pankevich@gmail.com>
    stanislaw authored and armintaenzertng committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    40331ac View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. [issue-788] fix tag-value parser to allow NONE and NOASSERTION for pa…

    …ckage source info as they are valid strings
    
    Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
    
    # fixes 788
    meretp authored and armintaenzertng committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3217883 View commit details
    Browse the repository at this point in the history
  2. [issue-815] Add legacy os macos-13 to CI

    Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
    meretp authored and armintaenzertng committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f6fcf20 View commit details
    Browse the repository at this point in the history
  3. [issue-788] fix tag-value parser to allow NONE and NOASSERTION for pa…

    …ckage source info as they are valid strings
    
    Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
    meretp authored and armintaenzertng committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    279f271 View commit details
    Browse the repository at this point in the history
  4. [issue-788] Improve test

    Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
    meretp authored and armintaenzertng committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1973ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. update changelog for 0.8.3 release

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

Commits on Apr 17, 2025

  1. [issue-839] Drop support for Python 3.7 (we are long past its EOL)

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    0677ae7 View commit details
    Browse the repository at this point in the history
  2. Add pyshacl as development dependency

    Otherwise, pytest will complain.
    
    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    f19674c View commit details
    Browse the repository at this point in the history
  3. [issue-844] Update excepted typecheck error after beartype update

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    6817ca7 View commit details
    Browse the repository at this point in the history
  4. Small formatting fixes after black update

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

Commits on Jul 8, 2025

  1. [issue-854] Remove some control characters from JSON SPDX

    Signed-off-by: Zalan Blenessy <zalan.blenessy@volvocars.com>
    zbleness authored and armintaenzertng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    aa225fb View commit details
    Browse the repository at this point in the history
  2. downloadLocation URIs not case sensitive

    Signed-off-by: Claes Nordmark <claes.nordmark@tietoevry.com>
    konsulten authored and armintaenzertng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    47751b6 View commit details
    Browse the repository at this point in the history
  3. [issue-825] Allow capital letters in validate_url()

    Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
    armintaenzertng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    0b5210a View commit details
    Browse the repository at this point in the history
  4. [issue-825] Add tests for allowing capital letters in URL/URIs

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