##// END OF EJS Templates
dependencies: bumped supervisor to 3.3.4
marcink -
r2608:daa7ea28 default
parent child Browse files
Show More
@@ -1820,13 +1820,13 b''
1820 };
1820 };
1821 };
1821 };
1822 supervisor = super.buildPythonPackage {
1822 supervisor = super.buildPythonPackage {
1823 name = "supervisor-3.3.3";
1823 name = "supervisor-3.3.4";
1824 buildInputs = with self; [];
1824 buildInputs = with self; [];
1825 doCheck = false;
1825 doCheck = false;
1826 propagatedBuildInputs = with self; [meld3];
1826 propagatedBuildInputs = with self; [meld3];
1827 src = fetchurl {
1827 src = fetchurl {
1828 url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz";
1828 url = "https://pypi.python.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
1829 md5 = "0fe86dfec4e5c5d98324d24c4cf944bd";
1829 md5 = "f1814d71d820ddfa8c86d46a72314cec";
1830 };
1830 };
1831 meta = {
1831 meta = {
1832 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1832 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -75,7 +75,7 b' 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
78 supervisor==3.3.3
78 supervisor==3.3.4
79 Tempita==0.5.2
79 Tempita==0.5.2
80 translationstring==1.3
80 translationstring==1.3
81 trollius==1.0.4
81 trollius==1.0.4
General Comments 0
You need to be logged in to leave comments. Login now