-
-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: aboutcode-org/commoncode
base: v32.3.0
head repository: aboutcode-org/commoncode
compare: v32.4.0
- 16 commits
- 14 files changed
- 4 contributors
Commits on Oct 17, 2025
-
fix: handle paths with non-utf-8 bytes
Signed-off-by: Adrian Braemer <adrian.braemer@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for 3d0e061 - Browse repository at this point
Copy the full SHA 3d0e061View commit details
Commits on Oct 21, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d4b658f - Browse repository at this point
Copy the full SHA d4b658fView commit details -
Drop python3.9 support and add python3.14
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2cd886b - Browse repository at this point
Copy the full SHA 2cd886bView commit details -
Remove --wheel option from virtualenv configure
This removes a warning seen in initial virtualenv configuration. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a4f89a1 - Browse repository at this point
Copy the full SHA a4f89a1View commit details -
Replace is_hidden with hidden in ProgressBar
Reference: aboutcode-org/scancode-toolkit#4369 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e593d0 - Browse repository at this point
Copy the full SHA 2e593d0View commit details -
Update azure pipelines supported python versions
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1af7a71 - Browse repository at this point
Copy the full SHA 1af7a71View commit details
Commits on Oct 22, 2025
-
Bump requirements to support python3.14
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b837231 - Browse repository at this point
Copy the full SHA b837231View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 72b737b - Browse repository at this point
Copy the full SHA 72b737bView commit details -
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6dc956f - Browse repository at this point
Copy the full SHA 6dc956fView commit details -
Revert to CompatProgressBar to support old click versions
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 810f63f - Browse repository at this point
Copy the full SHA 810f63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b48b9b - Browse repository at this point
Copy the full SHA 3b48b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fb4dd - Browse repository at this point
Copy the full SHA 47fb4ddView commit details -
Merge pull request #91 from abraemer/fix-path-encoding-for-hash
fix: handle paths with non-utf-8 bytes
Configuration menu - View commit details
-
Copy full SHA for 1dd162b - Browse repository at this point
Copy the full SHA 1dd162bView commit details -
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 495ef21 - Browse repository at this point
Copy the full SHA 495ef21View commit details -
Update pypi publishing to use Trusted Publishing
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b404b0b - Browse repository at this point
Copy the full SHA b404b0bView commit details -
Merge pull request #92 from aboutcode-org/fix-click-compat
Fix click compatibility and update python support
Configuration menu - View commit details
-
Copy full SHA for a3adbfa - Browse repository at this point
Copy the full SHA a3adbfaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v32.3.0...v32.4.0