--- a/virtualenv/res/lib/lib_create_env.py Wed Jun 13 11:45:28 2012 +0200
+++ b/virtualenv/res/lib/lib_create_env.py Wed Jun 13 15:09:28 2012 +0200
@@ -36,8 +36,7 @@
'SSH': {'setup': 'ssh', 'url':'http://pypi.python.org/packages/source/s/ssh/ssh-1.7.14.tar.gz#md5=4cdd0549ef4699bd67b96264d3b21427', 'local':'ssh-1.7.14.tar.gz'},
'FABRIC': {'setup': 'fabric', 'url':'https://github.com/fabric/fabric/tarball/1.4.2', 'local':'fabric-1.4.2.tar.gz'},
'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.2.tar.gz', 'local':'mercurial-2.2.2.tar.gz'},
- 'PYTZ': {'setup':'pytz', 'url':'http://pypi.python.org/packages/source/p/pytz/pytz-2012c.tar.bz2', 'local':'pytz.tar.bz2'},
- 'LDT': {'setup':None, 'url':'ldt-1.10.tar.gz', 'local':'ldt-1.10.tar.gz'},
+ 'LDT': {'setup':None, 'url':'ldt-1.11.tar.gz', 'local':'ldt-1.11.tar.gz'},
}
if system_str == 'Windows':
Binary file virtualenv/res/src/ldt-1.10.tar.gz has changed
Binary file virtualenv/res/src/ldt-1.11.tar.gz has changed
Binary file virtualenv/res/src/pytz.tar.bz2 has changed
--- a/virtualenv/web/res/res_create_env.py Wed Jun 13 11:45:28 2012 +0200
+++ b/virtualenv/web/res/res_create_env.py Wed Jun 13 15:09:28 2012 +0200
@@ -22,7 +22,6 @@
])
INSTALLS.extend([ #(key,method, option_str, dict_extra_env)
- ('PYTZ', 'pip', None, None),
('SOUTH', 'pip', None, None),
('PIL', 'easy_install', None, None),
('DJANGO','pip', None, None),
--- a/web/tralalere/__init__.py Wed Jun 13 11:45:28 2012 +0200
+++ b/web/tralalere/__init__.py Wed Jun 13 15:09:28 2012 +0200
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-VERSION = (0, 1, 0, "final", 0)
+VERSION = (0, 2, 0, "final", 0)
def get_version():