Re: [Zope-dev] zope.testbrowser and WebTest (round 2)

2011-03-15 Thread Jan-Jaap Driessen
On 10 March 2011 18:18, Brian Sutherland  wrote:
> On Thu, Mar 10, 2011 at 07:07:24PM +0200, Marius Gedminas wrote:
>> On Thu, Mar 10, 2011 at 04:22:25PM +0100, Brian Sutherland wrote:
>> > I now believe I've taken care of all the issues raised in your review.
>> > connection.py still feels uncomfortable, but I can live with it
>> >
>> > Unless there are any objections, I plan to merge all three branches
>> > (zope.testbrowser, zope.app.wsgi and zope.app.testing) early next week.
>> >
>> > Is there anyone willing to make releases of these to PyPI? (or give me
>> > the access to do it myself)
>>
>> I can give you PyPI access to all three.
>
> Great!
>
>> Note: when asking for PyPI access it's customary to mention one's PyPI
>> username.
>
> I hadn't used it for such a long time I even had to look it up: jinty
>
> --
> Brian Sutherland
> ___
> Zope-Dev maillist  -  Zope-Dev@zope.org
> 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 )



Just released zope.app.wsgi 3.13 that picks up the changes in
zope.testbrowser 4.0, also updated ZTK trunk.

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


[Zope-dev] PyCon Zope sprint Python 3 progress report / roadmap.

2011-03-15 Thread Lennart Regebro
We are here in Atlanta porting Zope stuff, and I've updated the
roadmap, so I thought I'd post it on zope-dev and python-porting, so
people know things are happening, and that they should have been here,
because PyCon was awesome!

So yesterday we've finished the porting of some low-hanging fruits,
and they are now just hanging around waiting for releases. The
complete roadmap for zope.component porting is here:


Done and released:
==

setuptools (ie distribute)
zope.interface
zope.event
zope.exceptions
zope.testrunner


Low hanging fruit:
==

zope.i18nmessageid: Done - not released
   setuptools - Done
TODO: Trunk supports Python 3, not yet released.

zope.hookable: Done - not released
   setuptools - Done
   zope.testing - [test] Done, not released
TODO: Trunk supports Python 3, not yet released.

zope.proxy: Done - not released
   setuptools - Done
   zope.interface - Done
TODO: Trunk supports Python 3, not yet released.

zope.testing: Done - not released
   setuptools - Done
   zope.interface - Done
   zope.exceptions - Done
TODO: Trunk supports Python 3, not yet released.

zope.testrunnner: Done
   setuptools - Done
   zope.interface - Done
   zope.exceptions - Done
   zope.testing - [test] Done, not released
TODO: Some cleanup needed after releasing zope.testing for Python 3.

Mid hanging fruit:
==

zope.configuration:
   setuptools - Done
   zope.interface - Done
   zope.i18nmessageid -  Done, not released
   zope.schema

transaction:
   zope.interface - Done

zc.lockfile:
   setuptools - Done

ZConfig:
   None

zdaemon:
   None

manuel:
   setuptools - Done
   zope.testrunner - Done, waiting for zope.testing.
   zope.testing - [test] Done, not released

High hanging fruit:
===
zc.buildout: In Progress
   setuptools - Done
   zope.testing - [test] Done, not released

zope.component:
   setuptools - Done
   zope.interface - Done
   zope.event - Done
   zope.testing - [test] Done, not released
   zope.testrunner - [test] Almost done, waiting for zope.testing.
   zope.hookable - [hook] [test] Done, not released
   zope.i18nmessageid - [zcml] Done, not released
   zope.proxy - [security]
   zope.location - [security] (Note semi-circular dependency)
   zope.security - [security] (Note semi-circular dependency)
   zope.configuration - [zcml]
   ZODB3 - [persistentregistry] [test]
COMMENT: Loads of tests, mostly doctests means this is a pain to port. Also
there is loads of magic which also may be a pain to port. Lastly, to run all
the tests, we need a lot of extra modules, and some of those require
zope.component. So we need to run only some tests under Python 3, and add
tests once we port the other modules.


zope.component dependencies
===

Optional packages for zope.component. Should be ported directly after
zope.component. I don't know how difficult these are to port.

zope.schema:
   setuptools - Done
   zope.interface - Done
   zope.event - Done
   zope.testing - [test] Done, not released
   z3c.recipe.sphinxdoc - [docs]
COMMENT: Sphinx isn't ported yet. That's only for docs though, so no biggie.
Possibly we'll have to avoid zc.buildout because of that.

zope.location:
   setuptools - Done
   zope.interface - Done
   zope.proxy
   zope.schema
   zope.component - (Note semi-circular dependency)

zope.security: (Uses a c-module)
   setuptools - Done
   zope.interface - Done
   zope.i18nmessageid -  Done, not released
   zope.proxy
   zope.component - (Note semi-circular dependency)
   zope.location
   zope.schema
   zope.testing - [test] Done, not released

ZODB3:
   zope.event - Done
   zope.interface - Done
   transaction
   zc.lockfile
   ZConfig
   zdaemon
   zope.testing - [test] Done, not released
   manuel - [test]
COMMENT: Once zope.testing and zc.buildout are done, merging Martins work
might not be too painful.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] Zope Tests: 77 OK, 29 Failed, 3 Unknown

2011-03-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Mar 14 12:00:00 2011 UTC to Tue Mar 15 12:00:00 2011 UTC.
There were 109 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 36 from 
buildbot at winbot.zope.org, 8 from ccomb at free.fr, 53 from jdriessen at 
thehealthagency.com.


Test failures
-

Subject: FAILED : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 14 14:51:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034882.html

Subject: FAILED : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 14 14:51:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034883.html

Subject: FAILED : winbot / zope.app.wsgi_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 15:29:03 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034893.html

Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 16:17:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034900.html

Subject: FAILED : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 16:24:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034901.html

Subject: FAILED : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 16:55:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034903.html

Subject: FAILED : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Mon Mar 14 17:03:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034905.html

Subject: FAILED : winbot / zope.testrunner_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 17:43:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034921.html

Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 17:53:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034924.html

Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 18:04:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034926.html

Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Mon Mar 14 18:15:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034928.html

Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 18:27:02 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034929.html

Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Mon Mar 14 18:38:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034930.html

Subject: FAILED : winbot / zope.component_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 21:21:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034939.html

Subject: FAILED : winbot / z3c.layer.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 21:50:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034940.html

Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 21:51:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034941.html

Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:11:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034943.html

Subject: FAILED : winbot / zope.app.http_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:28:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034944.html

Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:30:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034945.html

Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:48:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034946.html

Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:49:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034947.html

Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:58:07 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034949.html

Subject: FAILED : winbot / zope.app.wsgi_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 14 22:58:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034950.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Mon Mar 14 23:08:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/034953.html

Subject: FAILED : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb