Merging the zope.component's conditional support for zope.security
Hello, I'd like to finally merge my branch which adds conditional support for zope.security, removing the hard dependency between zope.component[zcml] and zope.security. The branch also contains the hook's branch Thomas discussed on the list, and it is available here: svn://svn.zope.org/repos/main/zope.component/branches/conditional-zope.security The only package in the ZTK failing tests with this branch is zope.sendmail (it is importing PublicPermission from zope.component.zcml); I will fix it after merging into the trunk. Does anybody has objections? Thanks, Fabio
Fabio Tranchitella wrote:
Hello,
I'd like to finally merge my branch which adds conditional support for zope.security, removing the hard dependency between zope.component[zcml] and zope.security.
The branch also contains the hook's branch Thomas discussed on the list, and it is available here:
svn://svn.zope.org/repos/main/zope.component/branches/conditional-zope.security
The only package in the ZTK failing tests with this branch is zope.sendmail (it is importing PublicPermission from zope.component.zcml); I will fix it after merging into the trunk.
Does anybody has objections?
I obviously don't. The sooner, the better. -- Thomas
Hello, * 2009-11-06 20:34, Fabio Tranchitella wrote:
I'm going to merge the code on Sunday, if nobody objects.
I merged the branch back to zope.component and fixed zope.sendmail, which was importing a security-related symbol from zope.component.zcml; I ran the ZTK tests and I have no failures. The only missing thing is to release the new versions of zope.component and zope.sendmail and (maybe) update the ZTK KGS. I don't have the permissions to do the release, though. Best regards. Fabio
Anyone willing to make a new release of zope.component and zope.sendmmail, or give me the pypi access to do it? Thanks, Fabio * 2009-11-08 13:35, Fabio Tranchitella wrote:
* 2009-11-06 20:34, Fabio Tranchitella wrote:
I'm going to merge the code on Sunday, if nobody objects.
I merged the branch back to zope.component and fixed zope.sendmail, which was importing a security-related symbol from zope.component.zcml; I ran the ZTK tests and I have no failures.
The only missing thing is to release the new versions of zope.component and zope.sendmail and (maybe) update the ZTK KGS. I don't have the permissions to do the release, though.
Hey, Fabio Tranchitella wrote:
Anyone willing to make a new release of zope.component and zope.sendmmail, or give me the pypi access to do it?
What's your pypi username? Regards, Martijn
Hello, * 2009-11-16 10:25, Martijn Faassen wrote:
Anyone willing to make a new release of zope.component and zope.sendmmail, or give me the pypi access to do it? What's your pypi username?
kobold Thanks, Fabio
Fabio Tranchitella wrote:
Hello,
* 2009-11-16 10:25, Martijn Faassen wrote:
Anyone willing to make a new release of zope.component and zope.sendmmail, or give me the pypi access to do it? What's your pypi username?
kobold
I've added you for zope.component. You already had release access for zope.sendmail. Good luck! As a probably superfluous reminder, make sure to make these feature (not bugfix) releases. :) Regards, Martijn
participants (3)
-
Fabio Tranchitella -
Martijn Faassen -
Thomas Lotze