Commit 31539089 authored by Hanno Schlichting's avatar Hanno Schlichting

Finished the move of ZSQLMethod / ZRDB to its own project

parent cc22267d
......@@ -50,7 +50,6 @@ eggs =
MultiMapping
Persistence
Products.ZCTextIndex
Products.ZSQLMethods
Record
RestrictedPython
initgroups
......
......@@ -23,7 +23,12 @@ Restructuring
+++++++++++++
- 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.
......
......@@ -48,7 +48,6 @@ setup(name='Zope2',
'MultiMapping',
'Persistence',
'Products.ZCTextIndex',
'Products.ZSQLMethods',
'Record',
'RestrictedPython',
'ZConfig',
......
......@@ -10,7 +10,6 @@ MultiMapping = svn svn://svn.zope.org/repos/main/MultiMapping/trunk
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
......
......@@ -16,7 +16,6 @@ MultiMapping = 2.13.0
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment