[Zope-dev] Re: why external version indexes don't fulfill all use cases for development

2007-11-13 Thread Chris Withers
Tres Seaver wrote: If I specify index as above, how do I get other packages which may not appear in that index? You install them in a separate transaction: the 'index_url' setting in a pacakge setup.py only governs where setuptools goes to find packages which are dependencies of that package.

[Zope-dev] Zope Tests: 4 OK, 1 Failed

2007-11-13 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 12 13:00:00 2007 UTC to Tue Nov 13 13:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Test failures - Subject: FAILED (errors=1) : Zope-2.8 Python-2.3.6 : Linux From: Zope Unit Tests Date: Mon Nov 12 20:53:48

[Zope-dev] Re: why external version indexes don't fulfill all use cases for development

2007-11-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Tres Seaver wrote: If I specify index as above, how do I get other packages which may not appear in that index? You install them in a separate transaction: the 'index_url' setting in a pacakge setup.py only governs where

[Zope-dev] zope.publisher returns 200 Ok instead of 200 OK

2007-11-13 Thread Martijn Faassen
Hi there, In zope.publisher.http, the status string for 200 is defined to be 'Ok', instead of 'OK', which is in the HTTP spec. Now status messages may, according to the spec, be replaced by 'local equivalents' without affecting the protocol, and the status messages in the spec are just

Re: [Zope-dev] zope.publisher returns 200 Ok instead of 200 OK

2007-11-13 Thread Martijn Pieters
On Nov 13, 2007 9:33 PM, Martijn Faassen [EMAIL PROTECTED] wrote: In zope.publisher.http, the status string for 200 is defined to be 'Ok', instead of 'OK', which is in the HTTP spec. Now status messages may, according to the spec, be replaced by 'local equivalents' without affecting the

[Zope-dev] Egg install bot results

2007-11-13 Thread Chris McDonough
I've created a bot process (see http://svn.repoze.org/playground/trunk/chris/zopesvnchecker/checker.py) that: - checks out the trunk subdir of each top-level directory in svn.zope.org - if the resulting directory does not have a setup.py, we skip the directory - if the resulting

Re: [Zope-dev] zope.publisher returns 200 Ok instead of 200 OK

2007-11-13 Thread Martijn Faassen
Hi there, On Nov 13, 2007 9:45 PM, Martijn Pieters [EMAIL PROTECTED] wrote: On Nov 13, 2007 9:33 PM, Martijn Faassen [EMAIL PROTECTED] wrote: [snip] What do people think? Should this be fixed? This came up before in a bug report on Launchpad, and it was decided that to change this would

Re: [Zope-dev] Egg install bot results

2007-11-13 Thread Chris McDonough
I've created a variant of the script I used to generate the results referenced in my original message within this thread. http://svn.repoze.org/playground/trunk/chris/zopesvnchecker/releasechecker.py The new variant attempts to easy_install each cheeseshop project that has 'zope' in its