Re: [Zope-dev] Bug day reports

2010-08-25 Thread Michael Howitz
Am 24.08.2010 um 17:12 schrieb Christian Theune:
 Hi everyone,
 
 last week was a bug day and I'd like to repeat the exercise from last 
 time: it would be nice if everyone who was involved in some way to speak 
 up and say what they worked on.

Hi,

I did the following:

- wrote a blueprint:
  https://blueprints.launchpad.net/zope.app.generations/+spec/zope.generations

- wrote a ticket and added a solution for review:
  https://bugs.launchpad.net/zope.copypastemove/+bug/620353
  https://bugs.launchpad.net/zope.copypastemove/+bug/620353/comments/1

- rejected a ticket:
  https://bugs.launchpad.net/zope.catalog/+bug/189783

- released some packages, which contain the permission renaming from 
zope.app.dublincore.* to zope.dublincore.*
  zope.dublincore
  zope.app.file
  zope.app.container

- updated migration documentation in ZTK accordingly:
  
http://docs.zope.org/zopetoolkit/releases/overview-1.0a3.html#zope-dublincore-permission-renaming

Yours sincerely,
-- 
Michael Howitz · m...@gocept.com · software developer
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development

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


Re: [Zope-dev] Blueprint: zope.generations

2010-08-25 Thread Michael Howitz
Am 24.08.2010 um 15:08 schrieb Jim Fulton:
 On Tue, Aug 24, 2010 at 2:32 AM, Michael Howitz m...@gocept.com wrote:
 Am 23.08.2010 um 15:52 schrieb Jim Fulton:
 ...
 I think this is an issue for the individual zope.generations plug ins.
 Does zope.generations itself use this?
 
 No it does not use it itself.
 
 Then this is easy. :)  zope.app.publication should not be a dependency of
 zope.generations.  It should be a dependency of anything that uses it,

The anything that uses it are the applications written on top of Zope. There 
is nothing in between.
I do not think that every application which uses a root folder should implement 
this function separately.
So you really suggest to put this little function into a separate package? 

 including some zope.generations plugins.

I'm not aware of any of those plug-ins and did not find any on PyPI.
So I'm not sure what you mean by zope.generations plugins.


Yours sincerely,
-- 
Michael Howitz · m...@gocept.com · software developer
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development

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


Re: [Zope-dev] Bug day reports

2010-08-25 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I worked on the following bugs:

Already fixed
=
https://bugs.launchpad.net/products.zsqlmethods/+bug/440993

Fixed
=
https://bugs.launchpad.net/products.zsqlmethods/+bug/142689
https://bugs.launchpad.net/products.zsqlmethods/+bug/142501
https://bugs.launchpad.net/zope2/+bug/193122

Moved
=
https://bugs.launchpad.net/products.zsqlmethods/+bug/210398


jens

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

iEYEARECAAYFAkx0y68ACgkQRAx5nvEhZLIhHACglzETKAdzldsyPK599zEnr1PK
ZBUAoKNq1G+M2fCp4u3lnxKtquoNmNQZ
=fQdS
-END PGP SIGNATURE-
___
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 )


Re: [Zope-dev] Zope Tests: 26 OK, 15 Failed, 2 Unknown

2010-08-25 Thread Christophe Combelles
Le 25/08/2010 11:18, Marius Gedminas a écrit :

 FWIW I had to downgrade virtualenv back to 1.3.3, since 1.4.5 uses Distribute
 by default, and zc.zope3recipes 0.6.2 doesn't like Distribute:

 File 
 /var/lib/buildbot/eggs/zc.zope3recipes-0.6.2-py2.4.egg/zc/zope3recipes/README.txt,
  line 78, in README.txt
 Failed example:
  print system(join('bin', 'buildout')),
 Expected:
  Develop: '/sample-buildout/demo1'
  Develop: '/sample-buildout/demo2'
  Installing myapp.
  Generated script '/sample-buildout/parts/myapp/runzope'.
  Generated script '/sample-buildout/parts/myapp/debugzope'.
 Got:
  Develop: '/sample-buildout/demo1'
  install_dir /sample-buildout/develop-eggs/tmpGFC-Sdbuild
  Develop: '/sample-buildout/demo2'
  install_dir /sample-buildout/develop-eggs/tmpIidjYCbuild
  Installing myapp.
  Generated script '/sample-buildout/parts/myapp/runzope'.
  Generated script '/sample-buildout/parts/myapp/debugzope'.


