[Zope-Checkins] SVN: Zope/trunk/ Finished the move of ZSQLMethod / ZRDB to its own project
Hanno Schlichting
hannosch at hannosch.eu
Fri Jul 9 17:07:56 EDT 2010
Log message for revision 114452:
Finished the move of ZSQLMethod / ZRDB to its own project
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/setup.py
U Zope/trunk/sources.cfg
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2010-07-09 20:59:29 UTC (rev 114451)
+++ Zope/trunk/buildout.cfg 2010-07-09 21:07:56 UTC (rev 114452)
@@ -50,7 +50,6 @@
MultiMapping
Persistence
Products.ZCTextIndex
- Products.ZSQLMethods
Record
RestrictedPython
initgroups
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-07-09 20:59:29 UTC (rev 114451)
+++ Zope/trunk/doc/CHANGES.rst 2010-07-09 21:07:56 UTC (rev 114452)
@@ -23,7 +23,12 @@
+++++++++++++
- Factored out the `Products.ZSQLMethod` into its own distribution. The
- distribution also includes the `Shared.DC.ZRDB` code.
+ distribution also includes the `Shared.DC.ZRDB` code. The Zope2 distribution
+ no longer includes the code automatically. Please depend on the new
+ distribution yourself, if you use the functionality. To make the transition
+ easier this change has been backported to Zope 2.12.9, so you can depend on
+ the new distribution already in packages requiring at least that version of
+ Zope 2.
- Made both `Shared` and `Shared.DC` namespace packages.
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2010-07-09 20:59:29 UTC (rev 114451)
+++ Zope/trunk/setup.py 2010-07-09 21:07:56 UTC (rev 114452)
@@ -48,7 +48,6 @@
'MultiMapping',
'Persistence',
'Products.ZCTextIndex',
- 'Products.ZSQLMethods',
'Record',
'RestrictedPython',
'ZConfig',
Modified: Zope/trunk/sources.cfg
===================================================================
--- Zope/trunk/sources.cfg 2010-07-09 20:59:29 UTC (rev 114451)
+++ Zope/trunk/sources.cfg 2010-07-09 21:07:56 UTC (rev 114452)
@@ -10,7 +10,6 @@
nt_svcutils = svn svn://svn.zope.org/repos/main/nt_svcutils/trunk
Persistence = svn svn://svn.zope.org/repos/main/Persistence/trunk
Products.ZCTextIndex = svn svn://svn.zope.org/repos/main/Products.ZCTextIndex/trunk
-Products.ZSQLMethods = svn svn://svn.zope.org/repos/main/Products.ZSQLMethods/trunk
Record = svn svn://svn.zope.org/repos/main/Record/trunk
tempstorage = svn svn://svn.zope.org/repos/main/tempstorage/trunk
zExceptions = svn svn://svn.zope.org/repos/main/zExceptions/trunk
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-07-09 20:59:29 UTC (rev 114451)
+++ Zope/trunk/versions.cfg 2010-07-09 21:07:56 UTC (rev 114452)
@@ -16,7 +16,6 @@
nt-svcutils = 2.13.0
Persistence = 2.13.2
Products.ZCTextIndex = 2.13.0
-Products.ZSQLMethods = 2.13.0
Record = 2.13.0
tempstorage = 2.11.3
zExceptions = 2.13.0
More information about the Zope-Checkins
mailing list