[Zope3-dev] Removed zope.security 3.4b4

2007-08-15 Thread Christian Theune
Hi,

I saw the error reports about zope.security and got talked to from a few
people that they had severe problems managing around this. I removed the
3.4b4 distribution from download.zope.org to allow them to continue
using zopeproject and grokproject until we find a fix.

I wasn't sure about that, so if someone has even worse problems now,
please speak up and I'll put the package back into place again. I hope I
didn't cause any more problems than exist already.

Christian

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



zope.security problems related to Python 2.5 update? (Was: [Zope3-dev] Removed zope.security 3.4b4)

2007-08-15 Thread Christian Theune
Am Mittwoch, den 15.08.2007, 14:15 +0200 schrieb Christian Theune:
 Hi,
 
 I saw the error reports about zope.security and got talked to from a few
 people that they had severe problems managing around this. I removed the
 3.4b4 distribution from download.zope.org to allow them to continue
 using zopeproject and grokproject until we find a fix.
 
 I wasn't sure about that, so if someone has even worse problems now,
 please speak up and I'll put the package back into place again. I hope I
 didn't cause any more problems than exist already.

This is deeper than I thought. b3 doesn't work either. It looks like the
merge from the branch with support for Python 2.5 is causing the
problems. 

Christian

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: zope.security problems related to Python 2.5 update? (Was: [Zope3-dev] Removed zope.security 3.4b4)

2007-08-15 Thread Wichert Akkerman
Previously Christian Theune wrote:
 Am Mittwoch, den 15.08.2007, 14:15 +0200 schrieb Christian Theune:
  Hi,
  
  I saw the error reports about zope.security and got talked to from a few
  people that they had severe problems managing around this. I removed the
  3.4b4 distribution from download.zope.org to allow them to continue
  using zopeproject and grokproject until we find a fix.
  
  I wasn't sure about that, so if someone has even worse problems now,
  please speak up and I'll put the package back into place again. I hope I
  didn't cause any more problems than exist already.
 
 This is deeper than I thought. b3 doesn't work either. It looks like the
 merge from the branch with support for Python 2.5 is causing the
 problems. 

I can confirm that the last release before the python 2.5 support was
added (3.4.0-b2) works correctly.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removed zope.security 3.4b4

2007-08-15 Thread Christian Theune
Hey,

Am Mittwoch, den 15.08.2007, 14:15 +0200 schrieb Christian Theune:
 Hi,
 
 I saw the error reports about zope.security and got talked to from a few
 people that they had severe problems managing around this. I removed the
 3.4b4 distribution from download.zope.org to allow them to continue
 using zopeproject and grokproject until we find a fix.
 
 I wasn't sure about that, so if someone has even worse problems now,
 please speak up and I'll put the package back into place again. I hope I
 didn't cause any more problems than exist already.

Ok. As this affected more packages and Wichert found out how to deal
with this in the buildout.cfg of grokproject (zopeproject and other
buildout-based projects should be able to derive a workaround for this
until it's fixed.)

See http://paste.plone.org/16261 for the full buildout.cfg. The most
important lines are 11 to 15:

[app]
recipe = zc.zope3recipes=0.5.3:application
eggs =
test
zope.security==3.4.0b2


Christian

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com