-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/update cocoapods and pypi download_url (and other) support to fetchcode/package.py #116
Comments
@pombredanne I have a rather detailed question for you re Sometimes the default URL we use, the SCTK's Finally, a 3rd podspec URL we might have available: sometimes, the cocoapods.org page has a podspec link to a location in the pod's GitHub repo. How would you like this search, analysis and reporting process to be handled? For each tag, exhaust all 3 URLs if needed in case one of them has a |
Note that the 3rd podspec URL example uses a different
I don't (yet) know how that latter |
^ It's the familiar MD5 hash we already use, applied to a cocoapod name that does not reflect the "official" uppercase/lowercase name as it exists in the cocoapods.org page for that pod, e.g., incorrect upper/lowercase of the input PURL in the PURL CLI We now use the cocoapods.org case structure for the hashing and (via the |
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
- We now have a check_package function that can load a file and, in the future, regenerate the test file(s). Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
Reference: #116 Signed-off-by: John M. Horan <[email protected]>
- Adjusted data output for bitbucket, cargo, npm, pypi and rubygems types to return metadata (1) for all versions when the input PURL has no version and (2) for just the specified version when the input PURL has a version. Signed-off-by: John M. Horan <[email protected]>
In connection with a purl2url issue in
packageurl-python
, we cannot add download URL support forcocoapods
orpypi
inpurl2url.py
because the process involves network calls, and consequently will need to add/update that support infetchcode/package.py
.The text was updated successfully, but these errors were encountered: