An error occurred fetching the project authors.
  1. 31 May, 2024 1 commit
  2. 23 May, 2024 1 commit
    • Kirill Smelkov's avatar
      stack/slapos: v↑ setuptools-dso 2.9 -> 2.10 · 5eed3c4b
      Kirill Smelkov authored
      With newer setuptools that is coming via !1550 (44.1.1 -> 67.8.0)
      we will need a fix from setuptools-dso 2.10 to handle `python setup develop` well:
      
      Previously with setutools-dso 2.9 and setuptools 67.8.0 built shared libraries were not
      copied back into the working tree upon develop install which made anything
      using pygolang to fail as e.g.
      
          $ ../bin/gpython
          Traceback (most recent call last):
            File ".../../bin/gpython", line 20, in <module>
              sys.exit(gpython.main())
            File ".../pygolang/gpython/__init__.py", line 456, in main
              pymain(argv, init)
            File ".../pygolang/gpython/__init__.py", line 223, in pymain
              init()
            File ".../pygolang/gpython/__init__.py", line 447, in init
              import golang
            File ".../pygolang/golang/__init__.py", line 41, in <module>
              from golang._gopath import gimport  # make gimport available from golang
            File ".../pygolang/golang/_gopath.py", line 65, in <module>
              from golang import sync
            File ".../pygolang/golang/sync.py", line 36, in <module>
              from golang._sync import \
          ImportError: liblibgolang.so.0.1: cannot open shared object file: No such file or directory
      
      See https://github.com/mdavidsaver/setuptools_dso/pull/29#issuecomment-1745790761
      and https://github.com/mdavidsaver/setuptools_dso/commit/2fdf75f2 for details.
      
      P.S. NOTE that changing version of a setup-egg required egg currently does
      _not_ force a rebuild. In other words pushing this change into testnodes won't
      make pygolang t o be rebuilt at all. I think this is simply a bug in
      slapos.buildout to fix.
      
      /reported-by @xavier_thompson
      /cc @jerome, @tomo, @kazuhiko
      /reviewed-on !1585
      5eed3c4b
  3. 17 May, 2024 2 commits
  4. 16 May, 2024 1 commit
  5. 03 May, 2024 1 commit
  6. 20 Mar, 2024 1 commit
  7. 19 Mar, 2024 1 commit
  8. 13 Mar, 2024 1 commit
    • Léo-Paul Géneau's avatar
      component/qjs-wrapper: v↑ qjs-wrapper (1.3 -> 2.0) · 649249ca
      Léo-Paul Géneau authored
      component/mavsdk: v↑ mavsdk (0.39.0 -> 1.4.13)
      component/gwsocket: add gwsocket websocket server
      software/js-drone: add frontend for subscriber
      software/js-drone: use WebSocket for subscriber
      slapos/software: run quickjs as a service
      649249ca
  9. 16 Feb, 2024 1 commit
  10. 15 Feb, 2024 1 commit
  11. 08 Feb, 2024 1 commit
  12. 03 Feb, 2024 1 commit
  13. 01 Feb, 2024 2 commits
  14. 22 Jan, 2024 1 commit
  15. 19 Jan, 2024 1 commit
  16. 14 Dec, 2023 1 commit
  17. 13 Dec, 2023 1 commit
  18. 08 Dec, 2023 1 commit
  19. 04 Dec, 2023 9 commits
  20. 01 Dec, 2023 1 commit
  21. 30 Nov, 2023 2 commits
  22. 28 Nov, 2023 1 commit
  23. 24 Nov, 2023 1 commit
  24. 15 Nov, 2023 1 commit
  25. 18 Oct, 2023 1 commit
  26. 17 Oct, 2023 1 commit
  27. 16 Oct, 2023 1 commit
    • Jérome Perrin's avatar
      stack/slapos: version up nbconvert and dependencies · dc9367cb
      Jérome Perrin authored
      This is required because it depends on an older version of Jinja and
      updating in 565f4986 (stack/slapos: version up Flask and friends
      (itsdangerous, Jinja2, MarkupSafe, Werkzeug), 2023-10-12) broke jupyter
      software
      
      At the same time, move some pins from stack/erp5 to stack/slapos as they
      become used by more softwares
      dc9367cb
  28. 13 Oct, 2023 1 commit
  29. 12 Oct, 2023 1 commit