##// END OF EJS Templates
dependencies: bumped six to 1.11.0
marcink -
r2298:faa65c45 default
parent child Browse files
Show More
@@ -1807,13 +1807,13 b''
1807 };
1807 };
1808 };
1808 };
1809 six = super.buildPythonPackage {
1809 six = super.buildPythonPackage {
1810 name = "six-1.9.0";
1810 name = "six-1.11.0";
1811 buildInputs = with self; [];
1811 buildInputs = with self; [];
1812 doCheck = false;
1812 doCheck = false;
1813 propagatedBuildInputs = with self; [];
1813 propagatedBuildInputs = with self; [];
1814 src = fetchurl {
1814 src = fetchurl {
1815 url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
1815 url = "https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
1816 md5 = "476881ef4012262dfc8adc645ee786c4";
1816 md5 = "d12789f9baf7e9fb2524c0c64f1773f8";
1817 };
1817 };
1818 meta = {
1818 meta = {
1819 license = [ pkgs.lib.licenses.mit ];
1819 license = [ pkgs.lib.licenses.mit ];
@@ -71,7 +71,7 b' requests==2.9.1'
71 Routes==1.13
71 Routes==1.13
72 setproctitle==1.1.10
72 setproctitle==1.1.10
73 simplejson==3.11.1
73 simplejson==3.11.1
74 six==1.9.0
74 six==1.11.0
75 SQLAlchemy==1.1.15
75 SQLAlchemy==1.1.15
76 sshpubkeys==2.2.0
76 sshpubkeys==2.2.0
77 subprocess32==3.2.7
77 subprocess32==3.2.7
General Comments 0
You need to be logged in to leave comments. Login now