##// END OF EJS Templates
dependencies: bumped supervisor to 3.3.3....
marcink -
r2133:b894410a default
parent child Browse files
Show More
@@ -1846,13 +1846,13 b''
1846 };
1846 };
1847 };
1847 };
1848 supervisor = super.buildPythonPackage {
1848 supervisor = super.buildPythonPackage {
1849 name = "supervisor-3.3.2";
1849 name = "supervisor-3.3.3";
1850 buildInputs = with self; [];
1850 buildInputs = with self; [];
1851 doCheck = false;
1851 doCheck = false;
1852 propagatedBuildInputs = with self; [meld3];
1852 propagatedBuildInputs = with self; [meld3];
1853 src = fetchurl {
1853 src = fetchurl {
1854 url = "https://pypi.python.org/packages/7b/17/88adf8cb25f80e2bc0d18e094fcd7ab300632ea00b601cbbbb84c2419eae/supervisor-3.3.2.tar.gz";
1854 url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz";
1855 md5 = "04766d62864da13d6a12f7429e75314f";
1855 md5 = "0fe86dfec4e5c5d98324d24c4cf944bd";
1856 };
1856 };
1857 meta = {
1857 meta = {
1858 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1858 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -76,7 +76,7 b' Sphinx==1.2.2'
76 SQLAlchemy==1.1.11
76 SQLAlchemy==1.1.11
77 sshpubkeys==2.2.0
77 sshpubkeys==2.2.0
78 subprocess32==3.2.7
78 subprocess32==3.2.7
79 supervisor==3.3.2
79 supervisor==3.3.3
80 Tempita==0.5.2
80 Tempita==0.5.2
81 translationstring==1.3
81 translationstring==1.3
82 trollius==1.0.4
82 trollius==1.0.4
General Comments 0
You need to be logged in to leave comments. Login now