update guardian dependency, requirement and version number to 2.8.14. V02.08.14
authorcavaliet
Mon, 06 May 2013 12:29:53 +0200
changeset 87 ad105f4a9522
parent 86 158cc5fbb84e
child 88 69c71c1ad317
update guardian dependency, requirement and version number to 2.8.14.
src/ldtplatform/__init__.py
src/requirement.txt
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/django-guardian-1.0.3.tar.gz
virtualenv/res/src/django-guardian-9e18609c69cfc4f21d9ffe6bfa47bc14e2c8cf23.zip
--- a/src/ldtplatform/__init__.py	Thu Apr 25 15:57:27 2013 +0200
+++ b/src/ldtplatform/__init__.py	Mon May 06 12:29:53 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 8, 13, "final", 0)
+VERSION = (2, 8, 14, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Thu Apr 25 15:57:27 2013 +0200
+++ b/src/requirement.txt	Mon May 06 12:29:53 2013 +0200
@@ -1,2 +1,2 @@
-ldt (==1.46.9)
+ldt (==1.46.10)
 hashcut (==0.9)
--- a/virtualenv/res/lib/lib_create_env.py	Thu Apr 25 15:57:27 2013 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Mon May 06 12:29:53 2013 +0200
@@ -28,7 +28,7 @@
     'DJANGO_OPENID_CONSUMER': {'setup':'django_openid_consumer', 'url':'http://pypi.python.org/packages/source/d/django-openid-consumer/django-openid-consumer-0.1.1.tar.gz', 'local':"django-openid-consumer-0.1.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'SOCIAL_AUTH': {'setup':'social_auth', 'url':'https://github.com/omab/django-social-auth/tarball/v0.3.10', 'local':"omab-django-social-auth-v0.3.10-modified.tar.gz", 'install': {'method': 'easy_install', 'option_str': None, 'dict_extra_env': None}},
     'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.7.5.tar.gz', 'local':"south-0.7.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO_GUARDIAN' : { 'setup': 'django-guardian', 'url':'http://pypi.python.org/packages/source/d/django-guardian/django-guardian-1.0.3.tar.gz', 'local':"django-guardian-1.0.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO_GUARDIAN' : { 'setup': 'django-guardian', 'url':'https://github.com/lukaszb/django-guardian/archive/9e18609c69cfc4f21d9ffe6bfa47bc14e2c8cf23.zip', 'local':"django-guardian-9e18609c69cfc4f21d9ffe6bfa47bc14e2c8cf23.zip", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'SORL_THUMBNAIL' : { 'setup': 'sorl-thumbnail', 'url':'http://pypi.python.org/packages/source/s/sorl-thumbnail/sorl-thumbnail-11.12.tar.gz', 'local':"sorl-thumbnail-v10.12.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'LIBJPEG': {'setup': None, 'url':'jpegsrc.v8d.tar.gz', 'local':'jpegsrc.v8d.tar.gz', 'install': {'method': 'install_libjpeg', 'option_str': None, 'dict_extra_env': None}},
     'ZLIB': {'setup': None, 'url':'zlib-1.2.7.tar.gz', 'local':'zlib-1.2.7.tar.gz', 'install': {'method': 'install_zlib', 'option_str': None, 'dict_extra_env': None}},
Binary file virtualenv/res/src/django-guardian-1.0.3.tar.gz has changed
Binary file virtualenv/res/src/django-guardian-9e18609c69cfc4f21d9ffe6bfa47bc14e2c8cf23.zip has changed