[Checkins] SVN: zope.lifecycleevent/trunk/ Preparing release 3.6.2

Michael Howitz mh at gocept.com
Sat Sep 25 07:24:02 EDT 2010


Log message for revision 116842:
  Preparing release 3.6.2

Changed:
  U   zope.lifecycleevent/trunk/CHANGES.txt
  U   zope.lifecycleevent/trunk/setup.py

-=-
Modified: zope.lifecycleevent/trunk/CHANGES.txt
===================================================================
--- zope.lifecycleevent/trunk/CHANGES.txt	2010-09-25 11:21:28 UTC (rev 116841)
+++ zope.lifecycleevent/trunk/CHANGES.txt	2010-09-25 11:24:01 UTC (rev 116842)
@@ -2,9 +2,10 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2010-09-25)
 ------------------
 
+- Added not declared, but needed test dependency on `zope.component [test]`.
 
 3.6.1 (2010-04-30)
 ------------------
@@ -33,7 +34,7 @@
 - Remove deprecated code and thus remove dependency on zope.deferredimport.
 
 - Change package's mailing list address to zope-dev at zope.org, as
-  zope3-dev at zope.org is now retired. 
+  zope3-dev at zope.org is now retired.
 
 - Update package's description and documentation.
 

Modified: zope.lifecycleevent/trunk/setup.py
===================================================================
--- zope.lifecycleevent/trunk/setup.py	2010-09-25 11:21:28 UTC (rev 116841)
+++ zope.lifecycleevent/trunk/setup.py	2010-09-25 11:24:01 UTC (rev 116842)
@@ -26,7 +26,7 @@
 
 setup(
     name='zope.lifecycleevent',
-    version='3.6.2dev',
+    version='3.6.2',
     url='http://pypi.python.org/pypi/zope.lifecycleevent',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
@@ -55,7 +55,10 @@
                       'zope.component',
                       'zope.event'],
     extras_require=dict(
-        test = ['zope.container',]
+        test = [
+            'zope.component [test]',
+            'zope.container',
+            ]
         ),
     zip_safe=False,
     )



More information about the checkins mailing list