- 20 May, 2024 1 commit
-
-
Xavier Thompson authored
Add zc.buildout[test] to pre-install needed dependencies such as bobo.
-
- 17 May, 2024 27 commits
-
-
Xavier Thompson authored
pkgutil-resolve-name=1.3.10 requires flit_core as build backend. This is used by component/slapos.
-
Xavier Thompson authored
Use older numpy=1.22.0 to remain compatible with statsmodel=0.11.1. Use older setuptools=44.1.1 to be able to install numpy=1.22.0.
-
Xavier Thompson authored
dnspython=2.1.0 requires poetry as build backend.
-
Xavier Thompson authored
Older Theia versions no longer compile inside test nodes since we prevent using the system python. Remove obsolete upgrade tests since we now upgrade from a Theia version after merge request !1399.
-
Xavier Thompson authored
Export (theia0) and export (theia1, ...) instances published connection parameters twice, once without and once with the resiliency connection parameters. Keep only that last one.
-
Xavier Thompson authored
Use official SOAPpy=0.12.22 compatible with pip. Downgrade zope.authentication=4.5.0 because 5.0 requires Python>=3.7.
-
Xavier Thompson authored
Reverts 15871bbf
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
This SR is kept separate because it is not part of SR tests.
-
Xavier Thompson authored
This SR is kept separate because it is not part of current tests.
-
Xavier Thompson authored
This commit is kept separate on purpose until nexedi/master is stable.
-
Xavier Thompson authored
When using slapos.reboostrap to re-launch buildout with the version of Python that was just installed, zc.buildout and its dependencies are reinstalled for the new Python with the same egg versions. Thus SRs which install Python 2 need to use Python-2-compatible versions of setuptools, pip and wheel all along. For this stack/slapos-py2.cfg is introduced.
-
Xavier Thompson authored
In preparation to move all the ``` [openssl] <= openssl-1.1 ``` from individual Python2 SRs to a common stack/slapos-py2.cfg introduced next. This commit is kept separate on purpose until nexedi/master is stable.
-
Xavier Thompson authored
Except for python2: keep beautifulsoup4=4.8.2. beautifulsoup4=4.12.2 requires flit as build backend.
-
Xavier Thompson authored
backcall=0.2.0 requires flit-core as build backend
-
Xavier Thompson authored
entrypoints=0.3 rquires flit as build backend
-
Xavier Thompson authored
pkgconfig=1.5.1 requires poetry as build backend.
-
Xavier Thompson authored
Earlier version 1.22.0 does not support recent setuptools. Latest version 1.26.2 has more complex build requirements, left for later.
-
Xavier Thompson authored
-
Xavier Thompson authored
Now that buildout uses pip to correctly follow pyproject.toml, cattrs=22.2.0 requires poetry as the build backend. For now it's easier to install as wheel than to install poetry and then use it as setup-egg for cattrs. This must be done eventually.
-
Xavier Thompson authored
-
Xavier Thompson authored
zc.buildout=2.7.1+slapos020 is SlapOS-patched buildout2 with support for bootstrapping buildout3, required to be able to install buildout3. Downgrade related eggs to pre-buildout3 versions as well.
-
Xavier Thompson authored
Version up zc.buildout, pip and zc.recipe.egg. Version up slapos.rebootstrap to adapt to buildout3.
-
Xavier Thompson authored
-
- 16 May, 2024 6 commits
-
-
Julien Muchembled authored
This is a follow-up of 7a1ba8df.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
because re6stnet only supports OpenVPN 2.4. This reverts commit 6802867d.
-
Kazuhiko Shiozaki authored
-
Carlos Ramos Carreño authored
When compiling older GCC versions in newer machines, libsanitizer does not compile, showing a error: `multiple definition of 'enum fsconfig_command'` (e.g. https://github.com/llvm/llvm-project/issues/56421). This is because starting from Glibc 2.36, it is not possible to include both "linux/fs.h" and "sys/mount.h". We can apply a patch, similar to the one in https://reviews.llvm.org/D129471 , but with the extension and lines changed to match the file. This is also similar to the upstream fix. See merge request nexedi/slapos!1579
-
Thomas Gambier authored
-
- 15 May, 2024 3 commits
-
-
Julien Muchembled authored
This will be used to add the sqlite3 binary directory to PATH. See nexedi/neoppod@5923f8f5
-
Jérome Perrin authored
This now supports producing html reports directly
-
Lu Xu authored
-
- 13 May, 2024 3 commits
-
-
Łukasz Nowak authored
nbd2-host and nbd2-port are asserted too. Test are reorganized to easily assert mixed scenarios.
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-