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: strictdoc-project/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 68 files changed
  • 2 contributors

Commits on Mar 13, 2026

  1. Update MANIFEST.in; remove appveyor.yml

    CI has been moved to GitHub since spdx#267
    
    Remove Travis/CircleCI/AppVeyor files and other no longer existing files from MANIFEST
    
    Update filenames in MANIFEST. For example, CHANGLOG.rst (old) --> CHANGELOG.md (new).
    
    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact authored and armintaenzertng committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    669969f View commit details
    Browse the repository at this point in the history
  2. type hint: Make Optional explicit (PEP 484)

    PEP 484 prohibits implicit Optional.
    
    Note that this mass conversion is done automatically by https://github.com/hauntsaninja/no_implicit_optional as suggested by mypy, with a human review.
    
    Uses `... | None` style instead of `Optional[...]` since we are now using Python 3.10.
    
    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact authored and armintaenzertng committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    868746b View commit details
    Browse the repository at this point in the history
  3. Fix line length

    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact authored and armintaenzertng committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    000da4c View commit details
    Browse the repository at this point in the history
  4. fix black linting error

    Signed-off-by: Armin Tänzer <[email protected]>
    armintaenzertng committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c0aea30 View commit details
    Browse the repository at this point in the history
  5. add changelog for upcoming release 0.8.5

    Signed-off-by: Armin Tänzer <[email protected]>
    armintaenzertng committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    cef432a View commit details
    Browse the repository at this point in the history
Loading