[Checkins] SVN: z3c.recipe.compattest/trunk/s bump dependency on infrae.subversion to 1.4.4 to silence superfluous warnings

Wolfgang Schnerring wosc at wosc.de
Wed Jan 28 09:19:06 EST 2009


Log message for revision 95316:
  bump dependency on infrae.subversion to 1.4.4 to silence superfluous warnings
  

Changed:
  U   z3c.recipe.compattest/trunk/setup.py
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py

-=-
Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2009-01-28 14:13:55 UTC (rev 95315)
+++ z3c.recipe.compattest/trunk/setup.py	2009-01-28 14:19:05 UTC (rev 95316)
@@ -25,11 +25,13 @@
     package_dir = {'': 'src'},
     namespace_packages=['z3c', 'z3c.recipe'],
     install_requires=[
-        'infrae.subversion',
+        'infrae.subversion>=1.4.4',
         'setuptools',
         'zc.buildout',
         'zc.recipe.testrunner',
         ],
+    # zope.dottedname is just used as a dummy package to demonstrate things
+    # with, it's not actually imported
     extras_require=dict(test=[
           'zope.dottedname',
         ]),

Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-28 14:13:55 UTC (rev 95315)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-28 14:19:05 UTC (rev 95316)
@@ -159,6 +159,7 @@
             urls='\n'.join(checkout_list),
             location=self.svn_directory,
             as_eggs='true',
+            no_warnings='true',
             )).update()
 
     def _remove_develop_eggs(self):



More information about the Checkins mailing list