Merging the zope.component's conditional support for zope.security

View: New views
8 Messages — Rating Filter:   Alert me  

Merging the zope.component's conditional support for zope.security

by Fabio Tranchitella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Thomas Lotze :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Fabio Tranchitella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* 2009-11-06 18:36, Thomas Lotze wrote:
> I obviously don't. The sooner, the better.

I'm going to merge the code on Sunday, if nobody objects.

Best regards,
Fabio
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Fabio Tranchitella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Fabio Tranchitella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Martijn Faassen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Fabio Tranchitella-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Re: Merging the zope.component's conditional support for zope.security

by Martijn Faassen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


_______________________________________________
Zope-Dev maillist  -  Zope-Dev@...
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )