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/commoncode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v32.3.0
Choose a base ref
...
head repository: aboutcode-org/commoncode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v32.4.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 17, 2025

  1. fix: handle paths with non-utf-8 bytes

    Signed-off-by: Adrian Braemer <adrian.braemer@tngtech.com>
    abraemer committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    3d0e061 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Do not set flag_value as None in click Option

    From click 8.3.0 flag_value is set as a sentinel
    value UNSET instead of None, and since we maintain
    a PluggableCommanLineOption subclass, we need to
    maintain the same default values for an Option to
    avoid issues.
    
    Reference: https://github.com/pallets/click/releases/tag/8.3.0
    Reference: aboutcode-org/scancode-toolkit#4572
    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    d4b658f View commit details
    Browse the repository at this point in the history
  2. Drop python3.9 support and add python3.14

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    2cd886b View commit details
    Browse the repository at this point in the history
  3. Remove --wheel option from virtualenv configure

    This removes a warning seen in initial virtualenv configuration.
    
    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    a4f89a1 View commit details
    Browse the repository at this point in the history
  4. Replace is_hidden with hidden in ProgressBar

    Reference: aboutcode-org/scancode-toolkit#4369
    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    2e593d0 View commit details
    Browse the repository at this point in the history
  5. Update azure pipelines supported python versions

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    1af7a71 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Bump requirements to support python3.14

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    b837231 View commit details
    Browse the repository at this point in the history
  2. Remove special file to fix py3.14 tests

    Remove special file '6-FIFOTYPE' from types.tar to fix test failure
    as in py3.14 tarfiles extraction fails with tarfile.SpecialFileError
    for special files.
    
    Reference: #88
    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    72b737b View commit details
    Browse the repository at this point in the history
  3. Fix test failures

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    6dc956f View commit details
    Browse the repository at this point in the history
  4. Revert to CompatProgressBar to support old click versions

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    810f63f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b48b9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47fb4dd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #91 from abraemer/fix-path-encoding-for-hash

    fix: handle paths with non-utf-8 bytes
    AyanSinhaMahapatra authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    1dd162b View commit details
    Browse the repository at this point in the history
  8. Bump CHANGELOG for v32.4.0

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    495ef21 View commit details
    Browse the repository at this point in the history
  9. Update pypi publishing to use Trusted Publishing

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    b404b0b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #92 from aboutcode-org/fix-click-compat

    Fix click compatibility and update python support
    JonoYang authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    a3adbfa View commit details
    Browse the repository at this point in the history
Loading