Merge with d1f9bbd00d56ffb3950d2a6131a65bde376e71c9
authorRaphael Velt <raph.velt@gmail.com>
Wed, 15 May 2013 16:38:25 +0200
changeset 902 da2081e8c847
parent 901 1c802a62425f (current diff)
parent 897 7ac9cf3be701 (diff)
child 903 4a7df0aa8393
Merge with d1f9bbd00d56ffb3950d2a6131a65bde376e71c9
script/virtualenv/res/src/lxml-3.1.2.tar.gz
script/virtualenv/res/src/lxml-3.2.1.tar.bz2
script/virtualenv/script/env/.keepme
web/cineconf/config.php
web/cineconf/index.php
web/cineconf/paris.php
web/cineconf/script.js
web/cineconf/style.css
web/hanna-arendt/arendt-background.jpg
web/hanna-arendt/carton.png
web/hanna-arendt/config.php
web/hanna-arendt/index.php
web/hanna-arendt/paris.php
web/hanna-arendt/script.js
web/hanna-arendt/style.css
--- a/script/virtualenv/res/lib/lib_create_env.py	Wed May 15 16:37:54 2013 +0200
+++ b/script/virtualenv/res/lib/lib_create_env.py	Wed May 15 16:38:25 2013 +0200
@@ -42,7 +42,7 @@
     })
 else:
     if system_str == "Darwin":        
-        lxml_options = {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.8.0', 'LIBXSLT_VERSION': '1.1.28', 'LIBICONV_VERSION': '1.14'}
+        lxml_options = {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.9.1', 'LIBXSLT_VERSION': '1.1.28', 'LIBICONV_VERSION': '1.14'}
         lxml_method = 'pip'
     else:
         lxml_options = None
@@ -50,7 +50,7 @@
 
     URLS.update({
         'PSYCOPG2': {'setup': 'psycopg2','url': 'http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.tar.gz', 'local':"psycopg2-2.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-        'LXML': {'setup': 'lxml', 'url':"lxml-3.1.2.tar.gz", 'local':"lxml-3.1.2.tar.gz", 'install': {'method': lxml_method, 'option_str': None, 'dict_extra_env': lxml_options}},
+        'LXML': {'setup': 'lxml', 'url':"lxml-3.2.1.tar.bz2", 'local':"lxml-3.2.1.tar.bz2", 'install': {'method': lxml_method, 'option_str': None, 'dict_extra_env': lxml_options}},
     })
     
 
Binary file script/virtualenv/res/src/lxml-3.1.2.tar.gz has changed
Binary file script/virtualenv/res/src/lxml-3.2.1.tar.bz2 has changed