-
-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: aboutcode-org/python-inspector
base: v0.14.4
head repository: aboutcode-org/python-inspector
compare: v0.15.0
- 17 commits
- 30 files changed
- 5 contributors
Commits on Apr 4, 2025
-
Merge pull request #96 from aboutcode-org/add-code-style-checks
Add code style checks
Configuration menu - View commit details
-
Copy full SHA for 4f9751c - Browse repository at this point
Copy the full SHA 4f9751cView commit details
Commits on Jun 24, 2025
-
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af87cfa - Browse repository at this point
Copy the full SHA af87cfaView commit details -
Merge pull request #97 from aboutcode-org/update-ci-and-runners
Update CI runners and scripts
Configuration menu - View commit details
-
Copy full SHA for c1002c2 - Browse repository at this point
Copy the full SHA c1002c2View commit details
Commits on Jun 25, 2025
-
Add missing wheel builds on release CI
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72c7d26 - Browse repository at this point
Copy the full SHA 72c7d26View commit details -
Merge pull request #98 from aboutcode-org/update-release-ci
Add missing wheel builds on release CI
Configuration menu - View commit details
-
Copy full SHA for 4e5b7fd - Browse repository at this point
Copy the full SHA 4e5b7fdView commit details
Commits on Oct 21, 2025
-
Drop python3.9 support and add python 3.14
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 265e612 - Browse repository at this point
Copy the full SHA 265e612View commit details
Commits on Oct 24, 2025
-
Support trusted-publishing for package releases
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc4fe3a - Browse repository at this point
Copy the full SHA fc4fe3aView commit details -
Update RTD build python version
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e81ff6d - Browse repository at this point
Copy the full SHA e81ff6dView commit details -
Merge pull request #99 from aboutcode-org/update-python-support
Drop python3.9 support and add python 3.14
Configuration menu - View commit details
-
Copy full SHA for fb75a2e - Browse repository at this point
Copy the full SHA fb75a2eView commit details
Commits on Oct 27, 2025
-
Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for 7238a61 - Browse repository at this point
Copy the full SHA 7238a61View commit details -
Filter out empty values from
install_requiresSometimes, when the `--analyze-setup-py-insecurely` parameter is used, the requirements resolution can contain some empty elements. For instance for gnupg-2.3.1/gnupg-2.3.1/setup.py, the requirements are resolved to ['psutil>=1.2.1', '']. The second element of this array crashes the Python Inspector. This commit fixes the issue by removing empty elements from the array. Resolves #247. Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for dcd3609 - Browse repository at this point
Copy the full SHA dcd3609View commit details
Commits on Oct 31, 2025
-
Ensure that the cached file is not empty before using it (#251)
* Update expected test results Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com> * Ensure that the cached file is not empty before using it We've observed multiple cases where a zero-byte file is cached, leading to crashes with the error message: zipfile.BadZipFile: File is not a zip file I was not able to reproduce this issue reliably enough to identify the root cause. However, adding a check to ensure that the cached file is not empty before using it will mitigate the problem. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com> --------- Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>Configuration menu - View commit details
-
Copy full SHA for 2a9f128 - Browse repository at this point
Copy the full SHA 2a9f128View commit details
Commits on Nov 4, 2025
-
Merge remote-tracking branch 'skeleton/main' into release-prep-0.14.5
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Configuration menu - View commit details
-
Copy full SHA for 9035794 - Browse repository at this point
Copy the full SHA 9035794View commit details -
Add python3.14 support and fix tests
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Configuration menu - View commit details
-
Copy full SHA for 5669aa0 - Browse repository at this point
Copy the full SHA 5669aa0View commit details -
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Configuration menu - View commit details
-
Copy full SHA for de47f74 - Browse repository at this point
Copy the full SHA de47f74View commit details -
Bump version and CHANGELOG for v0.15.0
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Configuration menu - View commit details
-
Copy full SHA for 127d353 - Browse repository at this point
Copy the full SHA 127d353View commit details
Commits on Nov 5, 2025
-
Merge pull request #252 from aboutcode-org/release-prep-0.15.0
Release prep v0.15.0
Configuration menu - View commit details
-
Copy full SHA for 9db72eb - Browse repository at this point
Copy the full SHA 9db72ebView 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 v0.14.4...v0.15.0