All Versions
58
Latest Version
Avg Release Cycle
68 days
Latest Release
1111 days ago
Changelog History
Page 2
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.
- ๐ Documentation update for the new
-
v2.13.0 Changes
January 17, 2019- ๐ Get information about the configuration with new command
buildout query
.
- ๐ Get information about the configuration with new command
-
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. Seeissue 457 <https://github.com/buildout/buildout/issues/457>
_.
zc.recipe.egg has been updated to 2.0.6 for this change.
- โ Add a new buildout option
-
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.
- ๐ Fix for
-
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.
- ๐ Fix for
-
v2.11.3 Changes
April 13, 2018- โก๏ธ Update to use the new PyPI at https://pypi.org/.
-
v2.11.2 Changes
March 19, 2018- ๐ Fix for the #442 issue: AttributeError on
pkg_resources.SetuptoolsVersion
.
- ๐ Fix for the #442 issue: AttributeError on