Skip to content

Commit a372429

Browse files
committed
Bump aboutcode.hashid to v0.2.0
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 005a5e0 commit a372429

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

scanpipe/tests/pipes/test_federatedcode.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ def test_scanpipe_pipes_federatedcode_get_package_repository(self):
4949
version="v.1.2.3",
5050
)
5151
project_purl = "pkg:npm/foobar@v1.2.3"
52-
expected_git_repo = "https://github.com/test/aboutcode-packages-03f1.git"
53-
expected_scan_path = "aboutcode-packages-03f1/npm/foobar/v1.2.3/scancodeio.json"
52+
expected_git_repo = "https://github.com/test/aboutcode-packages-npm-3f1.git"
53+
expected_scan_path = (
54+
"aboutcode-packages-npm-3f1/npm/foobar/v1.2.3/scancodeio.json"
55+
)
5456
git_repo, scan_path = federatedcode.get_package_repository(
5557
project_purl=project_purl
5658
)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ install_requires =
106106
# Antivirus
107107
clamd==1.0.2
108108
# FederatedCode
109-
aboutcode.hashid==0.1.0
109+
aboutcode.hashid==0.2.0
110110

111111
[options.extras_require]
112112
dev =

0 commit comments

Comments
 (0)