-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Martijn Faassen wrote: > Tres Seaver wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Jim Fulton wrote: >> >>> Martijn Faassen wrote: > > [snip] > >>>> Right, lib/python/zope is actually Zope X3.0.0, and we didn't expect >>>> we'd need to *update* Zope X3.0 in order for it to work with Zope 2.8. >>>> The new ZODB version is having some repercussions there. Zope X3.0 was >>>> released against an older version of ZODB. I'm really at a loss at >>>> what to do there. >>> >>> Perhaps we should make a X3.0.1. This is fairly long overdue >>> anyway. >>> >>> Alternatively, we could make a branch for use in 2.8. I don't >>> think this would really be a problem. >> >> We already have one: it was needed in order to remove the "excess" >> packages (the ones tagged as being in X3.0, without actually being >> installed by the zpkg stuff). > > You want to do the get_transaction() changes on that then, and not on > the ZopeX3.0 branch proper?
Depends. If somebody has an appetite for making a 3.0.1 release (not me!) then make the branch compatible with ZODB 3.4. We can then re-branch to create the 2.8 extract (probably by merging the changes from our current branch). >>>> I can spend time trying to shut up Zope X3 I guess, if that >>>> is the only option... >> >> >> >> Adding the required methods to the zope.app.mail.delivery thingy should >> take less than an hour, I think. >> > > I'm not following this. What required methods with what > zope.app.mail.delivery? I thought we were talking about ZODB 3.4 related > changes here. ZODB 3.4 updates the transaction.IDataManager contract (documents what was always the real contract), which causes a test in that package to fail. Again, we can "fix" it on the 3.0 branch, if a release is planned there, or else just fix it on our own branch. Tres. - -- =============================================================== Tres Seaver [EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCTB4iGqWXf00rNCgRAlSCAJ9DpgI3a0xMUR9XJK+dWmQb7eb2xQCfVDmY mIH6sohjv/H5c+j1hlD+fpg= =YZSP -----END PGP SIGNATURE----- _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
