Re: [Zope-dev] New release for zope.schema

2012-03-23 Thread Adam GROSZER
Hello, On Thu, 22 Mar 2012 19:04:29 +0100 you wrote: Ok, I'll release tomorrow morning when I'm fresh. HOLD, winbot has a problem: FAILED : winbot / zope.schema_py_265_32 Build: http://winbot.zope.org/builders/zope.schema_py_265_32/builds/454 -- Best regards, Adam GROSZER -- Quote of the

Re: [Zope-dev] New release for zope.schema

2012-03-23 Thread Jan-Carel Brand
On Thu, 2012-03-22 at 23:03 +0200, Marius Gedminas wrote: On Thu, Mar 22, 2012 at 07:04:29PM +0100, Jan-Carel Brand wrote: On Thu, 2012-03-22 at 19:39 +0200, Marius Gedminas wrote: $ virtualenv -p python3.2 py32 $ py32/bin/python setup.py develop ... this takes a long

Re: [Zope-dev] New release for zope.schema

2012-03-23 Thread Jan-Carel Brand
On Fri, 2012-03-23 at 12:29 +0100, Jan-Carel Brand wrote: On Fri, 2012-03-23 at 12:16 +0100, Adam GROSZER wrote: Hello, On Thu, 22 Mar 2012 19:04:29 +0100 you wrote: Ok, I'll release tomorrow morning when I'm fresh. HOLD, winbot has a problem: FAILED : winbot /

Re: [Zope-dev] New release for zope.schema

2012-03-23 Thread Adam GROSZER
Hello, On Fri, 23 Mar 2012 12:53:51 +0100 you wrote: Hi Adam I guess you saw that Winbot is now happy again: http://winbot.zope.org/builders/zope.schema_py_265_32/builds/456 This means we need a 4.1.1 release, right? yup -- Best regards, Adam GROSZER -- Quote of the day: God has two

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Jan-Carel Brand
On Thu, 2012-03-22 at 12:19 +0100, Jan-Carel Brand wrote: big snip Thanks for the review. I've committed my changes and ran the tests with Python 2.6 and 2.7. I don't have Python 3.x handy but will compile the latest and test with that as well. Ok, I tested zope.schema in python 3.2.2

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Marius Gedminas
On Thu, Mar 22, 2012 at 12:19:39PM +0100, Jan-Carel Brand wrote: On Wed, 2012-03-21 at 19:58 +0200, Marius Gedminas wrote: Also, would you like to have PyPI access to zope.schema, so that you can do the release yourself? If so, tell us your PyPI username. Sure, my pypi username is:

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Jan-Carel Brand
On Thu, 2012-03-22 at 19:07 +0200, Marius Gedminas wrote: On Thu, Mar 22, 2012 at 12:19:39PM +0100, Jan-Carel Brand wrote: On Wed, 2012-03-21 at 19:58 +0200, Marius Gedminas wrote: Also, would you like to have PyPI access to zope.schema, so that you can do the release yourself? If so,

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Marius Gedminas
On Thu, Mar 22, 2012 at 03:27:20PM +0100, Jan-Carel Brand wrote: On Thu, 2012-03-22 at 12:19 +0100, Jan-Carel Brand wrote: Thanks for the review. I've committed my changes and ran the tests with Python 2.6 and 2.7. I don't have Python 3.x handy but will compile the latest and test with

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Brian Sutherland
On Thu, Mar 22, 2012 at 03:27:20PM +0100, Jan-Carel Brand wrote: (Pdb) vocabulary.__provides__.__iro__ (InterfaceClass zope.schema.interfaces.IContextSourceBinder, InterfaceClass zope.interface.Interface) There it *does* provide IContextSourceBinder. Any ideas why this vocabulary

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Jan-Carel Brand
On Thu, 2012-03-22 at 19:39 +0200, Marius Gedminas wrote: On Thu, Mar 22, 2012 at 03:27:20PM +0100, Jan-Carel Brand wrote: On Thu, 2012-03-22 at 12:19 +0100, Jan-Carel Brand wrote: Thanks for the review. I've committed my changes and ran the tests with Python 2.6 and 2.7. I don't

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Charlie Clark
Am 22.03.2012, 15:27 Uhr, schrieb Jan-Carel Brand li...@opkode.com: Any ideas why this vocabulary doesn't provide it in Python 3? I think you have to use the @implements class decorator for Python 3. Charlie -- Charlie Clark Managing Director Clark Consulting Research German Office

Re: [Zope-dev] New release for zope.schema

2012-03-22 Thread Marius Gedminas
On Thu, Mar 22, 2012 at 07:04:29PM +0100, Jan-Carel Brand wrote: On Thu, 2012-03-22 at 19:39 +0200, Marius Gedminas wrote: $ virtualenv -p python3.2 py32 $ py32/bin/python setup.py develop ... this takes a long time... I miss my buildout egg cache ... $ py32/bin/pip

Re: [Zope-dev] New release for zope.schema

2012-03-21 Thread Marius Gedminas
On Wed, Mar 21, 2012 at 05:29:44PM +0100, Jan-Carel Brand wrote: What needs to be done for a new release of zope.schema? (4.1) (Note: historically zope.schema always used three version components: 4.1.0, not 4.1.) Somebody with interest and PyPI access has to check it out and run fullrelease

Re: [Zope-dev] New release for zope.schema

2012-03-21 Thread Hanno Schlichting
On Wed, Mar 21, 2012 at 6:58 PM, Marius Gedminas mar...@gedmin.as wrote:    For packages that have C extension modules there are probably extra    steps needed to produce Windows binary eggs.  I don't know those    steps (winbot is involved somehow), so I avoid making releases of    packages

Re: [Zope-dev] New release for zope.schema

2012-03-21 Thread Marius Gedminas
On Wed, Mar 21, 2012 at 08:31:39PM +0100, Hanno Schlichting wrote: On Wed, Mar 21, 2012 at 6:58 PM, Marius Gedminas mar...@gedmin.as wrote:    For packages that have C extension modules there are probably extra    steps needed to produce Windows binary eggs.  I don't know those    steps