[Checkins] SVN: zope.app.zcmlfiles/trunk/ Remove include of ``zope.app.zopeappgenerations`` that is not useful unless

Gediminas Paulauskas menesis at pov.lt
Fri Jan 20 18:52:32 UTC 2012


Log message for revision 124100:
  Remove include of ``zope.app.zopeappgenerations`` that is not useful unless
  upgrading a database older than Zope 3.4.  This cuts the last dependency on
  ``zope.app.authentication`` from the ZTK.
  
  

Changed:
  U   zope.app.zcmlfiles/trunk/CHANGES.txt
  U   zope.app.zcmlfiles/trunk/setup.py
  U   zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml

-=-
Modified: zope.app.zcmlfiles/trunk/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2012-01-20 18:48:53 UTC (rev 124099)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2012-01-20 18:52:31 UTC (rev 124100)
@@ -1,10 +1,12 @@
 Change History
 ==============
 
-3.7.2 (unreleased)
+3.8.0 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless
+  upgrading a database older than Zope 3.4.  This cuts the last dependency on
+  ``zope.app.authentication`` from the ZTK.
 
 
 3.7.1 (2011-07-26)

Modified: zope.app.zcmlfiles/trunk/setup.py
===================================================================
--- zope.app.zcmlfiles/trunk/setup.py	2012-01-20 18:48:53 UTC (rev 124099)
+++ zope.app.zcmlfiles/trunk/setup.py	2012-01-20 18:52:31 UTC (rev 124100)
@@ -37,7 +37,7 @@
 
 setup(
     name='zope.app.zcmlfiles',
-    version='3.7.2dev',
+    version='3.8.0dev',
     url='http://pypi.python.org/pypi/zope.app.zcmlfiles',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
@@ -98,7 +98,6 @@
                       'zope.app.schema',
                       'zope.app.security',
                       'zope.app.wsgi',
-                      'zope.app.zopeappgenerations',
                       ],
     zip_safe=False,
     )

Modified: zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml
===================================================================
--- zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2012-01-20 18:48:53 UTC (rev 124099)
+++ zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2012-01-20 18:52:31 UTC (rev 124100)
@@ -50,7 +50,6 @@
 
   <!-- Database boostrapping and maintanance -->
   <include package="zope.app.appsetup" />
-  <include package="zope.app.zopeappgenerations" />
 
   <!-- Services -->
   <include package="zope.app.principalannotation" />



More information about the checkins mailing list