Merge with 7a96f86460f55e6564fe28083ab9e61982180f60
authorcavaliet
Thu, 18 Sep 2014 12:58:52 +0200
changeset 201 5c2c1dc9a532
parent 200 06fa70ece35d (diff)
parent 198 7a96f86460f5 (current diff)
child 202 a2509a47c1ee
Merge with 7a96f86460f55e6564fe28083ab9e61982180f60
.hgtags
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/Pillow-2.0.0.tar.gz
--- a/.hgtags	Wed Jul 30 03:53:33 2014 +0200
+++ b/.hgtags	Thu Sep 18 12:58:52 2014 +0200
@@ -80,3 +80,4 @@
 4dc95dbe4102fb45c7a6705ee29439f9dce92c1a V02.12.10
 4dc95dbe4102fb45c7a6705ee29439f9dce92c1a V02.12.10
 79486a66b4b119159abd7819d63afc697d9f37de V02.12.10
+f0a6b4c4b3c0aac34f3aeb2fa32da256c5b03a18 V02.12.11
--- a/src/ldtplatform/__init__.py	Wed Jul 30 03:53:33 2014 +0200
+++ b/src/ldtplatform/__init__.py	Thu Sep 18 12:58:52 2014 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 12, 10, "final", 0)
+VERSION = (2, 12, 11, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/virtualenv/res/lib/lib_create_env.py	Wed Jul 30 03:53:33 2014 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Thu Sep 18 12:58:52 2014 +0200
@@ -36,7 +36,7 @@
     'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/archive/v2.0.0.tar.gz', 'local': 'django-haystack-2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v1.2.0.tar.gz', 'local':'requests-1.2.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'SIMPLEJSON': {'setup': 'simplejson','url':'https://github.com/simplejson/simplejson/archive/v3.3.0.tar.gz', 'local': 'simplejson-3.3.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://github.com/rhec/pyelasticsearch/archive/0.5.tar.gz', 'local':'pyelasticsearch-0.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://pypi.python.org/packages/source/p/pyelasticsearch/pyelasticsearch-0.7.1.tar.gz', 'local':'pyelasticsearch-0.7.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.gz', 'local':'whoosh-2.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'SETUPTOOLS_HG' : {'setup':'setuptools_hg', 'url':'https://bitbucket.org/jezdez/setuptools_hg/get/v0.4.tar.gz', 'local': 'setuptools_hg-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     # dependencies for Tastypie : mimeparse>=0.1.3, python-dateutil>=2.1, lxml, PyYAML (not necessary but we never know), python-digest, defusedxml
Binary file virtualenv/res/src/pyelasticsearch-0.5.tar.gz has changed
Binary file virtualenv/res/src/pyelasticsearch-0.7.1.tar.gz has changed