update virtualenv
authorymh <ymh.work@gmail.com>
Mon, 03 Nov 2014 23:59:25 +0100
changeset 170 3c73250693b9
parent 169 f4bf1aae9fd0
child 171 757098c8739c
update virtualenv
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/Django-1.6.2.tar.gz
virtualenv/res/src/Django-1.6.8.tar.gz
virtualenv/res/src/Markdown-2.4.tar.gz
virtualenv/res/src/Markdown-2.5.1.tar.gz
virtualenv/res/src/SPARQLWrapper-1.5.2.tar.gz
virtualenv/res/src/South-1.0.1.tar.gz
virtualenv/res/src/Whoosh-2.5.7.tar.gz
virtualenv/res/src/django-cors-headers-0.12.tar.gz
virtualenv/res/src/django-cors-headers-0.13.tar.gz
virtualenv/res/src/django-extensions-1.3.3.tar.gz
virtualenv/res/src/django-extensions-1.4.4.tar.gz
virtualenv/res/src/django-filter-0.7.tar.gz
virtualenv/res/src/django-filter-0.8.tar.gz
virtualenv/res/src/django-haystack-2.1.0.tar.gz
virtualenv/res/src/django-haystack-2.2.0.tar.gz
virtualenv/res/src/djangorestframework-2.3.13.tar.gz
virtualenv/res/src/djangorestframework-2.4.4.tar.gz
virtualenv/res/src/elasticsearch-1.2.0.tar.gz
virtualenv/res/src/isodate-0.4.9.tar.gz
virtualenv/res/src/isodate-0.5.0.tar.gz
virtualenv/res/src/psycopg2-2.5.2.tar.gz
virtualenv/res/src/psycopg2-2.5.4.tar.gz
virtualenv/res/src/pyelasticsearch-0.6.1.tar.gz
virtualenv/res/src/pyelasticsearch-0.6.tar.gz
virtualenv/res/src/pyparsing-2.0.1.tar.gz
virtualenv/res/src/pyparsing-2.0.3.tar.gz
virtualenv/res/src/rdflib-4.1.1.tar.gz
virtualenv/res/src/rdflib-4.1.2.tar.gz
virtualenv/res/src/requests-2.2.1.tar.gz
virtualenv/res/src/requests-2.4.3.tar.gz
virtualenv/res/src/simplejson-3.3.0.tar.gz
virtualenv/res/src/simplejson-3.6.5.tar.gz
virtualenv/res/src/six-1.6.1.tar.gz
virtualenv/res/src/six-1.8.0.tar.gz
virtualenv/res/src/south-0.8.4.tar.gz
virtualenv/res/src/sparqlwrapper-1.6.4.tar.gz
virtualenv/res/src/urllib3-1.9.1.tar.gz
virtualenv/res/src/whoosh-2.5.7.tar.gz
virtualenv/web/res/requirement.txt
virtualenv/web/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
virtualenv/web/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
virtualenv/web/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
virtualenv/web/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl
--- a/virtualenv/res/lib/lib_create_env.py	Sat Apr 05 23:30:10 2014 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Mon Nov 03 23:59:25 2014 +0100
@@ -17,27 +17,28 @@
 URLS = {
     #'': {'setup': '', 'url':'', 'local':''},
     'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz', 'local':"distribute-0.6.34.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO': {'setup': 'django', 'url': 'https://github.com/django/django/archive/1.6.2.tar.gz', 'local':"django-1.6.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'SIX' : {'setup':'six', 'url':'https://pypi.python.org/packages/source/s/six/six-1.6.1.tar.gz', 'local': 'six-1.6.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/archive/1.3.3.tar.gz', 'local':"django-extensions-1.3.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.8.4.tar.gz', 'local':"south-0.8.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'RDFLIB' : {'setup':'rdflib', 'url':'https://github.com/RDFLib/rdflib/archive/4.1.1.tar.gz', 'local': 'rdflib-4.1.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v2.2.1.tar.gz', 'local':'requests-2.2.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'SIMPLEJSON': {'setup': 'simplejson','url':'https://github.com/simplejson/simplejson/archive/v3.4.0.tar.gz', 'local': 'simplejson-3.4.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO': {'setup': 'django', 'url': 'https://github.com/django/django/archive/1.6.8.tar.gz', 'local':"django-1.6.8.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'SIX' : {'setup':'six', 'url':'https://pypi.python.org/packages/source/s/six/six-1.8.0.tar.gz', 'local': 'six-1.8.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/archive/1.4.4.tar.gz', 'local':"django-extensions-1.4.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-1.0.1.tar.gz', 'local':"south-1.0.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'RDFLIB' : {'setup':'rdflib', 'url':'https://github.com/RDFLib/rdflib/archive/4.1.2.tar.gz', 'local': 'rdflib-4.1.2.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v2.4.3.tar.gz', 'local':'requests-2.4.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'SIMPLEJSON': {'setup': 'simplejson','url':'https://github.com/simplejson/simplejson/archive/v3.6.5.tar.gz', 'local': 'simplejson-3.6.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'ISODATE': {'setup': 'isodate','url':'https://pypi.python.org/packages/source/i/isodate/isodate-0.5.0.tar.gz', 'local': 'isodate-0.5.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'PYPARSING': {'setup': 'pyparsing','url':'https://pypi.python.org/packages/source/p/pyparsing/pyparsing-2.0.1.tar.gz', 'local': 'pyparsing-2.0.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'SPARQLWRAPPER': {'setup': 'sparqlwrapper','url':'http://downloads.sourceforge.net/project/sparql-wrapper/sparql-wrapper-python/1.5.2/SPARQLWrapper-1.5.2.tar.gz', 'local': 'SPARQLWrapper-1.5.2.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'PYPARSING': {'setup': 'pyparsing','url':'https://pypi.python.org/packages/source/p/pyparsing/pyparsing-2.0.3.tar.gz', 'local': 'pyparsing-2.0.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'SPARQLWRAPPER' : { 'setup': 'SPARQLWrapper', 'url': 'https://github.com/RDFLib/sparqlwrapper/archive/1.6.4.tar.gz', 'local' : 'SPARQLWrapper-1.6.4.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'HTML5LIB': {'setup': 'html5lib','url':'https://github.com/html5lib/html5lib-python/archive/0.999.tar.gz', 'local': 'html5lib-0.999.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'PSYCOPG2': {'setup': 'psycopg2','url': 'http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.2.tar.gz', 'local':"psycopg2-2.5.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'PSYCOPG2': {'setup': 'psycopg2','url': 'http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.4.tar.gz', 'local':"psycopg2-2.5.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'DEFUSEDXML': {'setup': 'defusedxml','url': 'https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz', 'local':"defusedxml-0.4.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO-CORS-HEADERS': {'setup': 'django-cors-headers','url': 'https://pypi.python.org/packages/source/d/django-cors-headers/django-cors-headers-0.12.tar.gz', 'local':"django-cors-headers-0.12.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO-FILTER': {'setup': 'django-filter','url': 'https://github.com/alex/django-filter/archive/v0.7.tar.gz', 'local':"django-filter-0.7.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO-REST-FRAMEWORK': {'setup': 'djangorestframework','url': 'https://pypi.python.org/packages/source/d/djangorestframework/djangorestframework-2.3.13.tar.gz', 'local':"djangorestframework-2.3.13.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'MARKDOWN': {'setup': 'markdown','url': 'http://pypi.python.org/packages/source/M/Markdown/Markdown-2.4.tar.gz', 'local':"Markdown-2.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO-CORS-HEADERS': {'setup': 'django-cors-headers','url': 'https://pypi.python.org/packages/source/d/django-cors-headers/django-cors-headers-0.13.tar.gz', 'local':"django-cors-headers-0.13.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO-FILTER': {'setup': 'django-filter','url': 'https://github.com/alex/django-filter/archive/v0.8.tar.gz', 'local':"django-filter-0.8.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO-REST-FRAMEWORK': {'setup': 'djangorestframework','url': 'https://github.com/tomchristie/django-rest-framework/archive/2.4.4.tar.gz', 'local':"djangorestframework-2.4.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'MARKDOWN': {'setup': 'markdown','url': 'http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.1.tar.gz', 'local':"Markdown-2.5.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'WSGIREF': {'setup': 'wsgiref','url': 'https://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip', 'local':"wsgiref-0.1.2.zip", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'HAYSTACK': {'setup': 'django-haystack','url': 'https://github.com/toastdriven/django-haystack/archive/v2.1.0.tar.gz', 'local':"django-haystack-2.1.0.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.6.1.tar.gz', 'local':"pyelasticsearch-0.6.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'WHOOSH': {'setup': 'whoosh','url': 'https://pypi.python.org/packages/source/W/Whoosh/Whoosh-2.5.7.tar.gz', 'local':"Whoosh-2.5.7.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'HAYSTACK': {'setup': 'django-haystack','url': 'https://github.com/toastdriven/django-haystack/archive/v2.2.0.tar.gz', 'local':"django-haystack-2.2.0.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'ELASTICSEARCH' : { 'setup': 'elasticsearch', 'url': 'https://github.com/elasticsearch/elasticsearch-py/archive/1.2.0.tar.gz', 'local' : 'elasticsearch-1.2.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'URLLIB3': { 'setup': 'urllib3', 'url':'https://github.com/shazow/urllib3/archive/1.9.1.tar.gz', 'local':"urllib3-1.9.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'WHOOSH': {'setup': 'whoosh','url': 'https://pypi.python.org/packages/source/W/Whoosh/Whoosh-2.5.7.tar.gz', 'local':"whoosh-2.5.7.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
 }
 
 class ResourcesEnv(object):
Binary file virtualenv/res/src/Django-1.6.2.tar.gz has changed
Binary file virtualenv/res/src/Django-1.6.8.tar.gz has changed
Binary file virtualenv/res/src/Markdown-2.4.tar.gz has changed
Binary file virtualenv/res/src/Markdown-2.5.1.tar.gz has changed
Binary file virtualenv/res/src/SPARQLWrapper-1.5.2.tar.gz has changed
Binary file virtualenv/res/src/South-1.0.1.tar.gz has changed
Binary file virtualenv/res/src/Whoosh-2.5.7.tar.gz has changed
Binary file virtualenv/res/src/django-cors-headers-0.12.tar.gz has changed
Binary file virtualenv/res/src/django-cors-headers-0.13.tar.gz has changed
Binary file virtualenv/res/src/django-extensions-1.3.3.tar.gz has changed
Binary file virtualenv/res/src/django-extensions-1.4.4.tar.gz has changed
Binary file virtualenv/res/src/django-filter-0.7.tar.gz has changed
Binary file virtualenv/res/src/django-filter-0.8.tar.gz has changed
Binary file virtualenv/res/src/django-haystack-2.1.0.tar.gz has changed
Binary file virtualenv/res/src/django-haystack-2.2.0.tar.gz has changed
Binary file virtualenv/res/src/djangorestframework-2.3.13.tar.gz has changed
Binary file virtualenv/res/src/djangorestframework-2.4.4.tar.gz has changed
Binary file virtualenv/res/src/elasticsearch-1.2.0.tar.gz has changed
Binary file virtualenv/res/src/isodate-0.4.9.tar.gz has changed
Binary file virtualenv/res/src/isodate-0.5.0.tar.gz has changed
Binary file virtualenv/res/src/psycopg2-2.5.2.tar.gz has changed
Binary file virtualenv/res/src/psycopg2-2.5.4.tar.gz has changed
Binary file virtualenv/res/src/pyelasticsearch-0.6.1.tar.gz has changed
Binary file virtualenv/res/src/pyelasticsearch-0.6.tar.gz has changed
Binary file virtualenv/res/src/pyparsing-2.0.1.tar.gz has changed
Binary file virtualenv/res/src/pyparsing-2.0.3.tar.gz has changed
Binary file virtualenv/res/src/rdflib-4.1.1.tar.gz has changed
Binary file virtualenv/res/src/rdflib-4.1.2.tar.gz has changed
Binary file virtualenv/res/src/requests-2.2.1.tar.gz has changed
Binary file virtualenv/res/src/requests-2.4.3.tar.gz has changed
Binary file virtualenv/res/src/simplejson-3.3.0.tar.gz has changed
Binary file virtualenv/res/src/simplejson-3.6.5.tar.gz has changed
Binary file virtualenv/res/src/six-1.6.1.tar.gz has changed
Binary file virtualenv/res/src/six-1.8.0.tar.gz has changed
Binary file virtualenv/res/src/south-0.8.4.tar.gz has changed
Binary file virtualenv/res/src/sparqlwrapper-1.6.4.tar.gz has changed
Binary file virtualenv/res/src/urllib3-1.9.1.tar.gz has changed
Binary file virtualenv/res/src/whoosh-2.5.7.tar.gz has changed
--- a/virtualenv/web/res/requirement.txt	Sat Apr 05 23:30:10 2014 +0200
+++ b/virtualenv/web/res/requirement.txt	Mon Nov 03 23:59:25 2014 +0100
@@ -1,22 +1,23 @@
 -f ../../res/src
-Django==1.6.2
-Markdown==2.4
-SPARQLWrapper==1.5.2
-South==0.8.4
+Django==1.6.8
+Markdown==2.5.1
+SPARQLWrapper==1.6.4
+South==1.0.1
 defusedxml==0.4.1
-django-cors-headers==0.12
-django-extensions==1.3.3
-django-filter==0.7
-djangorestframework==2.3.13
+django-cors-headers==0.13
+django-extensions==1.4.4
+django-filter==0.8
+djangorestframework==2.4.4
 html5lib==0.999
-isodate==0.4.9
-psycopg2==2.5.2
-pyparsing==2.0.1
-rdflib==4.1.1
-requests==2.2.1
-simplejson==3.3.0
-six==1.6.1
+isodate==0.5.0
+psycopg2==2.5.4
+pyparsing==2.0.3
+rdflib==4.1.2
+requests==2.4.3
+simplejson==3.6.5
+six==1.8.0
 wsgiref==0.1.2
-django-haystack==2.1.0
-pyelasticsearch==0.6.1
+django-haystack==2.2.0
+elasticsearch==1.2.0
+urllib3==1.9.1
 whoosh==2.5.7
\ No newline at end of file
Binary file virtualenv/web/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl has changed
Binary file virtualenv/web/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl has changed
Binary file virtualenv/web/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl has changed
Binary file virtualenv/web/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl has changed