generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 24
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.0
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.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 14 files changed
- 2 contributors
Commits on Jun 18, 2025
-
Fix incorrect netrc format assumption
According to the netrc specification (see [1] and [2]), the `machine` part should not be a full URL, but only a host name. Before, using the correct netrc format with only a host name did not work for authentication purposes in Python Inspector. Fix this by using urllib.parse to find the matching host name. [1]: https://www.ibm.com/docs/en/aix/7.2.0?topic=formats-netrc-file-format-tcpip [2]: https://docs.python.org/3/library/netrc.html#netrc.netrc.hosts Resolves: #176. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for 58107e8 - Browse repository at this point
Copy the full SHA 58107e8View commit details -
Support the fallback to `default` if the user did not set a specific host name in their netrc file. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for a280803 - Browse repository at this point
Copy the full SHA a280803View commit details -
Fix incorrect credentials type for aiohttp
Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for f634e2d - Browse repository at this point
Copy the full SHA f634e2dView commit details -
Ensure
package_url
s end with a slashIn PyPI simple repository format, package URLs typically end with the package name and should have a trailing slash [1]. To ensure this trailing slash, the some web servers might redirect to the URL with the trailing slash. This causes the issue that the BasicAuth credentials are removed from the request for security reasons. This was observed with an internal Artifactory repository and adding a trailing slash to the package_url fixes the issue. [1]: https://peps.python.org/pep-0503/#specification Resolves: #127. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Configuration menu - View commit details
-
Copy full SHA for e1b179e - Browse repository at this point
Copy the full SHA e1b179eView commit details
Commits on Jun 27, 2025
-
These tests use live data from Pypi.org and the package versions have changed in the resolution. I used these commands: 1. to run all the tests pytest -vvs 2. to regenerate the expected JSON result files for the failed tests PYINSP_REGEN_TEST_FIXTURES=yes pytest -vvs --lf Then I carefully reviewed the diff before committing. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Configuration menu - View commit details
-
Copy full SHA for 60fb8b6 - Browse repository at this point
Copy the full SHA 60fb8b6View commit details -
Clarify getting started and testing
The README now has improved documentation to run tests and getting started. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Configuration menu - View commit details
-
Copy full SHA for fe74b59 - Browse repository at this point
Copy the full SHA fe74b59View commit details -
Merge pull request #233 from aboutcode-org/netrc-format-fix-pluplus
Netrc format fix pluplus
Configuration menu - View commit details
-
Copy full SHA for 3ff5dd5 - Browse repository at this point
Copy the full SHA 3ff5dd5View 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.0...v0.14.1