[Zope-Checkins] SVN: Zope/trunk/ Dropped the direct dependencies on packages that have been factored out of the main Zope 2 tree. Make sure you declare a dependency in your own distribution if you still use one of these: ``Products.BTreeFolder2``, ``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``, ``Products.PythonScripts`` or ``Products.StandardCacheManagers``.
Hanno Schlichting
hannosch at hannosch.eu
Sat Oct 9 10:57:21 EDT 2010
Log message for revision 117404:
Dropped the direct dependencies on packages that have been factored out of the main Zope 2 tree. Make sure you declare a dependency in your own distribution if you still use one of these: ``Products.BTreeFolder2``, ``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``, ``Products.PythonScripts`` or ``Products.StandardCacheManagers``.
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/setup.py
U Zope/trunk/sources.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2010-10-09 14:56:56 UTC (rev 117403)
+++ Zope/trunk/buildout.cfg 2010-10-09 14:57:21 UTC (rev 117404)
@@ -53,12 +53,7 @@
Missing
MultiMapping
Persistence
- Products.BTreeFolder2
- Products.ExternalMethod
- Products.MailHost
Products.OFSP
- Products.PythonScripts
- Products.StandardCacheManagers
Products.ZCTextIndex
Record
RestrictedPython
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-10-09 14:56:56 UTC (rev 117403)
+++ Zope/trunk/doc/CHANGES.rst 2010-10-09 14:57:21 UTC (rev 117404)
@@ -15,3 +15,12 @@
Features Added
++++++++++++++
+
+Restructuring
++++++++++++++
+
+- Dropped the direct dependencies on packages that have been factored out of
+ the main Zope 2 tree. Make sure you declare a dependency in your own
+ distribution if you still use one of these: ``Products.BTreeFolder2``,
+ ``Products.ExternalMethod``, ``Products.MailHost``, ``Products.MIMETools``,
+ ``Products.PythonScripts`` or ``Products.StandardCacheManagers``.
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2010-10-09 14:56:56 UTC (rev 117403)
+++ Zope/trunk/setup.py 2010-10-09 14:57:21 UTC (rev 117404)
@@ -104,13 +104,6 @@
'zope.testing',
'zope.traversing',
'zope.viewlet',
- # BBB optional dependencies to be removed in Zope 2.14
- 'Products.BTreeFolder2',
- 'Products.ExternalMethod',
- 'Products.MailHost',
- 'Products.MIMETools',
- 'Products.PythonScripts',
- 'Products.StandardCacheManagers',
] + additional_install_requires,
include_package_data=True,
Modified: Zope/trunk/sources.cfg
===================================================================
--- Zope/trunk/sources.cfg 2010-10-09 14:56:56 UTC (rev 117403)
+++ Zope/trunk/sources.cfg 2010-10-09 14:57:21 UTC (rev 117404)
@@ -9,12 +9,7 @@
MultiMapping = svn ^/MultiMapping/trunk
nt_svcutils = svn ^/nt_svcutils/trunk
Persistence = svn ^/Persistence/trunk
-Products.BTreeFolder2 = svn ^/Products.BTreeFolder2/trunk
-Products.ExternalMethod = svn ^/Products.ExternalMethod/trunk
-Products.MIMETools = svn ^/Products.MIMETools/trunk
Products.OFSP = svn ^/Products.OFSP/trunk
-Products.PythonScripts = svn ^/Products.PythonScripts/trunk
-Products.StandardCacheManagers = svn ^/Products.StandardCacheManagers/trunk
Products.ZCTextIndex = svn ^/Products.ZCTextIndex/trunk
Record = svn ^/Record/trunk
tempstorage = svn ^/tempstorage/trunk
More information about the Zope-Checkins
mailing list