Skip to content
Snippets Groups Projects

package-loaders: Add support for extid versions, and bump it for Debian

Compare and
10 files
+ 58
27
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -365,6 +365,7 @@ def test_archive_extid():
actual_id = p_info.extid(manifest_format=manifest_format)
assert actual_id == (
"package-manifest-sha256",
0,
hashlib.sha256(expected_manifest).digest(),
)
Loading