remove ldt from venv and put it in requirements. Update requirements and version nb to 0.1.2 V00.01.02
authorcavaliet
Wed, 19 Jun 2013 18:01:55 +0200
changeset 33 7af893e283d6
parent 32 06d7faebcb8d
child 34 a92b8dc8de4d
remove ldt from venv and put it in requirements. Update requirements and version nb to 0.1.2
src/aixweb/__init__.py
src/aixweb/urls.py
src/requirement.txt
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/ldt-1.50.1.tar.gz
virtualenv/web/res/res_create_env.py
--- a/src/aixweb/__init__.py	Tue Jun 18 17:05:41 2013 +0200
+++ b/src/aixweb/__init__.py	Wed Jun 19 18:01:55 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 1, "final", 0)
+VERSION = (0, 1, 2, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/aixweb/urls.py	Tue Jun 18 17:05:41 2013 +0200
+++ b/src/aixweb/urls.py	Wed Jun 19 18:01:55 2013 +0200
@@ -50,5 +50,5 @@
     (r'^composer/', include('metadatacomposer.urls')),
 )
 
-urlpatterns += staticfiles_urlpatterns()
+#urlpatterns += staticfiles_urlpatterns()
 urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
\ No newline at end of file
--- a/src/requirement.txt	Tue Jun 18 17:05:41 2013 +0200
+++ b/src/requirement.txt	Wed Jun 19 18:01:55 2013 +0200
@@ -1,1 +1,2 @@
-metadatacomposer (==0.1.1)
+ldt (==1.50.2)
+metadatacomposer (==0.1.2)
\ No newline at end of file
--- a/virtualenv/res/lib/lib_create_env.py	Tue Jun 18 17:05:41 2013 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Wed Jun 19 18:01:55 2013 +0200
@@ -47,7 +47,6 @@
     'DEFUSEDXML' : {'setup':'defusedxml', 'url':'https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz', 'local': 'defusedxml-0.4.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-TASTYPIE' : {'setup':'django-tastypie', 'url':'https://github.com/toastdriven/django-tastypie/archive/v0.9.15.tar.gz', 'local': 'django-tastypie-0.9.15.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-CHUNCKED-UPLOADS' : {'setup': 'django-chuncked-uploads', 'url':'https://github.com/IRI-Research/django-chunked-uploads/archive/v0.5.tar.gz', 'local':'django-chunked-uploads-0.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'LDT' : {'setup': 'ldt', 'url':'ldt-1.50.1.tar.gz', 'local':'ldt-1.50.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
 }
 
 if system_str == 'Windows':
Binary file virtualenv/res/src/ldt-1.50.1.tar.gz has changed
--- a/virtualenv/web/res/res_create_env.py	Tue Jun 18 17:05:41 2013 +0200
+++ b/virtualenv/web/res/res_create_env.py	Wed Jun 19 18:01:55 2013 +0200
@@ -37,7 +37,6 @@
     'DEFUSEDXML',
     'DJANGO-TASTYPIE',
     'DJANGO-CHUNCKED-UPLOADS',
-    'LDT',
 ]
 
 if system_str == "Linux":