Commit 54fd634d authored by Kristopher Ruzic's avatar Kristopher Ruzic

update pinned versions and use custom soapPy version that runs with buildouts.

parent bc1e53bc
...@@ -614,15 +614,20 @@ zope.app.publication = 3.14.0 ...@@ -614,15 +614,20 @@ zope.app.publication = 3.14.0
# newer version requires zope.testbrowser>=4 # newer version requires zope.testbrowser>=4
zope.app.testing = 3.8.1 zope.app.testing = 3.8.1
# auto generated list # modified version that works fine for buildout installation
SOAPpy = 0.12.0nxd001
# CMF 2.3 is not yet supported.
Products.CMFCalendar = 2.2.3
Products.CMFCore = 2.2.8
Products.CMFDefault = 2.2.4
Products.CMFTopic = 2.2.1
Products.CMFUid = 2.2.1
# Pinned versions
MySQL-python = 1.2.5 MySQL-python = 1.2.5
Pillow = 2.8.1 Pillow = 2.8.1
Products.CMFActionIcons = 2.1.3 Products.CMFActionIcons = 2.1.3
Products.CMFCalendar = 2.3.0b0
Products.CMFCore = 2.3.0
Products.CMFDefault = 2.3.0b2
Products.CMFTopic = 2.3.0b0
Products.CMFUid = 2.3.0b0
Products.DCWorkflowGraph = 0.4.1 Products.DCWorkflowGraph = 0.4.1
Products.ExternalEditor = 1.1.0 Products.ExternalEditor = 1.1.0
Products.GenericSetup = 1.7.5 Products.GenericSetup = 1.7.5
...@@ -634,7 +639,6 @@ Products.TIDStorage = 5.4.9 ...@@ -634,7 +639,6 @@ Products.TIDStorage = 5.4.9
PyPDF2 = 1.24 PyPDF2 = 1.24
PyXML = 0.8.5 PyXML = 0.8.5
Pympler = 0.4.1 Pympler = 0.4.1
SOAPpy = 0.12.22
StructuredText = 2.11.1 StructuredText = 2.11.1
WSGIUtils = 0.7 WSGIUtils = 0.7
apache-libcloud = 0.17.0 apache-libcloud = 0.17.0
...@@ -691,7 +695,7 @@ xupdate-processor = 0.4 ...@@ -691,7 +695,7 @@ xupdate-processor = 0.4
GitPython = 1.0.1 GitPython = 1.0.1
# Required by: # Required by:
# Products.CMFCore==2.3.0 # Products.CMFCore==2.2.8
Products.ZSQLMethods = 2.13.4 Products.ZSQLMethods = 2.13.4
# Required by: # Required by:
...@@ -702,17 +706,13 @@ atomize = 0.2.0 ...@@ -702,17 +706,13 @@ atomize = 0.2.0
# apache-libcloud==0.17.0 # apache-libcloud==0.17.0
backports.ssl-match-hostname = 3.4.0.2 backports.ssl-match-hostname = 3.4.0.2
# Required by:
# SOAPpy==0.12.22
defusedxml = 0.4.1
# Required by: # Required by:
# slapos.toolbox==0.48 # slapos.toolbox==0.48
feedparser = 5.2.0 feedparser = 5.2.0.post1
# Required by: # Required by:
# Products.CMFCore==2.3.0 # SOAPpy===0.12.0nxd001
five.globalrequest = 1.0 fpconst = 0.7.2
# Required by: # Required by:
# slapos.toolbox==0.48 # slapos.toolbox==0.48
...@@ -726,10 +726,6 @@ paramiko = 1.15.2 ...@@ -726,10 +726,6 @@ paramiko = 1.15.2
# slapos.toolbox==0.48 # slapos.toolbox==0.48
rpdb = 0.1.5 rpdb = 0.1.5
# Required by:
# SOAPpy==0.12.22
wstools = 0.4.3
# Required by: # Required by:
# zope.app.testing==3.8.1 # zope.app.testing==3.8.1
zope.app.debug = 3.4.1 zope.app.debug = 3.4.1
...@@ -739,5 +735,6 @@ zope.app.debug = 3.4.1 ...@@ -739,5 +735,6 @@ zope.app.debug = 3.4.1
zope.app.dependable = 3.5.1 zope.app.dependable = 3.5.1
# Required by: # Required by:
# five.globalrequest==1.0 # Products.CMFCalendar==2.2.3
zope.globalrequest = 1.1 # five.formlib==1.0.4
\ No newline at end of file zope.app.form = 4.0.2
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