--- 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', (
--- 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':
Binary file virtualenv/res/src/south-0.8.4.tar.gz has changed