##// END OF EJS Templates
dependencies: bumped paste to version 2.0.3.
marcink -
r1237:a605466f default
parent child Browse files
Show More
@@ -133,13 +133,13 b''
133 };
133 };
134 };
134 };
135 Paste = super.buildPythonPackage {
135 Paste = super.buildPythonPackage {
136 name = "Paste-2.0.2";
136 name = "Paste-2.0.3";
137 buildInputs = with self; [];
137 buildInputs = with self; [];
138 doCheck = false;
138 doCheck = false;
139 propagatedBuildInputs = with self; [six];
139 propagatedBuildInputs = with self; [six];
140 src = fetchurl {
140 src = fetchurl {
141 url = "https://pypi.python.org/packages/d5/8d/0f8ac40687b97ff3e07ebd1369be20bdb3f93864d2dc3c2ff542edb4ce50/Paste-2.0.2.tar.gz";
141 url = "https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
142 md5 = "4bfc8a7eaf858f6309d2ac0f40fc951c";
142 md5 = "1231e14eae62fa7ed76e9130b04bc61e";
143 };
143 };
144 meta = {
144 meta = {
145 license = [ pkgs.lib.licenses.mit ];
145 license = [ pkgs.lib.licenses.mit ];
@@ -39,7 +39,7 b' nose==1.3.6'
39 objgraph==2.0.0
39 objgraph==2.0.0
40 packaging==15.2
40 packaging==15.2
41 paramiko==1.15.1
41 paramiko==1.15.1
42 Paste==2.0.2
42 Paste==2.0.3
43 PasteDeploy==1.5.2
43 PasteDeploy==1.5.2
44 PasteScript==1.7.5
44 PasteScript==1.7.5
45 psutil==4.3.1
45 psutil==4.3.1
General Comments 0
You need to be logged in to leave comments. Login now