# HG changeset patch # User cavaliet # Date 1343914536 -7200 # Node ID a182e5f1f6ab00da2cf87a29b5a761f0963d8fae # Parent 0e91e924b9457c300d7760844ca3391ce609abbb correct whoosh for virtualenv diff -r 0e91e924b945 -r a182e5f1f6ab virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Aug 02 11:16:36 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu Aug 02 15:35:36 2012 +0200 @@ -36,7 +36,7 @@ 'FABRIC': {'setup': 'fabric', 'url':'https://github.com/fabric/fabric/tarball/1.4.2', 'local':'fabric-1.4.2.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.3.tar.gz', 'local':'mercurial-2.2.3.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/tarball/master', 'local': 'django-haystack-v2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'REQUEST': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/tarball/v0.13.3', 'local':'requests-v0.13.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/tarball/v0.13.3', 'local':'requests-v0.13.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://github.com/toastdriven/pyelasticsearch/tarball/master', 'local':'pyelasticsearch.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.bz2', 'local':'whoosh-2.5.tar.bz2', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, } diff -r 0e91e924b945 -r a182e5f1f6ab virtualenv/res/src/whoosh-2.5.tar.bz2 Binary file virtualenv/res/src/whoosh-2.5.tar.bz2 has changed diff -r 0e91e924b945 -r a182e5f1f6ab virtualenv/res/src/whoosh-2.5.tar.gz Binary file virtualenv/res/src/whoosh-2.5.tar.gz has changed