Some loaders, for instance the debian one, can have non string arguments
so change the extra_loader_arguments type of the ListedOrigin model to
something more generic.
Related to T2979
Differential D4924
model/ListedOrigin: Set extra_loader_arguments type to Dict[str, Any] anlambert on Jan 22 2021, 11:30 AM. Authored by Tags None Subscribers None
Details
Some loaders, for instance the debian one, can have non string arguments Related to T2979
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4924 (id=17514)Rebasing onto 03460207a1... Current branch diff-target is up to date. Changes applied before testcommit 366ae9cec18cbecb8c4bce3223e790365ee3d64c Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Fri Jan 22 11:24:49 2021 +0100 model/ListedOrigin: Set extra_loader_arguments type to Dict[str, Any] Some loaders, for instance the debian one, can have non string arguments so change the extra_loader_arguments type of the ListedOrigin model to something more generic. Related to T2979 See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/254/ for more details. Comment Actions Build is green Patch application report for D4924 (id=17562)Rebasing onto 3d13cda421... Current branch diff-target is up to date. Changes applied before testcommit 2906b4e8a08517f5e3d86272232ad8ba926a43d7 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Fri Jan 22 11:24:49 2021 +0100 model/ListedOrigin: Set extra_loader_arguments type to Dict[str, Any] Some loaders, for instance the debian one, can have non string arguments so change the extra_loader_arguments type of the ListedOrigin model to something more generic. Related to T2979 See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/270/ for more details. |