[Zope-dev] Zope Tests: 8 OK

2009-09-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Sep 10 12:00:00 2009 UTC to Fri Sep 11 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Thu Sep 10 20:44:45 EDT 2009 URL: http://

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 2:20 AM, Wichert Akkerman wrote: > Suppose you are working on an app which includes a package that depends on A >>= 2.1 to make sure it can use a new API introduced in A 2.1. If you then > add a develop egg for A to do some work on it things break with this policy > because

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Benji York wrote: > On Fri, Sep 11, 2009 at 2:20 AM, Wichert Akkerman wrote: >> Suppose you are working on an app which includes a package that depends on A >>> = 2.1 to make sure it can use a new API introduced in A 2.1. If you then >> add a develop egg for A to do some work on it things break wi

[Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Martijn Faassen
Hi there, Apparently some people are using '0' instead of the next version for packages in the ZTK. Please do not do this for ZTK packages. The official policy for releasing is here. http://docs.zope.org/zopetoolkit/process/releasing-software.html It is also all right to use a tool like zest.

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Marius Gedminas
On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: > On Thu, Sep 10, 2009 at 4:12 PM, Hanno Schlichting wrote: > > On Thu, Sep 10, 2009 at 9:46 PM, Alex Chapman wrote: > >> Log message for revision 103721: > >>  keep trunk version at 0. Update changes > > > > I think I've seen the practic

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Jim Fulton
On Fri, Sep 11, 2009 at 8:55 AM, Martijn Faassen wrote: > Hi there, > > Apparently some people are using '0' instead of the next version for > packages in the ZTK. > > Please do not do this for ZTK packages. The official policy for > releasing is here. > > http://docs.zope.org/zopetoolkit/process/

Re: [Zope-dev] Subversion externals versus mirroring

2009-09-11 Thread Chris Withers
Martijn Faassen wrote: > Christian Theune wrote: > [snip] >> Same here. We also ended up in many deadlock situations having to >> sacrifice chickens for SVN to resume operations. That's why we started >> investigating alternatives which are better at branching and merging. > > Please keep up poste

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Fred Drake
On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen wrote: > So, could you please follow this policy for ZTK packages in SVN? I suspect it would help if packages that are part of the ZTK have that indicated somewhere convenient, like near where the version number is specified in the setup.py file.

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 9:07 AM, Marius Gedminas wrote: > On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: >> 3) [no] superfluous version bumps on the trunk > > I don't understand this one.  Could you elaborate? The current practice is that after doing a release you have to change the

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen wrote: > Well, the official policy of the ZTK is still to use the 'dev' approach. > We can't just suddenly start to use something else just like that, > without discussion. Absolutely. This is that discussion. :) > In addition, if you are going t

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Martijn Faassen
Hey, Jim Fulton wrote: > On Fri, Sep 11, 2009 at 8:55 AM, Martijn Faassen > wrote: >> Hi there, >> >> Apparently some people are using '0' instead of the next version for >> packages in the ZTK. >> >> Please do not do this for ZTK packages. The official policy for >> releasing is here. >> >> htt

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Gary Poster
On Sep 11, 2009, at 9:53 AM, Benji York wrote: > On Fri, Sep 11, 2009 at 9:07 AM, Marius Gedminas > wrote: >> On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: >>> 3) [no] superfluous version bumps on the trunk >> >> I don't understand this one. Could you elaborate? > > The current

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 10:30 AM, Gary Poster wrote: > Also, since I'm also in the "setup.py should be able to specify minimum > versions" camp (admittedly unlike others, such as Benji, to my continued > surprise) I've gotta keep you guessing somehow. ;) > The '0' pattern seems like a loss for m

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 10:41 AM, Martijn Faassen wrote: > Benji York wrote: >> On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen >> wrote: >>> Well, the official policy of the ZTK is still to use the 'dev' approach. >>> We can't just suddenly start to use something else just like that, >>> witho

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Gary Poster wrote: [snip] > ...Mmm, what Marius describes works for me, I believe. I've > definitely used that trick and showed it to others, at least. Maybe > it worked by mistake? /me wonders if he was doing something wrong, or > if he remembersbut doesn't take the time to try it again r

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Jim Fulton
On Fri, Sep 11, 2009 at 10:11 AM, Martijn Faassen wrote: > Hey, > > Jim Fulton wrote: >> On Fri, Sep 11, 2009 at 8:55 AM, Martijn Faassen >> wrote: >>> Hi there, >>> >>> Apparently some people are using '0' instead of the next version for >>> packages in the ZTK. >>> >>> Please do not do this fo

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Fred Drake
On Fri, Sep 11, 2009 at 10:30 AM, Gary Poster wrote: > Also, since I'm also in the "setup.py should be able to specify > minimum versions" camp (admittedly unlike others, such as Benji, to my > continued surprise) I agree with you on this point; it's quite useful for setup.py to be able to specif

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Benji York
On Fri, Sep 11, 2009 at 10:41 AM, Jim Fulton wrote: > On Fri, Sep 11, 2009 at 10:11 AM, Martijn Faassen > wrote: >> * I (and others) use tools to do releases (zest.releaser in my case). >> These tools are based on this policy. Changing the policy breaks the tools. > > The proposed change would ma

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Benji York wrote: > On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen > wrote: >> Well, the official policy of the ZTK is still to use the 'dev' approach. >> We can't just suddenly start to use something else just like that, >> without discussion. > > Absolutely. This is that discussion. :) It'

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Martijn Faassen
Jim Fulton wrote: >> * it breaks dependencies on development versions which have version >> requirements in it (see Wichert's comments on the original thread). > > I'm not sure I understand this. I think your answer is below, and your solution would be to add a == 0 to the dependencies. >> We'

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Martijn Faassen
Hi there, I was doing some thrawling of ZTK packages anyway, and this was easy. So, it appears the following ZTK packages now follow the 'version="0"' convention: zope.copypastemove zope.html zope.app.applicationcontrol zope.app.basicskin zope.app.i18n zope.app.publication zope.app.pythonpage

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Fred Drake wrote: > On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen > wrote: >> So, could you please follow this policy for ZTK packages in SVN? > > I suspect it would help if packages that are part of the ZTK have that > indicated somewhere convenient, like near where the version number is > s

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Jim Fulton
I'm guilty of causing most these packages to violate the standards, while making their tests pass. Jim On Fri, Sep 11, 2009 at 11:39 AM, Martijn Faassen wrote: > Hi there, > > I was doing some thrawling of ZTK packages anyway, and this was easy. > So,  it appears the following ZTK packages now f

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Marius Gedminas
On Fri, Sep 11, 2009 at 09:53:51AM -0400, Benji York wrote: > On Fri, Sep 11, 2009 at 9:07 AM, Marius Gedminas wrote: > > On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: > >> 3) [no] superfluous version bumps on the trunk > > > > I don't understand this one.  Could you elaborate? > >

