Commit 712c9b57 authored by Hanno Schlichting's avatar Hanno Schlichting

Use a new version of zope.container which removes the need for zope.copypastemove.

parent 22a012ca
...@@ -116,10 +116,10 @@ Zope2 depends on some packages only via transitive test dependencies. ...@@ -116,10 +116,10 @@ Zope2 depends on some packages only via transitive test dependencies.
- [ ] zope.copy - [ ] zope.copy
o zope.location o zope.location
o zope.site o zope.site
o zope.copypastemove * zope.copypastemove
- [ ] zope.copypastemove - [X] zope.copypastemove
o zope.container * zope.container
- [ ] zope.datetime - [ ] zope.datetime
o zope.app.form o zope.app.form
......
...@@ -53,7 +53,7 @@ eggs = ...@@ -53,7 +53,7 @@ eggs =
zope.browserresource zope.browserresource
zope.component zope.component
zope.configuration zope.configuration
zope.container [test] zope.container
zope.contentprovider zope.contentprovider
zope.contenttype zope.contenttype
zope.deferredimport zope.deferredimport
...@@ -62,7 +62,7 @@ eggs = ...@@ -62,7 +62,7 @@ eggs =
zope.i18n [compile] zope.i18n [compile]
zope.i18nmessageid zope.i18nmessageid
zope.interface zope.interface
zope.lifecycleevent [test] zope.lifecycleevent
zope.location zope.location
zope.pagetemplate zope.pagetemplate
zope.processlifetime zope.processlifetime
...@@ -78,7 +78,7 @@ eggs = ...@@ -78,7 +78,7 @@ eggs =
zope.structuredtext zope.structuredtext
zope.tal zope.tal
zope.tales zope.tales
zope.traversing [test] zope.traversing
zope.viewlet zope.viewlet
defaults = ['--module', '!^(zope[.]app)[.]'] defaults = ['--module', '!^(zope[.]app)[.]']
......
...@@ -75,7 +75,7 @@ Features Added ...@@ -75,7 +75,7 @@ Features Added
- zope.browserresource = 3.10.2 - zope.browserresource = 3.10.2
- zope.component = 3.8.0 - zope.component = 3.8.0
- zope.configuration = 3.7.0 - zope.configuration = 3.7.0
- zope.container = 3.10.0 - zope.container = 3.10.1
- zope.contentprovider = 3.6.1 - zope.contentprovider = 3.6.1
- zope.contenttype = 3.5.0 - zope.contenttype = 3.5.0
- zope.copypastemove = 3.6.0 - zope.copypastemove = 3.6.0
......
...@@ -40,11 +40,10 @@ zope.browserresource = 3.10.2 ...@@ -40,11 +40,10 @@ zope.browserresource = 3.10.2
zope.cachedescriptors = 3.5.0 zope.cachedescriptors = 3.5.0
zope.component = 3.8.0 zope.component = 3.8.0
zope.configuration = 3.7.0 zope.configuration = 3.7.0
zope.container = 3.10.0 zope.container = 3.10.1
zope.contentprovider = 3.6.1 zope.contentprovider = 3.6.1
zope.contenttype = 3.5.0 zope.contenttype = 3.5.0
zope.copy = 3.5.0 zope.copy = 3.5.0
zope.copypastemove = 3.6.0
zope.datetime = 3.4.0 zope.datetime = 3.4.0
zope.deferredimport = 3.5.0 zope.deferredimport = 3.5.0
zope.dottedname = 3.4.6 zope.dottedname = 3.4.6
......
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