All Versions
58
Latest Version
Avg Release Cycle
68 days
Latest Release
1111 days ago

Changelog History
Page 2

  • v2.13.2 Changes

    July 03, 2019
    • ๐Ÿ›  Fixed DeprecationWarning on python 3.7: "'U' mode is deprecated".
  • v2.13.1 Changes

    January 29, 2019
    • ๐Ÿ“š Documentation update for the new buildout query command.
  • v2.13.0 Changes

    January 17, 2019
    • ๐Ÿ— Get information about the configuration with new command buildout query.
  • v2.12.2 Changes

    September 04, 2018
    • ๐Ÿ— Upon an error, buildout exits with a non-zero exit code. This now also works when running with -D.

    • ๐Ÿ›  Fixed most 'Deprecation' and 'Resource' warnings.

  • v2.12.1 Changes

    July 02, 2018
    • ๐Ÿ— zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
  • v2.12.0 Changes

    July 02, 2018
    • โž• Add a new buildout option allow-unknown-extras to enable installing requirements that specify extras that do not exist. This needs a corresponding update to zc.recipe.egg. See issue 457 <https://github.com/buildout/buildout/issues/457>_.

    zc.recipe.egg has been updated to 2.0.6 for this change.

  • v2.11.5 Changes

    June 19, 2018
    • ๐Ÿ›  Fix for issue 295 <https://github.com/buildout/buildout/issues/295>_. On windows, deletion of temporary egg files is more robust now.
  • v2.11.4 Changes

    May 14, 2018
    • ๐Ÿ›  Fix for issue 451 <https://github.com/buildout/buildout/issues/451>_: distributions with a version number that normalizes to a shorter version number (3.3.0 to 3.3, for instance) can be installed now.
  • v2.11.3 Changes

    April 13, 2018
  • v2.11.2 Changes

    March 19, 2018
    • ๐Ÿ›  Fix for the #442 issue: AttributeError on pkg_resources.SetuptoolsVersion.