Skip to content

Commit

Permalink
Bump aboutcode.hashid to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Dec 13, 2024
1 parent 005a5e0 commit a372429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions scanpipe/tests/pipes/test_federatedcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ def test_scanpipe_pipes_federatedcode_get_package_repository(self):
version="v.1.2.3",
)
project_purl = "pkg:npm/[email protected]"
expected_git_repo = "https://github.com/test/aboutcode-packages-03f1.git"
expected_scan_path = "aboutcode-packages-03f1/npm/foobar/v1.2.3/scancodeio.json"
expected_git_repo = "https://github.com/test/aboutcode-packages-npm-3f1.git"
expected_scan_path = (
"aboutcode-packages-npm-3f1/npm/foobar/v1.2.3/scancodeio.json"
)
git_repo, scan_path = federatedcode.get_package_repository(
project_purl=project_purl
)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ install_requires =
# Antivirus
clamd==1.0.2
# FederatedCode
aboutcode.hashid==0.1.0
aboutcode.hashid==0.2.0

[options.extras_require]
dev =
Expand Down

0 comments on commit a372429

Please sign in to comment.