[Checkins] SVN: Interface/tags/2.11.0b1/s Adjust version number and externals to match 2.11.0b1 release.

Philipp von Weitershausen philikon at philikon.de
Sun Jan 6 15:57:12 EST 2008


Log message for revision 82723:
  Adjust version number and externals to match 2.11.0b1 release.
  Merge from trunk: Interface apparently depends on zope.schema, at least the tests do.

Changed:
  U   Interface/tags/2.11.0b1/setup.py
  _U  Interface/tags/2.11.0b1/src/

-=-
Modified: Interface/tags/2.11.0b1/setup.py
===================================================================
--- Interface/tags/2.11.0b1/setup.py	2008-01-06 20:56:23 UTC (rev 82722)
+++ Interface/tags/2.11.0b1/setup.py	2008-01-06 20:57:11 UTC (rev 82723)
@@ -17,7 +17,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Interface',
-      version = '2.11.0dev',
+      version = '2.11.0b1',
       url='http://cheeseshop.python.org/pypi/Interface',
       license='ZPL 2.1',
       description='Interface implementation',
@@ -31,7 +31,7 @@
       packages=find_packages('src'),
       package_dir={'': 'src'},
 
-      install_requires=['zope.interface'],
+      install_requires=['zope.interface', 'zope.schema'],
       include_package_data=True,
       zip_safe=False,
       )


Property changes on: Interface/tags/2.11.0b1/src
___________________________________________________________________
Name: svn:externals
   - Interface svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Interface

   + Interface svn://svn.zope.org/repos/main/Zope/tags/2.11.0b1/lib/python/Interface




More information about the Checkins mailing list