[Checkins] SVN: z3c.securitytool/trunk/ - Updated to `z3c.layer.minimal` instead of deprecated `z3c.layer`.

Michael Howitz mh at gocept.com
Wed Oct 20 02:54:48 EDT 2010


Log message for revision 117786:
  - Updated to `z3c.layer.minimal` instead of deprecated `z3c.layer`.  
  

Changed:
  U   z3c.securitytool/trunk/CHANGES.txt
  U   z3c.securitytool/trunk/setup.py

-=-
Modified: z3c.securitytool/trunk/CHANGES.txt
===================================================================
--- z3c.securitytool/trunk/CHANGES.txt	2010-10-20 06:53:38 UTC (rev 117785)
+++ z3c.securitytool/trunk/CHANGES.txt	2010-10-20 06:54:48 UTC (rev 117786)
@@ -8,7 +8,9 @@
 - Updated tests, test setup and demo app to run with ZTK 1.0 on Python 2.4
   and Python 2.6.
 
+- Updated to `z3c.layer.minimal` instead of deprecated `z3c.layer`.
 
+
 Version 0.4.2 (2008-07-22)
 ---------------------------
 - Fixed issue with inheritance display on the permissionDetails page

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2010-10-20 06:53:38 UTC (rev 117785)
+++ z3c.securitytool/trunk/setup.py	2010-10-20 06:54:48 UTC (rev 117786)
@@ -99,7 +99,7 @@
         'zope.location',
         'zope.schema',
         'z3c.macro',
-        'z3c.layer',
+        'z3c.layer.minimal',
         'zope.viewlet',
         ],
     zip_safe = False,



More information about the checkins mailing list