Commit 09701a6f authored by Julien Muchembled's avatar Julien Muchembled

Release 2.7.1+slapos015

parent bcc01191
2.7.1+slapos015
---------------
- Conditional configuration sections: compute values at most once,
add 'multiarch' and also expose new 'multiarch' value in sys.
- Ignore NameError in unused conditional configuration sections.
- Python 2: avoid OOM when downloading huge files.
- Python 3: fix download of http(s) URLs containing credentials.
- Add netrc file support.
2.7.1+slapos014
---------------
......
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '2.7.1+slapos014'
version = '2.7.1+slapos015'
import os
from setuptools import setup
......
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