Commit 762a649d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release zc.buildout 2.5.2+slapos006 and zc.recipe.egg 2.0.3+slapos003.

parent 7b2558f1
2.5.2+slapos006
---------------
- Improve on the fly patches so that specified patches are
automatically applied on required eggs as well.
- Fix exception when easy_install is used without initialising a buildout object.
2.5.2+slapos005 2.5.2+slapos005
--------------- ---------------
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = '2.5.2+slapos005' version = '2.5.2+slapos006'
import os import os
from setuptools import setup from setuptools import setup
......
2.0.3+slapos003
---------------
- Improve on the fly patches so that specified patches are
automatically applied on required eggs as well.
2.0.3+slapos002 2.0.3+slapos002
--------------- ---------------
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"""Setup for zc.recipe.egg package """Setup for zc.recipe.egg package
""" """
version = '2.0.3+slapos002' version = '2.0.3+slapos003'
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment