[Zope-CMF] CMF Tests: 4 OK

2009-02-12 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list.
Period Wed Feb 11 12:00:00 2009 UTC to Thu Feb 12 12:00:00 2009 UTC.
There were 4 messages: 4 from CMF Tests.


Tests passed OK
---

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.6 : Linux
From: CMF Tests
Date: Wed Feb 11 21:12:31 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-February/010897.html

Subject: OK : CMF-2.1 Zope-2.11 Python-2.4.6 : Linux
From: CMF Tests
Date: Wed Feb 11 21:14:31 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-February/010898.html

Subject: OK : CMF-trunk Zope-2.10 Python-2.4.6 : Linux
From: CMF Tests
Date: Wed Feb 11 21:16:31 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-February/010899.html

Subject: OK : CMF-trunk Zope-2.11 Python-2.4.6 : Linux
From: CMF Tests
Date: Wed Feb 11 21:18:31 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-February/010900.html

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


[Zope-CMF] [dev] five.localsitemanager: dependencies

2009-02-12 Thread yuppie
Hi!


I have some trouble using five.localsitemanager in a buildout with Zope2 
2.12.dev. This is the error I get:

   Error: There is a version conflict.
   We already have: zope.location 3.5.3
   but Zope2 2.12.dev requires 'zope.location==3.5.2'.

The setup.py of five.localsitemanager specifies these dependencies:

   install_requires=[
 'setuptools',
 'zope.component = 3.5.0',
 'zope.container',
 'zope.event',
 'zope.interface',
 'zope.location = 3.5.0',
 'zope.site = 3.6.0',
 'zope.traversing',
 'Acquisition',
 'Zope2',
 'ZODB3',
   ],

If I remove the dependencies that are also part of the Zope2 2.12.dev 
dependencies everything works fine:

   install_requires=[
 'setuptools',
 'Zope2 = 2.12.dev',
   ],

Is that the right way to resolve that issue? Could it cause any trouble 
if I would check in that change?


Cheers,

Yuppie

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] [dev] five.localsitemanager: dependencies

2009-02-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yuppie wrote:
 Hi!
 
 
 I have some trouble using five.localsitemanager in a buildout with Zope2 
 2.12.dev. This is the error I get:
 
Error: There is a version conflict.
We already have: zope.location 3.5.3
but Zope2 2.12.dev requires 'zope.location==3.5.2'.
 
 The setup.py of five.localsitemanager specifies these dependencies:
 
install_requires=[
  'setuptools',
  'zope.component = 3.5.0',
  'zope.container',
  'zope.event',
  'zope.interface',
  'zope.location = 3.5.0',
  'zope.site = 3.6.0',
  'zope.traversing',
  'Acquisition',
  'Zope2',
  'ZODB3',
],
 
 If I remove the dependencies that are also part of the Zope2 2.12.dev 
 dependencies everything works fine:
 
install_requires=[
  'setuptools',
  'Zope2 = 2.12.dev',
],
 
 Is that the right way to resolve that issue? Could it cause any trouble 
 if I would check in that change?

+1.


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

iD8DBQFJlKfT+gerLs4ltQ4RAgZFAJ0ZNyJFpo9WvxO5Vcf9JgXY0blg1QCfUgRL
qA7WkCZrozsOzpL1LioB5RE=
=grhc
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests