1. 01 Apr, 2007 1 commit
  2. 20 Mar, 2007 3 commits
  3. 19 Mar, 2007 8 commits
  4. 18 Mar, 2007 3 commits
  5. 15 Mar, 2007 2 commits
  6. 14 Mar, 2007 1 commit
  7. 09 Mar, 2007 4 commits
  8. 08 Mar, 2007 2 commits
  9. 06 Mar, 2007 5 commits
    • Jim Fulton's avatar
      Updated release info. · a526751f
      Jim Fulton authored
      a526751f
    • Jim Fulton's avatar
      Updated release info. · 3b9e7af2
      Jim Fulton authored
      3b9e7af2
    • Jim Fulton's avatar
      Added support for repeatable buildouts by allowing egg versions to · 04cf959d
      Jim Fulton authored
      be specified in a versions section.
      
      Changed the log format for picked versions.
      04cf959d
    • Jim Fulton's avatar
      Added an api to set a default value for the versions option. · ae984452
      Jim Fulton authored
      This will allow a versions feature to be added without updating all
      recipes initially.  Later, recipes that support custom versions will
      be able to override the defaults by passing options.
      ae984452
    • Jim Fulton's avatar
      Features: · 2ba02437
      Jim Fulton authored
      - The easy_install module install and build functions now accept a
        versions argument that supplied to mapping from project name to
        version numbers.  This can be used to fix version numbers for
        required distributions and their depenencies.
      
      When a version isn't fixed, using either a versions option or using
        a fixed version number in a requirement, then a debug log message is
        emitted indicating the version picked.  This is useful for setting
        versions options.
      
      - Added a remove testing helper function that removes files or directories.
      2ba02437
  10. 05 Mar, 2007 2 commits
  11. 27 Feb, 2007 1 commit
  12. 26 Feb, 2007 1 commit
  13. 08 Feb, 2007 4 commits
  14. 07 Feb, 2007 2 commits
    • Jim Fulton's avatar
      Feature Changes · 5da42b95
      Jim Fulton authored
      ```------------
      - Added a buildout newest option, to control whether the newest
        distributions should be sought to meet requirements.  This might
        also provide a hint to recipes that don't deal with
        distributions. For example, a recipe that manages subversion
        checkouts might not update a checkout if newest is set to "false".
      
      - The recipe-testing support setUp function now adds the name
        *buildout* to the test namespace with a value that is the path to
        the buildout script in the sample buildout.  This allows tests to
        use
      
      >>> print system(buildout),
      
      rather than:
      
      >>> print system(join('bin', 'buildout')),
      
      Bugs Fixed
      ```
      
      -------
      
      - Paths returned from update methods replaced lists of installed files
        rather than augmenting them.
      5da42b95
    • Jim Fulton's avatar
      Added support for the buildout newest option. · b3cbe68c
      Jim Fulton authored
      Also added a missing tests for upgrading.
      b3cbe68c
  15. 05 Feb, 2007 1 commit