[Checkins] SVN: z3c.ptcompat/trunk/ Fix test with latest pacakges by adding a test requirement and get ready for release.

Stephan Richter srichter at gmail.com
Thu Jul 23 15:50:03 EDT 2009


Log message for revision 102180:
  Fix test with latest pacakges by adding a test requirement and get ready for release.
  

Changed:
  _U  z3c.ptcompat/trunk/
  U   z3c.ptcompat/trunk/CHANGES.txt
  U   z3c.ptcompat/trunk/setup.py
  U   z3c.ptcompat/trunk/src/z3c/ptcompat/config.py

-=-

Property changes on: z3c.ptcompat/trunk
___________________________________________________________________
Modified: svn:ignore
   - bin
parts
.installed.cfg
.project
.pydevproject

   + bin
develop-eggs
dist
parts
.installed.cfg
.project
.pydevproject


Modified: z3c.ptcompat/trunk/CHANGES.txt
===================================================================
--- z3c.ptcompat/trunk/CHANGES.txt	2009-07-23 19:38:04 UTC (rev 102179)
+++ z3c.ptcompat/trunk/CHANGES.txt	2009-07-23 19:50:03 UTC (rev 102180)
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.5.4 (2009-07-23)
+------------------
+
+- Added a test requirement explicitely.
+
 0.5.3 (2009-05-28)
 ------------------
 

Modified: z3c.ptcompat/trunk/setup.py
===================================================================
--- z3c.ptcompat/trunk/setup.py	2009-07-23 19:38:04 UTC (rev 102179)
+++ z3c.ptcompat/trunk/setup.py	2009-07-23 19:50:03 UTC (rev 102180)
@@ -10,6 +10,7 @@
 tests_require = ['z3c.pt',
                  'zope.tal',
                  'zope.viewlet',
+                 'zope.app.form',
                  'zope.app.publisher',
                  'zope.app.pagetemplate',
                  'lxml',

Modified: z3c.ptcompat/trunk/src/z3c/ptcompat/config.py
===================================================================
--- z3c.ptcompat/trunk/src/z3c/ptcompat/config.py	2009-07-23 19:38:04 UTC (rev 102179)
+++ z3c.ptcompat/trunk/src/z3c/ptcompat/config.py	2009-07-23 19:50:03 UTC (rev 102180)
@@ -11,7 +11,7 @@
     except ImportError:
         logging.getLogger('z3c.ptcompat').warn(
             "Unable to import ``z3c.pt``.")
-        PREFER_Z3C_PT = False    
+        PREFER_Z3C_PT = False
 
 def enable():
     global PREFER_Z3C_PT
@@ -22,4 +22,4 @@
     global PREFER_Z3C_PT
     PREFER_Z3C_PT = False
     reload(z3c.ptcompat)
-    
+



More information about the Checkins mailing list