##// END OF EJS Templates
dependencies: bumped supervisor to 3.3.2
marcink -
r1868:bbb2d662 default
parent child Browse files
Show More
@@ -1781,13 +1781,13 b''
1781 };
1781 };
1782 };
1782 };
1783 supervisor = super.buildPythonPackage {
1783 supervisor = super.buildPythonPackage {
1784 name = "supervisor-3.3.1";
1784 name = "supervisor-3.3.2";
1785 buildInputs = with self; [];
1785 buildInputs = with self; [];
1786 doCheck = false;
1786 doCheck = false;
1787 propagatedBuildInputs = with self; [meld3];
1787 propagatedBuildInputs = with self; [meld3];
1788 src = fetchurl {
1788 src = fetchurl {
1789 url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz";
1789 url = "https://pypi.python.org/packages/7b/17/88adf8cb25f80e2bc0d18e094fcd7ab300632ea00b601cbbbb84c2419eae/supervisor-3.3.2.tar.gz";
1790 md5 = "202f760f9bf4930ec06557bac73e5cf2";
1790 md5 = "04766d62864da13d6a12f7429e75314f";
1791 };
1791 };
1792 meta = {
1792 meta = {
1793 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1793 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -75,8 +75,8 b' simplejson==3.7.2'
75 six==1.9.0
75 six==1.9.0
76 Sphinx==1.2.2
76 Sphinx==1.2.2
77 SQLAlchemy==0.9.9
77 SQLAlchemy==0.9.9
78 supervisor==3.3.1
79 subprocess32==3.2.7
78 subprocess32==3.2.7
79 supervisor==3.3.2
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