An error occurred fetching the project authors.
  1. 05 May, 2020 2 commits
  2. 04 May, 2020 1 commit
    • Julien Muchembled's avatar
      Clean up egg pinning · a8c3e42a
      Julien Muchembled authored
      For some SR, it implies the following upgrades:
      - decorator: 4.3.0
      - gitdb2: 2.0.5
      - smmap2: 2.0.5
      - subprocess32: 3.5.3
      a8c3e42a
  3. 03 May, 2020 1 commit
  4. 01 May, 2020 1 commit
  5. 27 Apr, 2020 2 commits
  6. 24 Apr, 2020 3 commits
  7. 15 Apr, 2020 3 commits
  8. 09 Apr, 2020 1 commit
  9. 07 Apr, 2020 1 commit
  10. 03 Apr, 2020 2 commits
  11. 02 Apr, 2020 1 commit
  12. 31 Mar, 2020 2 commits
  13. 28 Mar, 2020 1 commit
  14. 23 Mar, 2020 1 commit
  15. 20 Mar, 2020 1 commit
  16. 13 Mar, 2020 1 commit
  17. 12 Mar, 2020 1 commit
  18. 06 Mar, 2020 1 commit
  19. 04 Mar, 2020 1 commit
  20. 03 Mar, 2020 1 commit
  21. 28 Feb, 2020 1 commit
  22. 17 Feb, 2020 4 commits
  23. 05 Feb, 2020 1 commit
  24. 29 Jan, 2020 2 commits
  25. 15 Jan, 2020 1 commit
  26. 13 Jan, 2020 2 commits
  27. 03 Jan, 2020 1 commit
    • Julien Muchembled's avatar
      fixup! glib: put the expected python in $PATH · 77d9f997
      Julien Muchembled authored
      The OS may not have Python (slapos-node package does not depend
      on any version of Python). Another possible issue was found on Suse:
      
        make[3]: Entering directory '.../parts/glib__compile__/glib-2.56.4/gio'
          GEN      gdbus-daemon-generated.c
        Traceback (most recent call last):
          File "./gdbus-2.0/codegen/gdbus-codegen.in", line 53, in <module>
            from codegen import codegen_main
          File ".../parts/glib__compile__/glib-2.56.4/gio/gdbus-2.0/codegen/codegen_main.py", line 30, in <module>
            from . import parser
          File ".../parts/glib__compile__/glib-2.56.4/gio/gdbus-2.0/codegen/parser.py", line 23, in <module>
            import xml.parsers.expat
        ImportError: No module named xml.parsers.expat
      77d9f997