##// END OF EJS Templates
dependencies: bumped supervisor to 4.0.3
marcink -
r3733:7845e2b5 new-ui
parent child Browse files
Show More
@@ -2012,14 +2012,14 b' self: super: {'
2012 };
2012 };
2013 };
2013 };
2014 "supervisor" = super.buildPythonPackage {
2014 "supervisor" = super.buildPythonPackage {
2015 name = "supervisor-4.0.2";
2015 name = "supervisor-4.0.3";
2016 doCheck = false;
2016 doCheck = false;
2017 propagatedBuildInputs = [
2017 propagatedBuildInputs = [
2018 self."meld3"
2018 self."meld3"
2019 ];
2019 ];
2020 src = fetchurl {
2020 src = fetchurl {
2021 url = "https://files.pythonhosted.org/packages/cb/02/95953c98a770803e42009f18c2eb361bc035ab6fb3cbb442ffcc94387eac/supervisor-4.0.2.tar.gz";
2021 url = "https://files.pythonhosted.org/packages/97/48/f38bf70bd9282d1a18d591616557cc1a77a1c627d57dff66ead65c891dc8/supervisor-4.0.3.tar.gz";
2022 sha256 = "0xg5c41wd51wnf2ihc47gwkwjf29zq2q44lcwx8di2gvliyla12n";
2022 sha256 = "17hla7mx6w5m5jzkkjxgqa8wpswqmfhbhf49f692hw78fg0ans7p";
2023 };
2023 };
2024 meta = {
2024 meta = {
2025 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2025 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -67,7 +67,7 b' six==1.11.0'
67 sqlalchemy==1.1.18
67 sqlalchemy==1.1.18
68 sshpubkeys==3.1.0
68 sshpubkeys==3.1.0
69 subprocess32==3.5.3
69 subprocess32==3.5.3
70 supervisor==4.0.2
70 supervisor==4.0.3
71 translationstring==1.3
71 translationstring==1.3
72 urllib3==1.24.1
72 urllib3==1.24.1
73 urlobject==2.4.3
73 urlobject==2.4.3
General Comments 0
You need to be logged in to leave comments. Login now