[Zope-Checkins] SVN: Zope/trunk/ Note the state of WSGI for the first alpha

Hanno Schlichting hannosch at hannosch.eu
Thu Jun 24 12:44:13 EDT 2010


Log message for revision 113801:
  Note the state of WSGI for the first alpha
  

Changed:
  _U  Zope/trunk/
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/doc/WHATSNEW.rst
  U   Zope/trunk/setup.py
  U   Zope/trunk/versions.cfg

-=-

Property changes on: Zope/trunk
___________________________________________________________________
Modified: svn:ignore
   - bin
build
dist
inituser
lib
local.cfg
testing.log
develop-eggs
eggs
parts
.installed.cfg

   + bin
build
dist
etc
inituser
lib
local.cfg
testing.log
develop-eggs
eggs
parts
var
.installed.cfg


Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2010-06-24 16:13:14 UTC (rev 113800)
+++ Zope/trunk/buildout.cfg	2010-06-24 16:44:11 UTC (rev 113801)
@@ -10,6 +10,7 @@
     allpy
     docs
     checkversions
+    wsgi
 
 extends = versions.cfg
 unzip = true
@@ -101,3 +102,15 @@
 [checkversions]
 recipe = zc.recipe.egg
 eggs = z3c.checkversions [buildout]
+
+
+[wsgi]
+recipe = zc.recipe.egg
+eggs =
+    Zope2
+    repoze.who
+    repoze.tm2
+    repoze.retry
+    Paste
+    PasteDeploy
+    PasteScript

Modified: Zope/trunk/doc/WHATSNEW.rst
===================================================================
--- Zope/trunk/doc/WHATSNEW.rst	2010-06-24 16:13:14 UTC (rev 113800)
+++ Zope/trunk/doc/WHATSNEW.rst	2010-06-24 16:44:11 UTC (rev 113801)
@@ -66,7 +66,10 @@
 deployment model will over time become the default and the old ZServer
 implementation will be deprecated. There's no concrete timeline for this yet.
 
+NOTE: There's no setup documentation nor streamlined instance creation logic
+for a WSGI setup yet. This will be provided in a later alpha release.
 
+
 Zope Toolkit
 ------------
 

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2010-06-24 16:13:14 UTC (rev 113800)
+++ Zope/trunk/setup.py	2010-06-24 16:44:11 UTC (rev 113801)
@@ -100,7 +100,7 @@
           'runzope=Zope2.Startup.run:run',
           'zopectl=Zope2.Startup.zopectl:run',
           'zpasswd=Zope2.utilities.zpasswd:main',
-          'addzope2user=Zope2.utilities.adduser:main'
+          # 'addzope2user=Zope2.utilities.adduser:main'
       ],
     },
 )

Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2010-06-24 16:13:14 UTC (rev 113800)
+++ Zope/trunk/versions.cfg	2010-06-24 16:44:11 UTC (rev 113801)
@@ -22,7 +22,13 @@
 
 # Zope2 dependencies
 docutils = 0.6
+Paste = 1.7.4
+PasteDeploy = 1.3.3
+PasteScript = 1.7.3
 pytz = 2010h
+repoze.retry = 0.9.4
+repoze.tm2 = 1.0a5
+repoze.who = 2.0a2
 
 # ZTK
 zope.annotation = 3.5.0



More information about the Zope-Checkins mailing list