From 8d11ca383b6cbeac3e33e12d8016de3b7e35a0bb Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 30 Jan 2017 22:28:18 +0100
Subject: [PATCH] version up eggs.

---
 software/neoppod/software-common.cfg |  8 +++---
 stack/erp5/buildout.cfg              | 38 +++++++++++++++-------------
 stack/slapos.cfg                     | 10 ++++----
 3 files changed, 29 insertions(+), 27 deletions(-)

diff --git a/software/neoppod/software-common.cfg b/software/neoppod/software-common.cfg
index 5a5984d57..58764a29e 100644
--- a/software/neoppod/software-common.cfg
+++ b/software/neoppod/software-common.cfg
@@ -109,28 +109,28 @@ url = ${:_profile_base_location_}/my.cnf.in
 md5sum = cfdd59d42ae540563a964ccaf8fec232
 
 [versions]
-slapos.recipe.template = 2.10
-ZODB = 4.4.4+SlapOSPatched001
 BTrees = 4.3.1
+ZODB = 4.4.4+SlapOSPatched001
 persistent = 4.2.2
+slapos.recipe.template = 2.10
 transaction = 1.7.0
 zdaemon = 4.1.0
 zodbpickle = 0.6.0
 zodbtools = 0.0.0.dev3
 # Required by slapos.toolbox = 0.64
 slapos.toolbox = 0.64
+GitPython = 2.1.1
 PyRSS2Gen = 1.1
 apache-libcloud = 1.5.0
 atomize = 0.2.0
 dnspython = 1.14.0
 ecdsa = 0.13
 feedparser = 5.2.1
-GitPython = 2.1.1
 gitdb2 = 2.0.0
 lockfile = 0.12.2
 mysqlclient = 1.3.9
 paramiko = 2.1.1
-passlib = 1.6.5
+passlib = 1.7.1
 pycrypto = 2.6.1
 pycurl = 7.43.0
 smmap2 = 2.0.1
diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 922da7159..a9a3839cc 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -632,7 +632,7 @@ scripts +=
 Acquisition = 2.13.9+SlapOSPatched001
 Products.DCWorkflow = 2.2.4+SlapOSPatched001
 pysvn = 1.7.10+SlapOSPatched002
-python-ldap = 2.4.28+SlapOSPatched001
+python-ldap = 2.4.29+SlapOSPatched001
 python-magic = 0.4.12+SlapOSPatched001
 
 # specify dev version to be sure that an old released version is not used
@@ -712,27 +712,27 @@ http-parser = 0.8.3
 httplib2 = 0.9.2
 huBarcode = 1.0.0
 interval = 1.0.0
-ipdb = 0.10.1
+ipdb = 0.10.2
 ipykernel = 4.5.2
-ipython = 5.1.0
+ipython = 5.2.1
 ipython-genutils = 0.1.0
 ipywidgets = 5.2.2
 logilab-common = 1.3.0
 matplotlib = 2.0.0
 mistune = 0.7.3
 msgpack-python = 0.4.8
-notebook = 4.3.1
+notebook = 4.3.2
 nt-svcutils = 2.13.0
-numpy = 1.11.3
+numpy = 1.12.0
 objgraph = 3.1.0
 pandas = 0.19.2
-ply = 3.9
+ply = 3.10
 polib = 1.0.8
 pprofile = 1.10.0
-prompt-toolkit = 1.0.9
+prompt-toolkit = 1.0.10
 ptyprocess = 0.5.1
 pycountry = 17.1.8
-pyflakes = 1.3.0
+pyflakes = 1.5.0
 # pylint 1.5.1 breaks testDynamicClassGeneration
 pylint = 1.4.4
 python-memcached = 1.58
@@ -744,8 +744,6 @@ rtjp-eventlet = 0.3.2
 scikit-learn = 0.18.1
 scipy = 0.18.1
 simplegeneric = 0.8.1
-slapos.recipe.template = 2.9
-slapos.toolbox = 0.64
 socketpool = 0.5.3
 spyne = 2.12.14
 suds = 0.4
@@ -771,7 +769,7 @@ backports.ssl-match-hostname = 3.5.0.1
 
 # Required by:
 # tornado==4.4.2
-certifi = 2016.9.26
+certifi = 2017.1.23
 
 # Required by:
 # eventlet==0.20.1
@@ -786,13 +784,13 @@ fpconst = 0.7.2
 graphviz = 0.5.2
 
 # Required by:
-# notebook==4.3.1
+# notebook==4.3.2
 # nbconvert 4.2.0 depends on entrypoints egg that is not available as tar/zip source.
 nbconvert = 4.1.0
 
 # Required by:
 # nbconvert==4.1.0
-# notebook==4.3.1
+# notebook==4.3.2
 nbformat = 4.2.0
 
 # Required by:
@@ -800,15 +798,15 @@ nbformat = 4.2.0
 olefile = 0.44
 
 # Required by:
-# ipython==5.1.0
-pathlib2 = 2.1.0
+# ipython==5.2.1
+pathlib2 = 2.2.1
 
 # Required by:
-# ipython==5.1.0
+# ipython==5.2.1
 pexpect = 4.2.1
 
 # Required by:
-# ipython==5.1.0
+# ipython==5.2.1
 pickleshare = 0.7.4
 
 # Required by:
@@ -816,6 +814,10 @@ pickleshare = 0.7.4
 # pandas==0.19.2
 python-dateutil = 2.6.0
 
+# Required by:
+# pathlib2==2.2.1
+scandir = 1.4
+
 # Required by:
 # tornado==4.4.2
 singledispatch = 3.4.0.3
@@ -825,7 +827,7 @@ singledispatch = 3.4.0.3
 subprocess32 = 3.2.7
 
 # Required by:
-# prompt-toolkit==1.0.9
+# prompt-toolkit==1.0.10
 wcwidth = 0.1.7
 
 # Required by:
diff --git a/stack/slapos.cfg b/stack/slapos.cfg
index 54b633037..795586e05 100644
--- a/stack/slapos.cfg
+++ b/stack/slapos.cfg
@@ -105,7 +105,7 @@ zc.recipe.egg = 1.3.2.post5
 # Use own version of h.r.download to be able to open .xz and .lz archives
 hexagonit.recipe.download = 1.7.post4
 
-Jinja2 = 2.9.4
+Jinja2 = 2.9.5
 PyYAML = 3.12
 MarkupSafe = 0.23
 Werkzeug = 0.11.15
@@ -115,7 +115,7 @@ click = 6.7
 cliff = 2.4.0
 cmd2 = 0.6.9
 collective.recipe.template = 2.0
-cryptography = 1.7.1
+cryptography = 1.7.2
 decorator = 4.0.11
 idna = 2.2
 inotifyx = 0.2.2
@@ -132,7 +132,7 @@ pyOpenSSL = 16.2.0
 pyasn1 = 0.1.9
 pyparsing = 2.1.10
 pytz = 2016.10
-requests = 2.12.5
+requests = 2.13.0
 setuptools = 19.6.2
 six = 1.10.0
 slapos.cookbook = 1.0.48
@@ -150,7 +150,7 @@ xml-marshaller = 0.9.7
 Flask = 0.12
 
 # Required by:
-# cryptography==1.7.1
+# cryptography==1.7.2
 enum34 = 1.1.6
 
 # Required by:
@@ -158,7 +158,7 @@ enum34 = 1.1.6
 functools32 = 3.2.3.post2
 
 # Required by:
-# cryptography==1.7.1
+# cryptography==1.7.2
 ipaddress = 1.0.18
 
 # Required by:
-- 
2.30.9