[Checkins] SVN: z3c.pt/trunk/ Noted removal of lxml extra which was done before b15 and updated buildout.cfg accordingly

Hanno Schlichting hannosch at hannosch.eu
Mon May 18 19:30:30 EDT 2009


Log message for revision 100121:
  Noted removal of lxml extra which was done before b15 and updated buildout.cfg accordingly
  

Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/benchmark/setup.py
  U   z3c.pt/trunk/buildout.cfg

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2009-05-18 23:27:56 UTC (rev 100120)
+++ z3c.pt/trunk/CHANGES.txt	2009-05-18 23:30:30 UTC (rev 100121)
@@ -11,6 +11,8 @@
 1.0b15 (2009/04/24)
 ~~~~~~~~~~~~~~~~~~~
 
+- Removed lxml extra, as we do no longer depend on it. [malthe]
+
 - Make sure the path expression is a simple string, not
   unicode. [malthe]
 

Modified: z3c.pt/trunk/benchmark/setup.py
===================================================================
--- z3c.pt/trunk/benchmark/setup.py	2009-05-18 23:27:56 UTC (rev 100120)
+++ z3c.pt/trunk/benchmark/setup.py	2009-05-18 23:30:30 UTC (rev 100121)
@@ -19,5 +19,6 @@
          'zope.pagetemplate',
          'zope.tales',
          'z3c.pt',
+         'lxml',
       ],
       )

Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2009-05-18 23:27:56 UTC (rev 100120)
+++ z3c.pt/trunk/buildout.cfg	2009-05-18 23:30:30 UTC (rev 100121)
@@ -28,7 +28,7 @@
 recipe = zc.recipe.testrunner
 environment = test-environment
 eggs =
-   z3c.pt [lxml]
+   z3c.pt
 
 [test-environment]
 CHAMELEON_DEBUG = False
@@ -38,7 +38,7 @@
 recipe = zc.recipe.testrunner
 environment = benchmark-environment
 eggs =
-   z3c.pt [lxml]
+   z3c.pt
    benchmark
 
 [benchmark-environment]
@@ -49,7 +49,7 @@
 [py]
 recipe = zc.recipe.egg
 eggs = 
-    z3c.pt [lxml]
+    z3c.pt
     benchmark
     Sphinx
     zope.testing



More information about the Checkins mailing list