1. 30 Dec, 2022 2 commits
    • Levin Zimmermann's avatar
      golang: Switch default to Go1.18 · d32524c3
      Levin Zimmermann authored
      Go1.18 is the next stable go release. There is already Go1.19
      (released 2022-08-02), but we incrementally increase versions.
      For Go1.18 there are already many bug fix releases (last one
      2022-12-06) which gives it a more stable/mature impression.
      
      /reviewed-on nexedi/slapos!1305
      d32524c3
    • Levin Zimmermann's avatar
      golang: Add go version 1.18 · b2a25a20
      Levin Zimmermann authored
      Go 1.18 is the incremental improvement for earlier go 1.17 release.
      Is "is a significant release, including changes to the language,
      implementation of the toolchain, runtime, and libraries". Please find
      all details in the official release note:
      
          https://go.dev/doc/go1.18
      
      It was released on 2022-03-15. Due to the go promise of compatibility
      most software should still compile without any problems.
      
      /reviewed-on nexedi/slapos!1305
      b2a25a20
  2. 26 Dec, 2022 2 commits
  3. 23 Dec, 2022 1 commit
  4. 22 Dec, 2022 1 commit
  5. 20 Dec, 2022 1 commit
  6. 18 Dec, 2022 1 commit
  7. 16 Dec, 2022 4 commits
    • Thomas Gambier's avatar
      stack/erp5: fix numpy and scipy versions · 0baefb41
      Thomas Gambier authored
      This is a fixup of 431eed50
      0baefb41
    • lu.xu's avatar
      slapos/ors-amarisoft: md5sum update · b38e89d2
      lu.xu authored
      b38e89d2
    • Thomas Gambier's avatar
      stack/erp5: fix pandas version in erp5 · ca5ba490
      Thomas Gambier authored
      The version of pandas was overwritten in
      02fad6a8 but didn't work with python2.
      
      Then the version was downgraded to 0.24.2 in
      15569ea9 but ERP5 doesn't work with this
      pandas version:
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/bin/runTestSuite", line 325, in <module>
          import Products.ERP5Type.tests.runTestSuite
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/__init__.py", line 92, in <module>
          from . import ZopePatch
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/ZopePatch.py", line 30, in <module>
          from Products.ERP5Type.patches import Restricted
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/patches/Restricted.py", line 491, in <module>
          allow_type(pd.indexes.range.RangeIndex)
      AttributeError: 'module' object has no attribute 'indexes'
      
      So reuse old version 0.19.2
      ca5ba490
    • lu.xu's avatar
      8eb40f83
  8. 15 Dec, 2022 10 commits
  9. 14 Dec, 2022 4 commits
  10. 13 Dec, 2022 9 commits
  11. 12 Dec, 2022 3 commits
  12. 08 Dec, 2022 2 commits