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