generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aboutcode-org/python-inspector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 25 files changed
- 3 contributors
Commits on Sep 18, 2025
-
Cleanup requirement string to avoid packvers parsing issues (#244)
* Remove hash_options from requirement to avoid packvers parsing issues The compatibility check is already ignoring the `hash_options` [1], while a `Requirement` is still constructed in [2] and [3]. This causes the application to crash and fail to create a result. Remove the `hash_options` for now until `packvers.requirements.Requirement` supports this option [4]. [1]: https://github.com/aboutcode-org/python-inspector/blob/3ad3925840e8dad16ad12b3917f04ec3172590ad/src/_packagedcode/pypi.py#L999 [2]: https://github.com/aboutcode-org/python-inspector/blob/3ad3925840e8dad16ad12b3917f04ec3172590ad/src/python_inspector/api.py#L484 [3]: https://github.com/aboutcode-org/python-inspector/blob/3ad3925840e8dad16ad12b3917f04ec3172590ad/src/python_inspector/resolution.py#L259 [4]: aboutcode-org/packvers#4 Resolves #243. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for 79ee55b - Browse repository at this point
Copy the full SHA 79ee55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb2bfc - Browse repository at this point
Copy the full SHA 8cb2bfcView commit details
Commits on Oct 7, 2025
-
* Update expected test results Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com> * Test all linux platforms defined in utils_pypi Use the list of linux platforms as defined in utils_pypi for testing, instead of redefining the list in the test. This ensures that newly added platforms are tested and fixes the problem that the list in the test was already outdated. Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com> * Add manylinux_2_31_x86_64 platform For example, the platform is used by open3d 19.0.0 [1]. [1]: https://pypi.org/project/open3d/0.19.0/#files Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com> * Fix `is_valid_version()` for prerelease versions By default, the check if an empty specifier contains a prerelease version returns `false`. This made the `is_valid_version()` check for prerelease versions fail, when there is also a requirement with a non-empty specifier. In this case, the previous logic detected a conflict of the prerelease version and the empty specifier. Fix this by explicitly allowing prerelease versions when checking if a specifier contains a version. Note that the function that collects candidates for a dependency still ignores prerelease versions if any release versions are available, as required by the specs [1]. [1]: https://packaging.python.org/en/latest/specifications/version-specifiers/#handling-of-pre-releases Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com> --------- Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for 577ed4d - Browse repository at this point
Copy the full SHA 577ed4dView commit details -
Bump version to release v0.14.4 (#249)
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e19ea6 - Browse repository at this point
Copy the full SHA 7e19ea6View commit details
Loading
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.3...v0.14.4