##// END OF EJS Templates
dependencies: bumped supervisor to 3.3.5
marcink -
r3361:e04bb7f3 default
parent child Browse files
Show More
@@ -1989,14 +1989,14 b' self: super: {'
1989 };
1989 };
1990 };
1990 };
1991 "supervisor" = super.buildPythonPackage {
1991 "supervisor" = super.buildPythonPackage {
1992 name = "supervisor-3.3.4";
1992 name = "supervisor-3.3.5";
1993 doCheck = false;
1993 doCheck = false;
1994 propagatedBuildInputs = [
1994 propagatedBuildInputs = [
1995 self."meld3"
1995 self."meld3"
1996 ];
1996 ];
1997 src = fetchurl {
1997 src = fetchurl {
1998 url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
1998 url = "https://files.pythonhosted.org/packages/ba/65/92575a8757ed576beaee59251f64a3287bde82bdc03964b89df9e1d29e1b/supervisor-3.3.5.tar.gz";
1999 sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
1999 sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v";
2000 };
2000 };
2001 meta = {
2001 meta = {
2002 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2002 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -75,8 +75,8 b' simplejson==3.11.1'
75 six==1.11.0
75 six==1.11.0
76 sqlalchemy==1.1.18
76 sqlalchemy==1.1.18
77 sshpubkeys==2.2.0
77 sshpubkeys==2.2.0
78 supervisor==3.3.4
79 subprocess32==3.5.3
78 subprocess32==3.5.3
79 supervisor==3.3.5
80 tempita==0.5.2
80 tempita==0.5.2
81 translationstring==1.3
81 translationstring==1.3
82 urllib3==1.24.1
82 urllib3==1.24.1
General Comments 0
You need to be logged in to leave comments. Login now