# HG changeset patch # User ymh # Date 1415374116 -3600 # Node ID c1e662b964d4a929fe23d3bac115be05f78b1a74 # Parent 7bc38c7d6cf946d7323007a35f6870a24a99117b Intermediary commit for test installation diff -r 7bc38c7d6cf9 -r c1e662b964d4 src/hdalab/migrations/0012_auto__add_hdalabrenkan.py --- a/src/hdalab/migrations/0012_auto__add_hdalabrenkan.py Sat Nov 01 17:42:33 2014 +0100 +++ b/src/hdalab/migrations/0012_auto__add_hdalabrenkan.py Fri Nov 07 16:28:36 2014 +0100 @@ -7,6 +7,10 @@ class Migration(SchemaMigration): + depends_on = ( + ("renkanmanager", "0001_initial"), + ) + def forwards(self, orm): # Adding model 'HdalabRenkan' db.create_table(u'hdalab_hdalabrenkan', ( diff -r 7bc38c7d6cf9 -r c1e662b964d4 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Sat Nov 01 17:42:33 2014 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Fri Nov 07 16:28:36 2014 +0100 @@ -40,7 +40,7 @@ '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}}, '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}}, '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}}, - 'HTTPLIB2': { '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}}, + '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}}, } if system_str == 'Windows': diff -r 7bc38c7d6cf9 -r c1e662b964d4 virtualenv/res/src/south-0.8.4.tar.gz Binary file virtualenv/res/src/south-0.8.4.tar.gz has changed