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

Tres Seaver tseaver at palladion.com
Wed Apr 5 09:48:03 EDT 2006


Log message for revision 66531:
  Package zope.thread-3.2.0 as an egg.

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

-=-
Modified: zope.thread/tags/3.2.0/setup.cfg.in
===================================================================
--- zope.thread/tags/3.2.0/setup.cfg.in	2006-04-05 13:46:26 UTC (rev 66530)
+++ zope.thread/tags/3.2.0/setup.cfg.in	2006-04-05 13:48:03 UTC (rev 66531)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.thread/tags/3.2.0/setup.py
===================================================================
--- zope.thread/tags/3.2.0/setup.py	2006-04-05 13:46:26 UTC (rev 66530)
+++ zope.thread/tags/3.2.0/setup.py	2006-04-05 13:48:03 UTC (rev 66531)
@@ -24,8 +24,8 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.thread',
-      version='1.0',
-      url='http://svn.zope.org/zope.thread',
+      version='3.2.0',
+      url='http://svn.zope.org/zope.thread/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope3 Thread-Local Storage',
       author='Zope Corporation and Contributors',


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

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




More information about the Checkins mailing list