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: aboutcode-org/python-inspector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.2
Choose a base ref
...
head repository: aboutcode-org/python-inspector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.3
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Jul 6, 2025

  1. Remove junk temp file

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    cdffbf5 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.14.3

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    f3f4baf View commit details
    Browse the repository at this point in the history
  3. Add missing changelog entries

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    1b7a4b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #236 from aboutcode-org/release-prep-0143

    Prepare Release 0.14.3
    pombredanne authored Jul 6, 2025
    Configuration menu
    Copy the full SHA
    4a91a4d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Use default INDEX_URL from Settings

    This avoids overriding the `INDEX_URL` tuple in `Settings` with the
    default value from `click` and enables the use of environment variables
    for `PYINSP_INDEX_URL`.
    
    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
    MarcelBochtler committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c8ade24 View commit details
    Browse the repository at this point in the history
  2. Update expected test results

    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
    MarcelBochtler committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    6099299 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Merge pull request #237 from boschglobal/env-vars

    Use default `INDEX_URL` from Settings to use environment variables
    AyanSinhaMahapatra authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    3ad3925 View commit details
    Browse the repository at this point in the history
Loading