1. 31 Aug, 2022 2 commits
    • Thomas Gambier's avatar
      python3: update python3 versions and remove python3.6 · 7d78a928
      Thomas Gambier authored
      See merge request !1239
      7d78a928
    • Jérome Perrin's avatar
      component/ZODB: keep running the test on python3 · 5cb11e9e
      Jérome Perrin authored
      after slapos commit cc7f36a0 (component/defaults: use python3 by
      default, 2022-08-27) this test accidentally switched to using python3.
      
      using python3 showed an incompatibility:
      
         File ".nxdtest", line 23, in <module>
           TestCase('transaction',['python', '-m', 'unittest', 'discover', '-s', P(transaction)])
         File ".nxdtest", line 22, in P
           def P(path): return os.path.join(path, '..')
         File "lib/python3.8/posixpath.py", line 90, in join
           genericpath._check_arg_types('join', a, *p)
         File "lib/python3.8/genericpath.py", line 155, in _check_arg_types
           raise TypeError("Can't mix strings and bytes in path components") from None
       TypeError: Can't mix strings and bytes in path components
      
      that we also address here by using universal_newlines to the subprocess
      5cb11e9e
  2. 30 Aug, 2022 3 commits
  3. 29 Aug, 2022 6 commits
  4. 28 Aug, 2022 3 commits
  5. 26 Aug, 2022 2 commits
  6. 25 Aug, 2022 2 commits
  7. 24 Aug, 2022 2 commits
  8. 23 Aug, 2022 1 commit
    • Ophélie Gagnard's avatar
      component/lunzip/: Fix a warning. · 412f0546
      Ophélie Gagnard authored
      Remove the "--disable-static" configure option. Fix the warning message: "configure: WARNING: unrecognized option: '--disable-static'".
      See merge request !1231
      412f0546
  9. 22 Aug, 2022 3 commits
  10. 19 Aug, 2022 1 commit
  11. 18 Aug, 2022 4 commits
  12. 17 Aug, 2022 1 commit
  13. 16 Aug, 2022 3 commits
  14. 15 Aug, 2022 1 commit
  15. 10 Aug, 2022 2 commits
  16. 09 Aug, 2022 1 commit
  17. 05 Aug, 2022 3 commits