##// END OF EJS Templates
dependencies: bumped supervisor to 4.0.1
marcink -
r3635:d1a2dd31 default
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-3.3.5";
2015 name = "supervisor-4.0.1";
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/ba/65/92575a8757ed576beaee59251f64a3287bde82bdc03964b89df9e1d29e1b/supervisor-3.3.5.tar.gz";
2021 url = "https://files.pythonhosted.org/packages/96/ec/f8190beeb0c6d29a30aea10389c11d0164b6ff221931ee84093315ecde6a/supervisor-4.0.1.tar.gz";
2022 sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v";
2022 sha256 = "10l3z7v6v1fyv7m5zbazzxciwvli2n9a41pxi27p4kixgsfp0s1j";
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==3.3.5
70 supervisor==4.0.1
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