buildout v2.9.0 Release Notes

Release Date: 2017-03-06 // about 7 years ago
    • โž• Added new syntax to explicitly declare that a part depends on other part. See http://docs.buildout.org/en/latest/topics/implicit-parts.html

    • ๐Ÿ”จ Internal refactoring to work with buildout.wheel <https://github.com/buildout/buildout.wheel>_.

    • ๐Ÿ›  Fixed a bugs in zc.buildout.testing.Buildout. It was loading user-default configuration. It didn't support calling the created method on its sections.

    • ๐Ÿ›  Fixed a bug (windows, py 3.4) When processing metadata on "old-style" distutils scripts, .exe stubs appeared in metadata_listdir, in turn reading those burped with UnicodeDecodeError. Skipping .exe stubs now.