[Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Rocky Burt
On Sun, 2006-23-04 at 20:40 +0200, yuppie wrote:
> So I guess
> 
> 1.) the CMF stuff is obsolete with CMF 2.0

Indeed, this is great news!


> 2.) pythonproducts doesn't work with CMF 2.0
> (not tested, but patch_listDefaultTypeInformation seems to require 
> listDefaultTypeInformation)

Right, a goal of beta2 is to make sure certain futuristic combinations
of zope/five/cmf still at least run with pythonproducts even if
pythonproducts isn't required.  Main goal is to ensure pythonproducts is
smart enough to only patch stuff that isn't already working.


> 3.) registerPackage works out of the box with Five 1.4 / Zope 2.10
> (also not tested)

Well, a little more than that.  registerPackage "should" work out of the
box with the following combos:
  - Zope 2.9 and Five 1.4+
  - Zope 2.10 (any Five version including the included version)


- Rocky

-- 
Rocky Burt
AdaptiveWave - Content Management as a Service
http://www.adaptivewave.com
Content Management Made 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] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread yuppie

Hi Rocky!


Rocky Burt wrote:

Well, pythonproducts patches regular Zope and also CMF.  Five 1.4
includes the patches for regular Zope... and with Zope 2.10 those
patches will of course be directly applied to Zope (thats what I'm
working on right now).

But there's still the matter of CMF.  At some point I want to get the
patches integrated into CMF 1.6 and/or 2.0 but with 1.6 its probably too
late and with CMF 2.0 I need to better understand how the FTI stuff
works before I can (or if I even should) apply the patches.

This basically means with Zope 2.10, pythonproducts will be 75%
useless ... everything besides the CMF stuff.


listDefaultTypeInformation no longer exists in CMF 2.0 and AFAICS that's 
the only thing pythonproducts patches in CMF.


So I guess

1.) the CMF stuff is obsolete with CMF 2.0

2.) pythonproducts doesn't work with CMF 2.0
(not tested, but patch_listDefaultTypeInformation seems to require 
listDefaultTypeInformation)


3.) registerPackage works out of the box with Five 1.4 / Zope 2.10
(also not tested)


Cheers,

Yuppie

___
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 )


Re: [Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Jens Vagelpohl

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 23 Apr 2006, at 18:47, Rocky Burt wrote:


On Sun, 2006-23-04 at 19:30 +0200, Florent Guillaume wrote:
Cool. What's the status of it regarding integration directly into  
Zope 2.10?


Well, pythonproducts patches regular Zope and also CMF.  Five 1.4
includes the patches for regular Zope... and with Zope 2.10 those
patches will of course be directly applied to Zope (thats what I'm
working on right now).

But there's still the matter of CMF.  At some point I want to get the
patches integrated into CMF 1.6 and/or 2.0 but with 1.6 its  
probably too

late and with CMF 2.0 I need to better understand how the FTI stuff
works before I can (or if I even should) apply the patches.


Whatever those patches are (I did not look) you should target CMF 2.1  
(the current trunk) and not 1.6/2.0 because those are now in  
maintenance mode. CMF 2.1 will be ready in time for Plone 3.0, that's  
already been decided.


jens

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFES8X8RAx5nvEhZLIRApq3AJ9kaPyCK4YDIguIOyewvaiKb3BPwACfV1W+
eKVNmri6zGeOIqZDPJq5ubE=
=ZH5K
-END 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] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Rocky Burt
On Sun, 2006-23-04 at 19:30 +0200, Florent Guillaume wrote:
> Cool. What's the status of it regarding integration directly into Zope 2.10?

Well, pythonproducts patches regular Zope and also CMF.  Five 1.4
includes the patches for regular Zope... and with Zope 2.10 those
patches will of course be directly applied to Zope (thats what I'm
working on right now).

But there's still the matter of CMF.  At some point I want to get the
patches integrated into CMF 1.6 and/or 2.0 but with 1.6 its probably too
late and with CMF 2.0 I need to better understand how the FTI stuff
works before I can (or if I even should) apply the patches.

This basically means with Zope 2.10, pythonproducts will be 75%
useless ... everything besides the CMF stuff.

- Rocky

-- 
Rocky Burt
AdaptiveWave - Content Management as a Service
http://www.adaptivewave.com
Content Management Made 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] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Florent Guillaume

Cool. What's the status of it regarding integration directly into Zope 2.10?

Florent

Rocky Burt wrote:

I'm pleased to announce the first beta release of pythonproducts.

pythonproducts
==

Description
  A mechanism to construct Zope 2 products as regular python 
  packages.  This enables a python package to be deployed as a 
  Zope 2 product using a similar strategy as Zope 3.


Author/Maintainer
  `Rocky Burt <[EMAIL PROTECTED]>`__

Latest Release
  `1.0beta1
`__

License
  BSD-style, see LICENSE.txt for details

Source Control
  http://codespeak.net/svn/z3/pythonproducts/
 
Requirements

  - Python 2.3.5 or higher in 2.3.x series
  - Zope 2.8 or 2.9
  - Five 1.2 or higher


--
Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
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 )