##// END OF EJS Templates
dependencies: bumped supervisor to 3.3.1 version.
marcink -
r1227:fd3ee35c default
parent child Browse files
Show More
@@ -1625,13 +1625,13 b''
1625 };
1625 };
1626 };
1626 };
1627 supervisor = super.buildPythonPackage {
1627 supervisor = super.buildPythonPackage {
1628 name = "supervisor-3.3.0";
1628 name = "supervisor-3.3.1";
1629 buildInputs = with self; [];
1629 buildInputs = with self; [];
1630 doCheck = false;
1630 doCheck = false;
1631 propagatedBuildInputs = with self; [meld3];
1631 propagatedBuildInputs = with self; [meld3];
1632 src = fetchurl {
1632 src = fetchurl {
1633 url = "https://pypi.python.org/packages/44/80/d28047d120bfcc8158b4e41127706731ee6a3419c661e0a858fb0e7c4b2d/supervisor-3.3.0.tar.gz";
1633 url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz";
1634 md5 = "46bac00378d1eddb616752b990c67416";
1634 md5 = "202f760f9bf4930ec06557bac73e5cf2";
1635 };
1635 };
1636 meta = {
1636 meta = {
1637 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1637 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -90,7 +90,7 b' setproctitle==1.1.8'
90 simplejson==3.7.2
90 simplejson==3.7.2
91 six==1.9.0
91 six==1.9.0
92 subprocess32==3.2.6
92 subprocess32==3.2.6
93 supervisor==3.3.0
93 supervisor==3.3.1
94
94
95 translationstring==1.3
95 translationstring==1.3
96 trollius==1.0.4
96 trollius==1.0.4
General Comments 0
You need to be logged in to leave comments. Login now