Bump packageurl-python from 0.9.6 to 0.10.4
Bumps packageurl-python from 0.9.6 to 0.10.4.
Release notes
Sourced from packageurl-python's releases.
0.10.4 (Oct 17 2022)
Refactor the purl2url functions and utilities #42
- Split purl2url into
get_repo_url()andget_download_url()returning accordingly a "Repository URL" and a "Download URL".- A new
get_inferred_urlsfunction is available to get return all inferred URLs (repository and download) values.- Add support in purl2url for npm, pypi, hackage, and nuget.
- Package URL qualifiers can now be provided to
purl_from_pattern().- The
download_urlqualifier is returned inget_download_url()when available.Usage of
purl2url.purl2urlandpurl2url.get_urlis still available for backward compatibility but should be migrated topurl2url.get_repo_url.Include the
version_prefix("v" or "V") as a qualifier in build_github_purl #42 This allow to infer valid URLs in the context of purl2url.0.10.2 (Sep 15 2022)
What's Changed
- Fix purl lookups by
@TG1999in package-url/packageurl-python#95Full Changelog: https://github.com/package-url/packageurl-python/compare/v0.10.1...v0.10.2
0.10.1 (Aug 2nd 2022)
Changes
- Add ability to filter objects with EMPTY purls in PackageURLFilter #92
Full Changelog: https://github.com/package-url/packageurl-python/compare/v0.10.0...v0.10.1
0.10.0 (Jun 27 2022)
What's Changed
- Upgrade virtualenv.pyz to latest version #85
- Replace Travis CI by GitHub Actions #84
- Add black to the CI and apply formatting on whole codebase #91
- Improve url2purl support for nom URLs
- Improve url2purl support for rubygems.org URLs #89
New Contributors
@madpahmade their first contribution in package-url/packageurl-python#84Full Changelog: https://github.com/package-url/packageurl-python/compare/v0.9.9...v0.10.0
0.9.9 (Feb 15 2022)
- Update version to be semver compliant. No changes to the code have been made.
0.9.8.1 (Feb 11 2022)
- Fix generic sourceforge PackageURL generation #79
... (truncated)
Changelog
Sourced from packageurl-python's changelog.
0.10.4 (2022-10-17)
Refactor the purl2url functions and utilities #42
- Split purl2url into
get_repo_url()andget_download_url()returning accordingly a "Repository URL" and a "Download URL".- A new
get_inferred_urlsfunction is available to get return all inferred URLs (repository and download) values.- Add support in purl2url for npm, pypi, hackage, and nuget.
- Package URL qualifiers can now be provided to
purl_from_pattern().- The
download_urlqualifier is returned inget_download_url()when available.Usage of
purl2url.purl2urlandpurl2url.get_urlis still available for backward compatibility but should be migrated topurl2url.get_repo_url.Include the
version_prefix("v" or "V") as a qualifier in build_github_purl #42 This allow to infer valid URLs in the context of purl2url.0.10.3 (2022-09-15)
- Fix named arguments in purl_to_lookups.
0.10.2 (2022-09-15)
- Add encode option in purl_lookups #94 (
purl_to_lookups,without_empty_valuesis moved from packageurl.contrib.django.models to packageurl.contrib.django.utils)0.10.1 (2022-08-02)
- Add ability to filter objects with EMPTY purls in PackageURLFilter #92
0.10.0 (2022-06-27)
... (truncated)
Commits
48890f6Bump version to 0.10.49ea1ceaRefactor the purl2url functions and utilities #42 (#102)e81d023Bump versionb3e6a8eMerge pull request #98 from TG1999/fix_named_arguementa64f5f6Fix named arguments in purl_to_lookups8acf8c5Bump versionfb834f3Update CHANGELOGaba26ceMerge pull request #95 from TG1999/fix_purl_lookups08a24afAdd encode option in purl_lookups #94d8f658fFix formatting, add CHANGELOG entry, and upgrade version for release #92- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase