Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Oct 05, 2020
  3. Sep 25, 2020
  4. Sep 17, 2020
  5. Sep 10, 2020
  6. Jul 03, 2020
    • Antoine Lambert's avatar
      identifiers: Rename some functions and types related to SWHIDs · 1ff05161
      Antoine Lambert authored
      When Software Heritage persistent identifiers were introduced, they were not
      yet abbreviated as SWHIDs.
      
      Now that abbreviation is growing adoption, rename some functions and types in
      swh.model.identifiers for consistency:
      
        - PersistentId -> SWHID
      
        - persistent_identifier -> swhid
      
        - parse_persistent_identifier -> parse_swhid
      
      Backward compatibility with previous naming is maintained but deprecation
      warnings are introduced to encourage the use of the new names.
      
      Numerous variables in swh.model codebase have also been renamed accordingly.
      
      Also rework and improve documentation.
      v0.3.8
      1ff05161
  7. Apr 17, 2020
  8. Apr 08, 2020
    • David Douard's avatar
      Enable black · bf3f1cec
      David Douard authored
      - blackify all the python files,
      - enable black in pre-commit,
      - add a black tox environment.
      bf3f1cec
  9. Jan 29, 2020
  10. Oct 20, 2019
  11. Oct 01, 2019
  12. Aug 23, 2019
  13. Jun 18, 2019
    • vlorentz's avatar
      Remove dependency on swh-core. · b3250d29
      vlorentz authored
      This is a fix to workaround pip's inability to correctly solve
      extra requirements (swh-model depends on swh-core[], but if other
      packages depend on swh-model and swh-core[http], the 'http' extra
      does not always get installed).
      v0.0.38
      b3250d29
  14. Jun 11, 2019
  15. Jul 12, 2018
  16. Jun 21, 2018
  17. Jun 16, 2018
Loading