##// END OF EJS Templates
dependencies: bumped webob to 1.7.4 to support full chunked encoding.
marcink -
r331:82032cb4 stable
parent child Browse files
Show More
@@ -68,13 +68,13 b''
68 };
68 };
69 };
69 };
70 WebOb = super.buildPythonPackage {
70 WebOb = super.buildPythonPackage {
71 name = "WebOb-1.7.3";
71 name = "WebOb-1.7.4";
72 buildInputs = with self; [];
72 buildInputs = with self; [];
73 doCheck = false;
73 doCheck = false;
74 propagatedBuildInputs = with self; [];
74 propagatedBuildInputs = with self; [];
75 src = fetchurl {
75 src = fetchurl {
76 url = "https://pypi.python.org/packages/46/87/2f96d8d43b2078fae6e1d33fa86b95c228cebed060f4e3c7576cc44ea83b/WebOb-1.7.3.tar.gz";
76 url = "https://pypi.python.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
77 md5 = "350028baffc508e3d23c078118e35316";
77 md5 = "397e46892d7f199b1a07eb20a2d3d9bd";
78 };
78 };
79 meta = {
79 meta = {
80 license = [ pkgs.lib.licenses.mit ];
80 license = [ pkgs.lib.licenses.mit ];
@@ -22,7 +22,7 b' https://code.rhodecode.com/upstream/subv'
22
22
23 six==1.9.0
23 six==1.9.0
24 translationstring==1.3
24 translationstring==1.3
25 WebOb==1.7.3
25 WebOb==1.7.4
26 wheel==0.29.0
26 wheel==0.29.0
27 zope.deprecation==4.1.2
27 zope.deprecation==4.1.2
28 zope.interface==4.1.3
28 zope.interface==4.1.3
General Comments 0
You need to be logged in to leave comments. Login now