[Checkins] SVN: zc.recipe.cmmi/trunk/ updated changelog, cleaned up imports, updated copyright year

Thomas Lotze tl at gocept.com
Mon Jan 17 01:41:59 EST 2011


Log message for revision 119610:
  updated changelog, cleaned up imports, updated copyright year

Changed:
  U   zc.recipe.cmmi/trunk/CHANGES.txt
  U   zc.recipe.cmmi/trunk/src/zc/recipe/cmmi/__init__.py

-=-
Modified: zc.recipe.cmmi/trunk/CHANGES.txt
===================================================================
--- zc.recipe.cmmi/trunk/CHANGES.txt	2011-01-17 06:36:04 UTC (rev 119609)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2011-01-17 06:41:58 UTC (rev 119610)
@@ -4,7 +4,8 @@
 1.4 (unreleased)
 ================
 
-- Nothing changed yet.
+- Made tests pass with both zc.buildout 1.4 and 1.5, lifted the upper version
+  bound on zc.buildout. (#695732)
 
 1.3.3 (2010-11-10)
 ==================

Modified: zc.recipe.cmmi/trunk/src/zc/recipe/cmmi/__init__.py
===================================================================
--- zc.recipe.cmmi/trunk/src/zc/recipe/cmmi/__init__.py	2011-01-17 06:36:04 UTC (rev 119609)
+++ zc.recipe.cmmi/trunk/src/zc/recipe/cmmi/__init__.py	2011-01-17 06:41:58 UTC (rev 119610)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006-2009 Zope Corporation and Contributors.
+# Copyright (c) 2006-2011 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -16,7 +16,6 @@
     from hashlib import sha1
 except ImportError: # Python < 2.5
     from sha import new as sha1
-import datetime
 import logging
 import os
 import os.path



More information about the checkins mailing list