Commit 22a012ca authored by Hanno Schlichting's avatar Hanno Schlichting

New zope.lifecycleevent which allows us to get rid of zope.dublincore

parent aa2976cc
...@@ -123,10 +123,10 @@ Zope2 depends on some packages only via transitive test dependencies. ...@@ -123,10 +123,10 @@ Zope2 depends on some packages only via transitive test dependencies.
- [ ] zope.datetime - [ ] zope.datetime
o zope.app.form o zope.app.form
o zope.dublincore * zope.dublincore
- [ ] zope.dublincore - [X] zope.dublincore
o zope.lifecycleevent * zope.lifecycleevent
Questionable packages that need further evaluation: Questionable packages that need further evaluation:
......
...@@ -84,6 +84,7 @@ Features Added ...@@ -84,6 +84,7 @@ Features Added
- zope.formlib = 3.10.0 - zope.formlib = 3.10.0
- zope.i18nmessageid = 3.5.0 - zope.i18nmessageid = 3.5.0
- zope.location = 3.8.2 - zope.location = 3.8.2
- zope.lifecycleevent = 3.6.0
- zope.ptresource = 3.9.0 - zope.ptresource = 3.9.0
- zope.publisher = 3.11.0 - zope.publisher = 3.11.0
- zope.schema = 3.6.0 - zope.schema = 3.6.0
......
...@@ -48,7 +48,6 @@ zope.copypastemove = 3.6.0 ...@@ -48,7 +48,6 @@ 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
zope.dublincore = 3.6.0
zope.event = 3.4.1 zope.event = 3.4.1
zope.exceptions = 3.5.2 zope.exceptions = 3.5.2
zope.filerepresentation = 3.6.0 zope.filerepresentation = 3.6.0
...@@ -56,7 +55,7 @@ zope.formlib = 3.10.0 ...@@ -56,7 +55,7 @@ zope.formlib = 3.10.0
zope.i18n = 3.7.2 zope.i18n = 3.7.2
zope.i18nmessageid = 3.5.0 zope.i18nmessageid = 3.5.0
zope.interface = 3.5.3 zope.interface = 3.5.3
zope.lifecycleevent = 3.5.2 zope.lifecycleevent = 3.6.0
zope.location = 3.8.2 zope.location = 3.8.2
zope.pagetemplate = 3.5.0 zope.pagetemplate = 3.5.0
zope.processlifetime = 1.0 zope.processlifetime = 1.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