Skip to content
Snippets Groups Projects
  1. Aug 30, 2024
  2. Aug 28, 2024
  3. Aug 27, 2024
  4. Jul 17, 2024
  5. Jul 11, 2024
    • Jérémy Bobbio (Lunar)'s avatar
      config: keep dicts in config ordered · 32e534f1
      Jérémy Bobbio (Lunar) authored
      YAML mappings are converted in Python as dict. The order
      of the keys in dicts returned by `load_from_envvar()` were
      not stable from one Python run to the next.
      
      Since Python 3.6, dicts are ordered by default, and `yaml.safe_load()`
      will always return keys in the same order. The culprit was
      `merge_configs` which created a set (which are unordered) of keys
      to perform the merge.
      32e534f1
  6. Jun 28, 2024
  7. Jun 20, 2024
  8. Jun 18, 2024
  9. Jun 07, 2024
  10. Jun 05, 2024
  11. May 23, 2024
  12. May 22, 2024
  13. May 16, 2024
  14. May 15, 2024
  15. May 07, 2024
  16. Apr 26, 2024
  17. Mar 29, 2024
  18. Mar 13, 2024
  19. Feb 05, 2024
  20. Jan 30, 2024
  21. Dec 21, 2023
  22. Dec 06, 2023
  23. Dec 05, 2023
  24. Dec 01, 2023
  25. Nov 29, 2023
  26. Nov 28, 2023
    • David Douard's avatar
      Update to swh-py-template v0.1.5 · f84b27f7
      David Douard authored
      - remove sphinx-dev tox env,
      - use non-editable install of swh-docs to build the sphinx doc in tox,
      - remove (now useless) MANIFEST.in.
      f84b27f7
    • David Douard's avatar
      Remove the 'github' package extra · d5f63c82
      David Douard authored
      It's not needed any more.
      d5f63c82
    • David Douard's avatar
      Migrate to copier-base template · 7fcefc48
      David Douard authored
      This replaces the setup.py package file with pyproject.toml (keeping
      setuptools and setuptool_scm) and use an implicit namespace declaration
      for the swh namespace.
      
      Also note that due to the poor support of PEP 420 in pytest, it needs a
      pair of command line arguments to pass all tests (see tox.ini).
      7fcefc48
  27. Nov 09, 2023
  28. Sep 06, 2023
  29. Aug 03, 2023
Loading