[Checkins] SVN: RestrictedPython/tags/3.2.0/s Package RestrictedPython-3.2.0 as an egg.

Tres Seaver tseaver at palladion.com
Wed Apr 5 12:06:33 EDT 2006


Log message for revision 66556:
  Package RestrictedPython-3.2.0 as an egg.

Changed:
  U   RestrictedPython/tags/3.2.0/setup.cfg.in
  U   RestrictedPython/tags/3.2.0/setup.py
  _U  RestrictedPython/tags/3.2.0/src/

-=-
Modified: RestrictedPython/tags/3.2.0/setup.cfg.in
===================================================================
--- RestrictedPython/tags/3.2.0/setup.cfg.in	2006-04-05 16:01:16 UTC (rev 66555)
+++ RestrictedPython/tags/3.2.0/setup.cfg.in	2006-04-05 16:06:32 UTC (rev 66556)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: RestrictedPython/tags/3.2.0/setup.py
===================================================================
--- RestrictedPython/tags/3.2.0/setup.py	2006-04-05 16:01:16 UTC (rev 66555)
+++ RestrictedPython/tags/3.2.0/setup.py	2006-04-05 16:06:32 UTC (rev 66556)
@@ -24,8 +24,8 @@
     from distutils.core import setup, Extension
 
 setup(name='RestrictedPython',
-      version='1.0',
-      url='http://svn.zope.org/RestrictedPython',
+      version='3.2.0',
+      url='http://svn.zope.org/RestrictedPython/tags/3.2.0',
       license='ZPL 2.1',
       description='Restricted Python executiion handlers',
       author='Zope Corporation and Contributors',


Property changes on: RestrictedPython/tags/3.2.0/src
___________________________________________________________________
Name: svn:externals
   - RestrictedPython svn://svn.zope.org/repos/main/Zope3/trunk/src/RestrictedPython

   + RestrictedPython svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0/src/RestrictedPython




More information about the Checkins mailing list