[Checkins] SVN: bbkit/trunk/ Update ztk & zopeapp revisions

Baiju M baiju.m.mail at gmail.com
Sun Feb 21 01:48:06 EST 2010


Log message for revision 109205:
  Update ztk & zopeapp revisions
  

Changed:
  U   bbkit/trunk/CHANGES.txt
  U   bbkit/trunk/bluebream.cfg
  U   bbkit/trunk/buildout.cfg

-=-
Modified: bbkit/trunk/CHANGES.txt
===================================================================
--- bbkit/trunk/CHANGES.txt	2010-02-21 06:46:59 UTC (rev 109204)
+++ bbkit/trunk/CHANGES.txt	2010-02-21 06:48:05 UTC (rev 109205)
@@ -4,7 +4,38 @@
 1.0a2 (unreleased)
 ------------------
 
+- Added zope.pluggableauth (1.0.1) to ztk.cfg
 
+- Changed versions: ztk.cfg (r107997 -> r108937)
+
+  - zope.pluggableauth (1.0.1)
+  - zope.component (3.8.0 -> 3.9.1)
+  - zope.configuration (3.7.0 -> 3.7.1)
+  - zope.mimetype (1.1.2 -> 1.2.0)
+  - zope.minmax (1.1.1 -> 1.1.2)
+  - zope.schema (3.6.0 -> 3.6.1)
+  - zope.sendmail (3.6.1 -> 3.7.1)
+  - zope.testing (3.8.6 -> 3.8.7)
+  - zope.traversing (3.11.0 -> 3.12.0)
+  - Jinja2 (2.1.1 -> 2.2.1)
+  - Pygments (1.1 -> 1.2.2)
+  - pytz (2009r -> 2010b)
+  - Sphinx (0.6.3 -> 0.6.4)
+
+- Added zope.app.session (3.6.1) to zopeapp.cfg
+
+- Removed zope.app.session (3.6.1) from bluebream.cfg
+
+- Changed versions: zopeapp.cfg (r107993 -> r108937)
+
+  - zope.app.authentication (3.6.2 -> 3.7.1)
+  - zope.app.locales (3.5.2 -> 3.6.0)
+  - zope.app.pagetemplate (3.10.0 -> 3.10.1)
+  - zope.app.principalannotation (3.6.1 -> 3.7.0)
+  - zope.app.wsgi (3.6.0 -> 3.6.1)
+  - zope.app.zcmlfiles (3.6.1 -> 3.7.0)
+  - zope.app.session (3.6.1)
+
 1.0a1 (2010-02-06)
 ------------------
 

Modified: bbkit/trunk/bluebream.cfg
===================================================================
--- bbkit/trunk/bluebream.cfg	2010-02-21 06:46:59 UTC (rev 109204)
+++ bbkit/trunk/bluebream.cfg	2010-02-21 06:48:05 UTC (rev 109205)
@@ -5,21 +5,15 @@
   zope.app.xmlrpcintrospection
   z3c.testsetup
 
-# zope.app.session is available in the new zopeapp (trunk)
-# This should be removed when updating version
-
-  zope.app.session
-
 packages = ${bluebream:included}
 
 [buildout]
 extends =
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=107993
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=107997
+    http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=108937
+    http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=108937
 
 [versions]
 zope.app.xmlrpcintrospection = 3.5.1
-zope.app.session = 3.6.1
 z3c.testsetup = 0.6.1
 
 # Dependencies:

Modified: bbkit/trunk/buildout.cfg
===================================================================
--- bbkit/trunk/buildout.cfg	2010-02-21 06:46:59 UTC (rev 109204)
+++ bbkit/trunk/buildout.cfg	2010-02-21 06:48:05 UTC (rev 109205)
@@ -1,4 +1,5 @@
 [buildout]
+eggs-directory = /mnt/a9/eggs
 parts = test-ztk
         test-zopeapp
         test-bluebream



More information about the checkins mailing list