- 24 Oct, 2023 6 commits
-
-
Xavier Thompson authored
-
Julien Muchembled authored
The version of Python should not affect the behaviour of a recipe. Anyway, it was already ignored for DEVELOP_DIST eggs. This makes the slapos mechanism to share parts more efficient. And with the upcoming changes in buildout & slapos.recipe.cmmi, there would be no way for the slapos.reboostrap extension to prevent everything from being rebuilt when reboostrapping to a different version of Python, if bootstrap parts are shared. The monkey-patch by slapos.reboostrap now becomes useless.
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified. Also remove duplicates and sort entries in __buildout_signature__. Squashed with fixup!: The purpose is to make the part signature available sooner, during recipe's __init__. Original commit already broke detection of unused options in sections.
-
Xavier Thompson authored
-
Kazuhiko Shiozaki authored
Squashed with: Chomp ../ from beginging of filenames In order to have as canonical as possible paths, chomp ../ from filenames and recalculate base. Squashed with: fixup! Support ${:_profile_base_location_}
-
- 23 Oct, 2023 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
When looking up a distribution to install an egg, keep strictly to the provided index-url and find-links and do not use distributions that are already on sys.path. This change was introduced because of a situation where installing an egg failed due to a bad distribution somehow available inside a virtual environment. Could not remember how to reproduce.
-
- 20 Oct, 2023 2 commits
-
-
Xavier Thompson authored
By default egg installation considers the path where buildout and other build tools such as setuptools are installed to see if the requested eggs are already installed there. With the new bootstrapping behavior, bootstrap should install buildout and the other build tools in the local egg directory even if the pinned versions are already installed in sys.path.
-
Xavier Thompson authored
With this mode zc.buildout and its dependencies are installed from scratch directly in the local eggs directory, following the pinned versions if any apply. In offline mode this merely ensures that the required eggs are already installed in the local eggs and develop-eggs directory. The previous behavior is still available by passing a non-empty set of arguments to bootstrap, e.g. bootstrap --old-behavior.
-
- 18 Sep, 2023 1 commit
-
-
Xavier Thompson authored
-
- 08 Nov, 2022 2 commits
-
-
Godefroid Chapelle authored
[ci skip]
-
Maurits van Rees authored
-
- 06 Nov, 2022 27 commits
-
-
Godefroid Chapelle authored
[skip ci]
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
[skip ci]
-
Maurits van Rees authored
-
Maurits van Rees authored
For example: `[versions:python_version <= "3.9"]`. Fixes https://github.com/buildout/buildout/issues/621
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
[skip ci]
-
Godefroid Chapelle authored
[skip ci]
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
in 3.11
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
Also update action/checkout version
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
files in subdirs were not managed
-
Godefroid Chapelle authored
in the dev environment
-
Godefroid Chapelle authored
-