[Checkins] SVN: zope.deprecation/tags/3.1.0/ Release management for zope.deprecation-3.1.0 eggification.

Tres Seaver tseaver at palladion.com
Tue Apr 4 13:39:32 EDT 2006


Log message for revision 66419:
  Release management for zope.deprecation-3.1.0 eggification.

Changed:
  U   zope.deprecation/tags/3.1.0/CHANGES.txt
  U   zope.deprecation/tags/3.1.0/setup.cfg.in
  U   zope.deprecation/tags/3.1.0/setup.py
  _U  zope.deprecation/tags/3.1.0/src/zope/

-=-
Modified: zope.deprecation/tags/3.1.0/CHANGES.txt
===================================================================
--- zope.deprecation/tags/3.1.0/CHANGES.txt	2006-04-04 17:29:25 UTC (rev 66418)
+++ zope.deprecation/tags/3.1.0/CHANGES.txt	2006-04-04 17:39:32 UTC (rev 66419)
@@ -1,15 +1,6 @@
 zope.deprecation Package Changelog
 ==================================
 
-zope.deprecation version 3.2.0 (2006/01/05)
--------------------------------------------
-
-- Corresponds to the verison of the zope.deprecation package shipped as part of
-  the Zope 3.2.0 release.
-
-- Refactored to eliminate dependency on 'zope.proxy'. This was an especially
-  bad dependency due to the required C exension in 'zope.proxy'.
-
 zope.deprecation version 3.1.0 (2005/10/03)
 -------------------------------------------
 

Modified: zope.deprecation/tags/3.1.0/setup.cfg.in
===================================================================
--- zope.deprecation/tags/3.1.0/setup.cfg.in	2006-04-04 17:29:25 UTC (rev 66418)
+++ zope.deprecation/tags/3.1.0/setup.cfg.in	2006-04-04 17:39:32 UTC (rev 66419)
@@ -1,6 +1,2 @@
 [development]
-depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1
+depends = zope.testing zope.proxy

Modified: zope.deprecation/tags/3.1.0/setup.py
===================================================================
--- zope.deprecation/tags/3.1.0/setup.py	2006-04-04 17:29:25 UTC (rev 66418)
+++ zope.deprecation/tags/3.1.0/setup.py	2006-04-04 17:39:32 UTC (rev 66419)
@@ -25,9 +25,9 @@
     from distutils.core import setup, Extension
     
 setup(name='zope.deprecation',
-      version='3.0',
+      version='3.1.0',
 
-      url='http://svn.zope.org/zope.deprecation',
+      url='http://svn.zope.org/zope.deprecation/tags/3.1.0',
       license='ZPL 2.1',
       description='Zope 3 Deprecation Infrastructure',
       author='Zope Corporation and Contributors',
@@ -41,6 +41,7 @@
       packages=['zope', 'zope.deprecation'],
       namespace_packages=['zope',],
 
+      install_requires=['zope.proxy'],
       tests_require = ['zope.testing'],
       include_package_data = True,
       zip_safe = False,


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

   + deprecation svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.1.0/src/zope/deprecation




More information about the Checkins mailing list