I suppose this should be fixed in Distribute instead. Just a matter of not 
displaying install_dir.



 Looks like the outer buildout.cfg doesn't pin zc.buildout so it always
 gets the latest version, and the inner one doesn't like that at all.  I
 think the fix is to change buildout steps to do this instead:
 ...
  $ cd test  ../sandbox/bin/python ../bootstrap.py  bin/buildout

 (instead of cd test  ../bin/buildout)

 This was the right fix.

 Marius Gedminas



 ___
 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 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: 46 OK, 21 Failed, 1 Unknown

2010-08-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Tue Aug 24 12:00:00 2010 UTC to Wed Aug 25 12:00:00 2010 UTC.
There were 68 messages: 6 from Zope Tests, 1 from buildbot at 
enfoldsystems.com, 14 from buildbot at pov.lt, 15 from buildbot at 
winbot.zope.org, 8 from ccomb at free.fr, 24 from jdriessen at 
thehealthagency.com.


Test failures
-

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 08:55:09 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018864.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 09:03:57 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018865.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 09:13:56 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018866.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 09:17:19 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018867.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 09:49:07 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018868.html

Subject: FAILED : Zope Buildbot / ztk_win slave-win
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 10:28:16 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018870.html

Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Aug 24 10:45:57 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018874.html

Subject: FAILED : Zope Buildbot / ztk_win slave-win
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 11:27:30 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018875.html

Subject: FAILED : Zope Buildbot / zope2 slave-osx
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 11:38:36 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018882.html

Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Aug 24 11:47:06 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018883.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 12:01:49 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018884.html

Subject: FAILED : Zope Buildbot / ztk_win slave-win
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 19:43:11 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018887.html

Subject: FAILED : Zope Buildbot / zope2.12 slave-osx
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 20:03:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018893.html

Subject: FAILED : Zope Buildbot / zope2 slave-osx
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 20:05:54 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018895.html

Subject: FAILED : winbot / ztk_dev py_244_win32
From: buildbot at winbot.zope.org
Date: Tue Aug 24 22:03:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018908.html

Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Aug 24 22:05:43 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018909.html

Subject: FAILED : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Tue Aug 24 22:08:45 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018910.html

Subject: FAILED : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Tue Aug 24 22:11:14 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018912.html

Subject: FAILED : Zope Buildbot / zope2 slave-osx
From: jdriessen at thehealthagency.com
Date: Tue Aug 24 22:29:47 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018917.html

Subject: FAILED : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Aug 25 04:04:56 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018930.html

Subject: FAILED : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Aug 25 05:00:24 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018931.html


Unknown
---

Subject: [zodb-tests] buildbot failure in Enfold Systems on 
zodb-trunk-python-2.6-maestro
From: buildbot at enfoldsystems.com
Date: Wed Aug 25 03:02:58 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018928.html


Tests passed OK
---

Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Tue Aug 24 10:18:01 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-August/018869.html

Subject: OK : Zope Buildbot / ztk slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Aug 

Re: [Zope-dev] Zope Tests: 46 OK, 21 Failed, 1 Unknown

2010-08-25 Thread Marius Gedminas
On Wed, Aug 25, 2010 at 01:59:18PM +0200, Zope Tests Summarizer wrote:
 Summary of messages to the zope-tests list.
 Period Tue Aug 24 12:00:00 2010 UTC to Wed Aug 25 12:00:00 2010 UTC.
 There were 68 messages: ...
 14 from buildbot at pov.lt,

Is there a way to tell buildbot to *not* send emails when build reason
is someone pushed a button on the web page (while trying to fix a
failed build)?

Of those 14 messages only the last 4 are relevant (and they all passed).

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
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 )


Re: [Zope-dev] Zope Tests: 46 OK, 21 Failed, 1 Unknown

