[Checkins] SVN: zopetoolkit/trunk/zopeapp Expose the deprecation status of packages in the versions file in addition to the spec - the versions file is the one used and seen by most people

Hanno Schlichting hannosch at hannosch.eu
Tue Nov 23 15:04:59 EST 2010


Log message for revision 118542:
  Expose the deprecation status of packages in the versions file in addition to the spec - the versions file is the one used and seen by most people
  

Changed:
  U   zopetoolkit/trunk/zopeapp-versions.cfg
  U   zopetoolkit/trunk/zopeapp.cfg

-=-
Modified: zopetoolkit/trunk/zopeapp-versions.cfg
===================================================================
--- zopetoolkit/trunk/zopeapp-versions.cfg	2010-11-23 19:14:28 UTC (rev 118541)
+++ zopetoolkit/trunk/zopeapp-versions.cfg	2010-11-23 20:04:59 UTC (rev 118542)
@@ -1,39 +1,40 @@
 [versions]
 # ZopeApp
-roman = 1.4.0
-wsgi-intercept = 0.4
 zc.sourcefactory = 0.7.0
 zope.app.applicationcontrol = 3.5.8
 zope.app.appsetup = 3.15.0
+zope.app.debug = 3.4.1
+zope.app.http = 3.9.0
+zope.app.publication = 3.12.0
+zope.app.wsgi = 3.9.3
+zope.testbrowser = 3.10.3
+
+# Deprecated
+roman = 1.4.0
+wsgi-intercept = 0.4
+zope.app.authentication = 3.9.0
 zope.app.basicskin = 3.5.1
 zope.app.broken = 3.6.0
 zope.app.component = 3.9.2
 zope.app.container = 3.9.1
 zope.app.content = 3.5.0
-zope.app.debug = 3.4.1
 zope.app.dependable = 3.5.1
 zope.app.error = 3.5.3
 zope.app.exception = 3.6.2
 zope.app.folder = 3.5.1
 zope.app.form = 4.0.2
 zope.app.generations = 3.7.0
-zope.app.http = 3.9.0
 zope.app.i18n = 3.6.3
 zope.app.locales = 3.6.2
 zope.app.localpermission = 3.7.2
 zope.app.pagetemplate = 3.11.2
 zope.app.principalannotation = 3.7.0
-zope.app.publication = 3.12.0
 zope.app.publisher = 3.10.2
 zope.app.renderer = 3.5.1
 zope.app.rotterdam = 3.5.2
 zope.app.schema = 3.5.0
 zope.app.security = 3.7.5
 zope.app.testing = 3.8.0
-zope.app.wsgi = 3.9.3
 zope.app.zcmlfiles = 3.7.0
 zope.app.zopeappgenerations = 3.6.0
 zope.generations = 3.7.0
-zope.testbrowser = 3.10.3
-# Deprecated
-zope.app.authentication = 3.9.0

Modified: zopetoolkit/trunk/zopeapp.cfg
===================================================================
--- zopetoolkit/trunk/zopeapp.cfg	2010-11-23 19:14:28 UTC (rev 118541)
+++ zopetoolkit/trunk/zopeapp.cfg	2010-11-23 20:04:59 UTC (rev 118542)
@@ -12,7 +12,6 @@
   zope.app.publication
   zope.app.wsgi
   zope.testbrowser
-#  zodbcode - test fail
 
 # These packages will be removed in the next version
 deprecating =
@@ -42,7 +41,8 @@
   zope.app.zcmlfiles
   zope.app.zopeappgenerations
   zope.generations
- 
+#  zodbcode - test fail
+
 packages =
   ${zopeapp:included}
   ${zopeapp:deprecating}



More information about the checkins mailing list