Re: [Zope-dev] official release policy ZTK is still not changed

2009-09-11 Thread Martijn Faassen
Jim Fulton wrote: > I'm guilty of causing most these packages to violate the standards, > while making their tests pass. Wasn't my intent to track down the guilty, just ran into this information and wanted to record it for posterity. Making their tests pass is of course way more important than t

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Benji York wrote: > On Fri, Sep 11, 2009 at 10:41 AM, Martijn Faassen > wrote: >> Benji York wrote: >>> On Fri, Sep 11, 2009 at 8:53 AM, Martijn Faassen >>> wrote: Well, the official policy of the ZTK is still to use the 'dev' approach. We can't just suddenly start to use something els

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Martijn Faassen
Hey, Marius Gedminas wrote: > On Fri, Sep 11, 2009 at 09:53:51AM -0400, Benji York wrote: >> On Fri, Sep 11, 2009 at 9:07 AM, Marius Gedminas wrote: >>> On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: 3) [no] superfluous version bumps on the trunk >>> I don't understand this one.

Re: [Zope-dev] [Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

2009-09-11 Thread Gary Poster
On Sep 11, 2009, at 12:05 PM, Martijn Faassen wrote: > Hey, > > Marius Gedminas wrote: >> On Fri, Sep 11, 2009 at 09:53:51AM -0400, Benji York wrote: >>> On Fri, Sep 11, 2009 at 9:07 AM, Marius Gedminas >>> wrote: On Thu, Sep 10, 2009 at 04:23:31PM -0400, Benji York wrote: > 3) [no] s

Re: [Zope-dev] Subversion externals versus mirroring

2009-09-11 Thread Sebastien Douche
On Thu, Sep 10, 2009 at 16:58, Martijn Faassen wrote: Hi Martjin > Hey, > > Christian Theune wrote: > [snip] >> Same here. We also ended up in many deadlock situations having to >> sacrifice chickens for SVN to resume operations. That's why we started >> investigating alternatives which are bette

[Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Gary Poster
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download? Thanks Gary ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mail

Re: [Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Marius Gedminas
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote: > Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 > but there is no download to be found! :-) Could whoever made the > release add the download? Is it important that the same person do it? In theory, sinc

Re: [Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Alexander J Smith
On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas wrote: > On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote: >> Hi.  pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 >>   but there is no download to be found! :-)  Could whoever made the >> release add the download? >

Re: [Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Alexander J Smith
On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith wrote: > On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas wrote: >> On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote: >>> Hi.  pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 >>>   but there is no download to be fo

Re: [Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Gary Poster
On Sep 11, 2009, at 4:57 PM, Alexander J Smith wrote: > On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith > wrote: >> On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas >> wrote: >>> On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote: Hi. pypi advertises http://pypi.python.org

Re: [Zope-dev] where is zc.zservertracelog 1.2.0?

2009-09-11 Thread Marius Gedminas
On Fri, Sep 11, 2009 at 05:51:16PM -0400, Gary Poster wrote: > > On Sep 11, 2009, at 4:57 PM, Alexander J Smith wrote: > > > On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith > > wrote: > >> On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas > >> wrote: > >>> On Fri, Sep 11, 2009 at 03:51:30