1. 21 Feb, 2025 2 commits
    • Kirill Smelkov's avatar
      pygolang: Pin zodbpickle in tests · 5739aecb
      Kirill Smelkov authored
      Starting from pygolang@95fd2889
      pygolang needs zodbpickle for tests. So without pinning zodbpickle
      testnodes starrted to error with
      
          Installing gpython-interpreter.
          While:
            Installing gpython-interpreter.
            Base installation request: 'pygolang[all_test]'
              Requirement of pygolang[all_test]: py; python_version >= "3" and extra == "all_test"
              Requirement of pygolang[all_test]: zodbpickle; extra == "all-test"
              Requirement of pygolang[all_test]: wheel; extra == "all-test"
              Requirement of pygolang[all_test]: setuptools-dso>=2.8; extra == "all-test"
              Requirement of pygolang[all_test]: setuptools; extra == "all-test"
              Requirement of pygolang[all_test]: pytest; extra == "all-test"
              Requirement of pygolang[all_test]: numpy; extra == "all-test"
              Requirement of pygolang[all_test]: ipython; extra == "all-test"
              Requirement of pygolang[all_test]: cython<3; extra == "all-test"
              Requirement of pygolang[all_test]: geventmp; python_version >= "3" and platform_system != "Windows"
              Requirement of pygolang[all_test]: setuptools>=60.2; python_version >= "3"
              Requirement of pygolang[all_test]: setuptools-dso>=2.8
              Requirement of pygolang[all_test]: decorator
              Requirement of pygolang[all_test]: six
              Requirement of pygolang[all_test]: gevent
            Getting distribution for 'zodbpickle; extra == "all-test"'.
          Error: Picked: zodbpickle = 4.2
      
          The `zodbpickle` egg does not have a version pin and `allow-picked-versions = false`.
      
          To resolve this, add
      
              zodbpickle = 4.2
      
          to the [versions] section,
      
          OR set `allow-picked-versions = true`.
      
      /reviewed-by @jerome
      /reviewed-on !1744
      5739aecb
    • Ivan Tyagov's avatar
  2. 20 Feb, 2025 4 commits
  3. 18 Feb, 2025 5 commits
  4. 17 Feb, 2025 8 commits
  5. 14 Feb, 2025 3 commits
  6. 13 Feb, 2025 1 commit
  7. 12 Feb, 2025 6 commits
  8. 11 Feb, 2025 4 commits
  9. 10 Feb, 2025 1 commit
    • Carlos Ramos Carreño's avatar
      Use libiconv in gettext · 35a7d395
      Carlos Ramos Carreño authored
      If libiconv is not linked to gettext, I get the following error during
      the compilation of gcc-10.5 (in a system with minimal requirements):
      
      ```
      INFO msgfmt -o de.mo ../../.././libstdc++-v3/po/de.po
      INFO msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv().
      ```
      
      See merge request nexedi/slapos!1732
      35a7d395
  10. 09 Feb, 2025 1 commit
  11. 08 Feb, 2025 3 commits
  12. 07 Feb, 2025 2 commits