From e3144a8a9d09b009b5e262353c7acceb2dc4aae4 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 7 Jan 2016 11:45:49 +0100
Subject: [PATCH] version up eggs.

---
 software/slaprunner/software.cfg |  2 +-
 stack/erp5/buildout.cfg          | 10 +++++-----
 stack/slapos.cfg                 | 24 ++++++++++++------------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/software/slaprunner/software.cfg b/software/slaprunner/software.cfg
index b3fd00ab3..53d2af915 100644
--- a/software/slaprunner/software.cfg
+++ b/software/slaprunner/software.cfg
@@ -15,7 +15,7 @@ collective.recipe.environment = 0.2.0
 ecdsa = 0.13
 erp5.util = 0.4.43
 gitdb = 0.6.4
-gunicorn = 19.4.1
+gunicorn = 19.4.5
 prettytable = 0.7.2
 pycrypto = 2.6.1
 slapos.recipe.template = 2.8
diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 333229e40..6386cac8b 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -601,7 +601,7 @@ scripts +=
 Acquisition = 2.13.8+SlapOSPatched001
 Products.DCWorkflow = 2.2.4+SlapOSPatched001
 pysvn = 1.7.10+SlapOSPatched002
-python-ldap = 2.4.20+SlapOSPatched001
+python-ldap = 2.4.22+SlapOSPatched001
 
 # specify dev version to be sure that an old released version is not used
 cloudooo = 1.2.5-dev
@@ -641,7 +641,7 @@ zope.app.publication = 3.14.0
 zope.app.testing = 3.8.1
 
 # Pinned versions
-Pillow = 3.0.0
+Pillow = 3.1.0
 Products.CMFActionIcons = 2.1.3
 Products.DCWorkflowGraph = 0.4.1
 Products.ExternalEditor = 2.0.0
@@ -673,17 +673,17 @@ interval = 1.0.0
 ipdb = 0.8.1
 ipython = 4.0.0
 logilab-common = 1.1.0
-numpy = 1.10.1
+numpy = 1.10.4
 objgraph = 2.0.1
 ply = 3.8
 polib = 1.0.7
 pprofile = 1.7.3
 ptyprocess = 0.5
-pycountry = 1.18
+pycountry = 1.19
 pyflakes = 1.0.0
 # pylint 1.5.1 breaks testDynamicClassGeneration
 pylint = 1.4.4
-python-magic = 0.4.6
+python-magic = 0.4.10
 python-memcached = 1.57
 pytracemalloc = 1.2
 qrcode = 5.1
diff --git a/stack/slapos.cfg b/stack/slapos.cfg
index faea18f97..69b0aba19 100644
--- a/stack/slapos.cfg
+++ b/stack/slapos.cfg
@@ -109,14 +109,14 @@ hexagonit.recipe.download = 1.7.post4
 
 Jinja2 = 2.8
 PyYAML = 3.11
-Werkzeug = 0.11.2
+Werkzeug = 0.11.3
 buildout-versions = 1.7
-cffi = 1.4.1
+cffi = 1.4.2
 cliff = 1.15.0
 cmd2 = 0.6.8
-collective.recipe.template = 1.11
-cryptography = 1.1.2
-decorator = 4.0.4
+collective.recipe.template = 1.13
+cryptography = 1.2.1
+decorator = 4.0.6
 idna = 2.0
 inotifyx = 0.2.2
 itsdangerous = 0.24
@@ -129,9 +129,9 @@ prettytable = 0.7.2
 psutil = 3.3.0
 pyOpenSSL = 0.15.1
 pyasn1 = 0.1.9
-pyparsing = 2.0.6
+pyparsing = 2.0.7
 pytz = 2015.7
-requests = 2.9.0
+requests = 2.9.1
 setuptools = 18.1
 simplejson = 3.8.1
 six = 1.10.0
@@ -159,16 +159,16 @@ MarkupSafe = 0.23
 argparse = 1.4.0
 
 # Required by:
-# cryptography==1.1.2
-enum34 = 1.1.1
+# cryptography==1.2.1
+enum34 = 1.1.2
 
 # Required by:
 # jsonschema==2.5.1
 functools32 = 3.2.3.post2
 
 # Required by:
-# cryptography==1.1.2
-ipaddress = 1.0.14
+# cryptography==1.2.1
+ipaddress = 1.0.16
 
 # Required by:
 # slapos.cookbook==1.0.17
@@ -183,7 +183,7 @@ lock-file = 2.0
 netifaces = 0.10.4
 
 # Required by:
-# cffi==1.4.1
+# cffi==1.4.2
 pycparser = 2.14
 
 # Required by:
-- 
2.30.9