[Checkins] SVN: zope.location/trunk/s Make compatible with upcoming release of zope.schema 3.5.1

Christian Theune ct at gocept.com
Fri Jan 30 11:55:33 EST 2009


Log message for revision 95591:
  Make compatible with upcoming release of zope.schema 3.5.1
  

Changed:
  U   zope.location/trunk/setup.py
  U   zope.location/trunk/src/zope/location/location.txt

-=-
Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2009-01-30 16:54:07 UTC (rev 95590)
+++ zope.location/trunk/setup.py	2009-01-30 16:55:33 UTC (rev 95591)
@@ -53,7 +53,7 @@
       namespace_packages=['zope',],
       install_requires=['setuptools',
                         'zope.interface',
-                        'zope.schema',
+                        'zope.schema>=3.5.1dev',
                         'zope.component',
                         'zope.proxy>3.3',
                         ],

Modified: zope.location/trunk/src/zope/location/location.txt
===================================================================
--- zope.location/trunk/src/zope/location/location.txt	2009-01-30 16:54:07 UTC (rev 95590)
+++ zope.location/trunk/src/zope/location/location.txt	2009-01-30 16:55:33 UTC (rev 95591)
@@ -35,7 +35,7 @@
 >>> a.location = loc
 Traceback (most recent call last):
 ...
-WrongContainedType: [foo <type 'unicode'>]
+WrongContainedType: [WrongType('foo', <type 'unicode'>)]
 
 
 The `inside` Function



More information about the Checkins mailing list