[Checkins] SVN: five.localsitemanager/trunk/ Prepare five.localsitemanager 2.0.4.

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 13 06:03:14 EDT 2010


Log message for revision 113402:
  Prepare five.localsitemanager 2.0.4.

Changed:
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/buildout.cfg
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2010-06-13 09:10:01 UTC (rev 113401)
+++ five.localsitemanager/trunk/CHANGES.txt	2010-06-13 10:03:13 UTC (rev 113402)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.4 - unreleased
+2.0.4 - 2010-06-13
 ------------------
 
 * Deal with deprecation warnings for Zope 2.13.

Modified: five.localsitemanager/trunk/buildout.cfg
===================================================================
--- five.localsitemanager/trunk/buildout.cfg	2010-06-13 09:10:01 UTC (rev 113401)
+++ five.localsitemanager/trunk/buildout.cfg	2010-06-13 10:03:13 UTC (rev 113402)
@@ -5,6 +5,5 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = 
-    Zope2
-    five.localsitemanager [test]
+    five.localsitemanager
 defaults = ['-c', '--module', 'five.localsitemanager']

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2010-06-13 09:10:01 UTC (rev 113401)
+++ five.localsitemanager/trunk/setup.py	2010-06-13 10:03:13 UTC (rev 113402)
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-version = '2.0.4dev'
+version = '2.0.4'
 
 setup(name='five.localsitemanager',
       version=version,
@@ -25,9 +25,6 @@
       package_dir = {'': 'src'},
       namespace_packages=['five',],
       include_package_data = True,
-      extras_require=dict(
-          test=['zope.testing']
-          ),
       install_requires=[
           'Acquisition',
           'ZODB3',
@@ -38,6 +35,7 @@
           'zope.location',
           'zope.lifecycleevent',
           'zope.site',
+          'zope.testing',
           'zope.traversing',
           'Zope2 >= 2.12.0',
           ],



More information about the checkins mailing list