[Zope-dev] Re: SVN: zope.app.container/trunk/CHANGES.txt Added release note

2008-07-08 Thread Philipp von Weitershausen

Roger Ineichen wrote:

Log message for revision 88121:
  Added release note

Changed:
  U   zope.app.container/trunk/CHANGES.txt

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===
--- zope.app.container/trunk/CHANGES.txt2008-07-08 17:45:53 UTC (rev 
88120)
+++ zope.app.container/trunk/CHANGES.txt2008-07-08 17:46:50 UTC (rev 
88121)
@@ -2,6 +2,13 @@
 CHANGES
 ===
 
+

+Heads up:
+
+Relase zope.app.authentication 3.4.2 if this 3.6.1 get released. It contains a 
+bugfix based on the BTreeContainer re-implementation.

+
+


I think this it can be released now. The fix you applied was needed 
either way, if I'm correct. GroupFolder's __init__ was not calling its 
own super's __init__ but the super __init__ of BTreeFolder. This should 
have worked before and after the changes in zope.app.container 3.6.x.


Of course, it'd be good to test this with both zope.app.container 3.5.x 
and 3.6.x first :)


___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] zope.app.authentication broken!

2008-07-08 Thread Roger Ineichen
hi

I'm pretty sure the container changes are not compatible because of
some bad __init__ methods in inherited classes in other packages.

But that's not the fault of the refactoring that is correct 
as far as I can see.

zope.app.authentication.groupfolder.py

class GroupFolder(BTreeContainer):



def __init__(self, prefix=u''):
self.prefix=prefix
super(BTreeContainer,self).__init__()



The *super(BTreeContainer,self).__init__()* will
not initialize the right thing here. right?

What was the reason of calling:
super(BTreeContainer,self).__init__()
instead of:
super(GroupFolder, self).__init__()

btw, did someone run the tests with all packages that depend
on zope.app.container?

Regards
Roger Ineichen
_
END OF MESSAGE

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] Re: zope.testing releases missing on pypi

2008-07-08 Thread Andreas Jung
In fact I uploaded zope.testing 3.5.2 on Sunday to PyPI. However I also 
noticed that 3.5.2 disappeared this morning and that I had no longer 
permissions on zope.testing...no idea what's going on.


Andreas

--On 8. Juli 2008 14:13:35 +0200 Wichert Akkerman <[EMAIL PROTECTED]> wrote:


I see zope.testing 3.5.2 and 3.5.3 in svn and used by Zope2 but the
latest version on pypi is 3.5.1. Why is that? And can that be corrected?

Wichert.

--
Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.




--
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK

E-Publishing, Python, Zope & Plone development, Consulting


pgpmT2YVj6tnw.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] zope.testing releases missing on pypi

2008-07-08 Thread Wichert Akkerman
I see zope.testing 3.5.2 and 3.5.3 in svn and used by Zope2 but the
latest version on pypi is 3.5.1. Why is that? And can that be corrected?

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] Zope Tests: 5 OK

2008-07-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Jul  7 11:00:00 2008 UTC to Tue Jul  8 11:00:00 2008 UTC.
There were 5 messages: 5 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Tests
Date: Mon Jul  7 21:01:10 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-July/009820.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Tests
Date: Mon Jul  7 21:02:40 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-July/009821.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Tests
Date: Mon Jul  7 21:04:10 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-July/009822.html

Subject: OK : Zope-2.11 Python-2.4.4 : Linux
From: Zope Tests
Date: Mon Jul  7 21:05:40 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-July/009823.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Tests
Date: Mon Jul  7 21:07:10 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-July/009824.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] Re: Product version number redundancy with version.txt and setup.py

2008-07-08 Thread Alexander Limi
On Mon, 07 Jul 2008 13:44:43 -0700, Wichert Akkerman <[EMAIL PROTECTED]>  
wrote:



Previously Hanno Schlichting wrote:

Tim Hicks wrote:
>Am I right in thinking that there is a duplication of information in
>having an eggified product's version number stored in setup.py and
>version.txt?

Having your setup.py read its version from version.txt is easy, if you
don't want to update two places.

I think the more interesting question is, why we need a persistent
registry of installed products and any information about them at all
anymore?


ZClasses


Speaking of which, are there plans to rip out ZClasses from Zope 2.12?  
It's about time!


--
Alexander Limi · http://limi.net

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )