Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-model
170 commits behind the upstream repository.
  • vlorentz's avatar
    9e8a5476
    Move manifest computation functions from identifiers.py to git_objects.py · 9e8a5476
    vlorentz authored
    Since they are used by the vault for non-identifier-related stuff,
    I think it makes sense to move them to a new module.
    
    identifiers.py is now an empty shell, as all its features were moved to
    other modules and it only contains reexports and backward-compat
    functions. Therefore, it should be considered deprecated from now on.
    9e8a5476
    History
    Move manifest computation functions from identifiers.py to git_objects.py
    vlorentz authored
    Since they are used by the vault for non-identifier-related stuff,
    I think it makes sense to move them to a new module.
    
    identifiers.py is now an empty shell, as all its features were moved to
    other modules and it only contains reexports and backward-compat
    functions. Therefore, it should be considered deprecated from now on.
model.py 40.04 KiB