2010-08-25 Thread Patrick Gerken
On Wed, Aug 25, 2010 at 14:45, Marius Gedminas mar...@gedmin.as wrote:
 On Wed, Aug 25, 2010 at 01:59:18PM +0200, Zope Tests Summarizer wrote:
 Summary of messages to the zope-tests list.
 Period Tue Aug 24 12:00:00 2010 UTC to Wed Aug 25 12:00:00 2010 UTC.
 There were 68 messages: ...
 14 from buildbot at pov.lt,

 Is there a way to tell buildbot to *not* send emails when build reason
 is someone pushed a button on the web page (while trying to fix a
 failed build)?

 Of those 14 messages only the last 4 are relevant (and they all passed).

I' rather have a look into the script and see if I can limit the
report to only report the last
build per day.

Best regards,

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


Re: [Zope-dev] Blueprint: zope.generations

2010-08-25 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Howitz wrote:
 Am 24.08.2010 um 15:08 schrieb Jim Fulton:
 On Tue, Aug 24, 2010 at 2:32 AM, Michael Howitz m...@gocept.com wrote:
 Am 23.08.2010 um 15:52 schrieb Jim Fulton:
 ...
 I think this is an issue for the individual zope.generations plug ins.
 Does zope.generations itself use this?
 No it does not use it itself.
 Then this is easy. :)  zope.app.publication should not be a dependency of
 zope.generations.  It should be a dependency of anything that uses it,
 
 The anything that uses it are the applications written on top of Zope. 
 There is nothing in between.
 I do not think that every application which uses a root folder should 
 implement this function separately.

Better that than dragging along a zope.app.* dependency into the new
package, whose purpose in life is to make generations useful without
requiring any of zope.app.

 So you really suggest to put this little function into a separate package? 

I don't know the actual users of this utilitiy function.  Pushing the
function into a package which they already depend on would be fine with
me:  if I were going to use zope.generations but didn't need or want
zope.app, then the root finder policy from zope.app would likely be
useless anyhow.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkx1RqIACgkQ+gerLs4ltQ6IuACfQ2wCv0CCwuvFPcr04TZnvFFg
0GkAoM2BHDXBlwQeee72+Yl+Fmij5TQS
=HYUl
-END PGP SIGNATURE-

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


Re: [Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-25 Thread Vladislav Vorobiev
Hi, I tried with clean python installation (2.6 and 2.7), with
virtualnv and without.
I got allways

Installed /home/p26/test/my_zope/lib/
python2.6/site-packages/ZopeUndo-2.12.0-py2.6.egg
Searching for ZODB3
Reading http://download.zope.org/Zope2/index/2.13.0a3/ZODB3/ 
http://download.zope.org/Zope2/index/2.13.0a3/ZODB3/
Best match: ZODB3 3.9.5
Downloading 
http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.9.5.tar.gz 
http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.9.5.tar.gz
Processing ZODB3-3.9.5.tar.gz
Running ZODB3-3.9.5/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-VIJx5b/ZODB3-3.9.5/egg-dist-tmp-X2Ak0k

I created a bugreport.

ps: my normal email for this mailings list is **mymir@gmail.com**. I 
subscribe the list and get emails but I can't send anything. No mail 
from mymir@gmail.com was accept 
http://www.dict.cc/englisch-deutsch/accept.html. Please fix it if posible.
___
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 )


Re: [Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-25 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/25/10 21:32 , Vladislav Vorobiev wrote:
 ps: my normal email for this mailings list is **mymir@gmail.com**. I 
 subscribe the list and get emails but I can't send anything. No mail 
 from mymir@gmail.com was accept 
 http://www.dict.cc/englisch-deutsch/accept.html. Please fix it if posible.

The reason is very simple: You are subscribed as mymir@gmail.com.
However, I see several log entries where the from address is
mymir@googlemail.com. The sender address is not accepted, since no
one is subscribed with the address mymir@googlemail.com. This is
something you need to fix.

jens

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

iEYEARECAAYFAkx1khwACgkQRAx5nvEhZLIMAACgnS8FcpP3jFfA5mE5ifjy0enr
sxAAn1UrT7GNB9PpBfAYVZMANK+SNj4x
=GI9j
-END PGP SIGNATURE-
___
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 )