1. 24 Oct, 2023 11 commits
  2. 23 Oct, 2023 2 commits
    • Xavier Thompson's avatar
      Customize version number using .devN · b1c304b0
      Xavier Thompson authored
      b1c304b0
    • Xavier Thompson's avatar
      Avoid considering sys.path for distributions · d5ba0c53
      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.
      d5ba0c53
  3. 20 Oct, 2023 2 commits
    • Xavier Thompson's avatar
      Consider only local egg paths when bootstrapping · e08d51e6
      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.
      e08d51e6
    • Xavier Thompson's avatar
      Change bootstrap behavior · 2808e930
      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.
      2808e930
  4. 18 Sep, 2023 1 commit
  5. 08 Nov, 2022 2 commits
  6. 06 Nov, 2022 22 commits