[Erp5-report] r41114 kazuhiko - in /erp5/trunk/buildout: profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 3 22:47:14 CET 2010


Author: kazuhiko
Date: Fri Dec  3 22:47:13 2010
New Revision: 41114

URL: http://svn.erp5.org?rev=41114&view=rev
Log:
pysvn-1.7.4nxd006
* use relative path to make ccache working.
* call bdist_egg.make_zipfile() instead of calling zip command.

Modified:
    erp5/trunk/buildout/profiles/versions-common.cfg
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/profiles/versions-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions-common.cfg?rev=41114&r1=41113&r2=41114&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions-common.cfg [utf8] Fri Dec  3 22:47:13 2010
@@ -35,4 +35,4 @@ slapos.rebootstrap >= 2.1
 
 # official pysvn egg does not supports --include-dirs and
 # --library-dirs, so we use our modified version
-pysvn = 1.7.4nxd005
+pysvn = 1.7.4nxd006

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=41114&r1=41113&r2=41114&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Dec  3 22:47:13 2010
@@ -1583,7 +1583,7 @@ class AssertBzip2(AssertSoftwareMixin):
 class AssertPysvn(AssertSoftwareMixin):
   def test_ld_pysvn(self):
     self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
-      getDevelopEggName('pysvn', '1.7.4nxd005'),
+      getDevelopEggName('pysvn', '1.7.4nxd006'),
       getPythonVersion().replace('.', '_')), [
       'libc',
       'libgcc_s',



More information about the Erp5-report mailing list