[Checkins] SVN: z3c.profiler/trunk/ - No longer used deprecated z3c.layer.

Michael Howitz mh at gocept.com
Thu Feb 19 14:54:53 EST 2009


Log message for revision 96792:
  - No longer used deprecated z3c.layer.
  
  - Fixed dependencies and tests.
  

Changed:
  U   z3c.profiler/trunk/CHANGES.txt
  U   z3c.profiler/trunk/README.txt
  U   z3c.profiler/trunk/buildout.cfg
  U   z3c.profiler/trunk/setup.py
  U   z3c.profiler/trunk/src/z3c/profiler/setup.zcml
  U   z3c.profiler/trunk/src/z3c/profiler/tests.py

-=-
Modified: z3c.profiler/trunk/CHANGES.txt
===================================================================
--- z3c.profiler/trunk/CHANGES.txt	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/CHANGES.txt	2009-02-19 19:54:53 UTC (rev 96792)
@@ -2,6 +2,14 @@
 CHANGES
 =======
 
+0.6.0 (unreleased)
+------------------
+
+- No longer used deprecated z3c.layer.
+
+- Fixed dependencies and tests.
+
+
 0.5.1 (2008-01-24)
 ------------------
 

Modified: z3c.profiler/trunk/README.txt
===================================================================
--- z3c.profiler/trunk/README.txt	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/README.txt	2009-02-19 19:54:53 UTC (rev 96792)
@@ -1 +1 @@
-This package provides an profiler skins whcih allows you to profile pages.
\ No newline at end of file
+This package provides a profiler skin which allows you to profile pages.
\ No newline at end of file

Modified: z3c.profiler/trunk/buildout.cfg
===================================================================
--- z3c.profiler/trunk/buildout.cfg	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/buildout.cfg	2009-02-19 19:54:53 UTC (rev 96792)
@@ -1,9 +1,7 @@
 [buildout]
 develop = .
 parts = logs app checker coverage test var
-find-links = http://pypi.python.org/simple/z3c.layer.pagelet/
 
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.profiler [test]
@@ -28,6 +26,11 @@
 [app]
 recipe = z3c.recipe.dev:app
 eggs = z3c.profiler
+       zope.app.folder
+       zope.app.session
+       zope.app.schema
+       zope.app.zopeappgenerations
+
 server = zserver
 zope.conf =
   ${var:zconfig}
@@ -75,7 +78,7 @@
   </configure>
 
 
-principals.zcml = 
+principals.zcml =
   <unauthenticatedPrincipal
       id="zope.anybody"
       title="Unauthenticated User"

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/setup.py	2009-02-19 19:54:53 UTC (rev 96792)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Foundation and Contributors.
+# Copyright (c) 2007-2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -21,9 +21,11 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
+version = '0.5.2dev'
+
 setup (
     name='z3c.profiler',
-    version='0.5.2dev',
+    version=version,
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "Profiler skin for Zope3",
@@ -59,7 +61,11 @@
             'z3c.coverage',
             'z3c.etestbrowser',
             'zope.app.testing',
-            'zope.app.securitypolicy'],
+            'zope.app.folder',
+            'zope.app.session',
+            'zope.app.schema',
+            'zope.app.zopeappgenerations',
+            ],
         ),
     install_requires = [
         'setuptools',
@@ -68,8 +74,6 @@
         'zope.app.pagetemplate',
         'zope.app.publisher',
         'zope.app.container',
-        'zope.app.securitypolicy',
-        'zope.app.testing',
         'zope.app.twisted',
         'zope.app.zapi',
         'zope.contentprovider',
@@ -78,16 +82,17 @@
         'zope.interface',
         'zope.schema',
         'zope.security',
+        'zope.securitypolicy',
         'zope.testing',
         'zope.traversing',
         'zope.viewlet',
         'z3c.i18n',
-        'z3c.layer',
         'z3c.macro',
         'z3c.pagelet',
         'z3c.template',
         'z3c.zrtresource',
         'z3c.layer.pagelet',
+        'z3c.layer.minimal',
         ],
     zip_safe = False,
 )

Modified: z3c.profiler/trunk/src/z3c/profiler/setup.zcml
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/setup.zcml	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/src/z3c/profiler/setup.zcml	2009-02-19 19:54:53 UTC (rev 96792)
@@ -21,19 +21,13 @@
   <exclude package="zope.app.authentication.browser" file="httpplugins.zcml" />
   <exclude package="zope.app.authentication.browser" file="principalfolder.zcml" />
   <exclude package="zope.app.authentication.browser" file="session.zcml" />
-  <exclude package="zope.app.broken" file="browser.zcml" />
-  <exclude package="zope.app.container.browser" />
-  <exclude package="zope.app.error.browser" />
   <exclude package="zope.app.folder.browser" />
-  <exclude package="zope.app.i18n.browser" />
-  <exclude package="zope.app.securitypolicy.browser" />
   <exclude package="zope.app.session" file="browser.zcml" />
   <exclude package="zope.dublincore.browser" />
 
 
   <!-- meta configure -->
   <include package="zope.app.component" file="meta.zcml" />
-  <include package="zope.app.component.browser" file="meta.zcml" />
   <include package="zope.app.container.browser" file="meta.zcml" />
   <include package="zope.app.pagetemplate" file="meta.zcml" />
   <include package="zope.app.publication" file="meta.zcml" />
@@ -82,9 +76,7 @@
 
   <!-- zope app package configuration -->
   <include package="zope.app.authentication" />
-  <include package="zope.app.broken" />
   <include package="zope.app.component" />
-  <include package="zope.app.container" />
   <include package="zope.app.folder" />
   <include package="zope.app.generations" file="subscriber.zcml" />
   <include package="zope.app.http" />
@@ -92,7 +84,6 @@
   <include package="zope.app.publisher" />
   <include package="zope.app.publisher.browser" />
   <include package="zope.app.security" />
-  <include package="zope.app.securitypolicy" />
   <include package="zope.app.session" />
 
   <include package="z3c.layer.minimal" />

Modified: z3c.profiler/trunk/src/z3c/profiler/tests.py
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/tests.py	2009-02-19 18:22:25 UTC (rev 96791)
+++ z3c.profiler/trunk/src/z3c/profiler/tests.py	2009-02-19 19:54:53 UTC (rev 96792)
@@ -19,7 +19,6 @@
 
 import unittest
 from zope.testing import doctest
-from zope.app.testing import placelesssetup
 
 from z3c.profiler import testing
 



More information about the Checkins mailing list