Skip to content

Commit 4bad019

Browse files
committed
Update aboutcode/federated to work with packageurl-python 0.17.6
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 520531d commit 4bad019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aboutcode/federated/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ def package_path_elements(
16871687
_pkg, _, core_path = core_purl.partition(":")
16881688
purl_hash = _compute_hash(core_purl=core_purl, max_value=max_value)
16891689

1690-
version = normalize_version(purl.version)
1690+
version = normalize_version(purl.version, purl.type)
16911691
if version:
16921692
version = percent_quote_more(version)
16931693

0 commit comments

Comments
 (0)