# HG changeset patch # User ymh # Date 1437580259 -7200 # Node ID 80abd18d84d10ddb786473f20aaae58498795b80 # Parent 579eda85b45ee9e2a16fceee8f2daafc62315e45 add migration to django-url-shortener diff -r 579eda85b45e -r 80abd18d84d1 server/virtualenv/res/lib/lib_create_env.py --- a/server/virtualenv/res/lib/lib_create_env.py Wed Jul 22 17:04:07 2015 +0200 +++ b/server/virtualenv/res/lib/lib_create_env.py Wed Jul 22 17:50:59 2015 +0200 @@ -55,7 +55,7 @@ 'PYTHON-MIMEPARSE': { 'setup': 'python-mimeparse', 'url': 'https://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-0.1.4.tar.gz', 'local' : 'python-mimeparse-0.1.4.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'REQUESTS-OAUTHLIB': { 'setup': 'requests-oauthlib', 'url': 'https://github.com/requests/requests-oauthlib/archive/v0.5.0.tar.gz', 'local' : 'requests-oauthlib-0.5.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO_CAS_NG': {'setup': 'django-cas-ng', 'url': 'https://github.com/mingchen/django-cas-ng/archive/v3.4.2.tar.gz', 'local':'django-cas-ng-3.4.2.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, - 'DJANGO_URL_SHORTENER': {'setup': 'django-url-shortener', 'url': 'https://github.com/IRI-Research/django-url-shortener/archive/0.1.tar.gz', 'local': 'django-url-shortener-0.1.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO_URL_SHORTENER': {'setup': 'django-url-shortener', 'url': 'https://github.com/IRI-Research/django-url-shortener/archive/0.1.1.tar.gz', 'local': 'django-url-shortener-0.1.1.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r 579eda85b45e -r 80abd18d84d1 server/virtualenv/res/src/django-url-shortener-0.1.1.tar.gz Binary file server/virtualenv/res/src/django-url-shortener-0.1.1.tar.gz has changed diff -r 579eda85b45e -r 80abd18d84d1 server/virtualenv/res/src/django-url-shortener-0.1.tar.gz Binary file server/virtualenv/res/src/django-url-shortener-0.1.tar.gz has changed diff -r 579eda85b45e -r 80abd18d84d1 server/virtualenv/web/res/requirements.txt --- a/server/virtualenv/web/res/requirements.txt Wed Jul 22 17:04:07 2015 +0200 +++ b/server/virtualenv/web/res/requirements.txt Wed Jul 22 17:50:59 2015 +0200 @@ -13,7 +13,7 @@ django-taggit-templatetags===0.4.5dev-r0 django-tastypie==0.12.2 django-templatetag-sugar==1.0.1 -django-url-shortener==0.1 +django-url-shortener==0.1.1 elasticsearch==1.4.0 httplib2==0.9.1 lxml==3.2.1