# HG changeset patch # User Marcin Kuzminski # Date 2018-02-19 19:44:05 # Node ID daa7ea280f952548b85b670169a7a123873c2fbb # Parent ff2cbf0bf74456730989016b57bb3ecba23cccdd dependencies: bumped supervisor to 3.3.4 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1820,13 +1820,13 @@ }; }; supervisor = super.buildPythonPackage { - name = "supervisor-3.3.3"; + name = "supervisor-3.3.4"; buildInputs = with self; []; doCheck = false; propagatedBuildInputs = with self; [meld3]; src = fetchurl { - url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz"; - md5 = "0fe86dfec4e5c5d98324d24c4cf944bd"; + url = "https://pypi.python.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz"; + md5 = "f1814d71d820ddfa8c86d46a72314cec"; }; meta = { license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ six==1.11.0 SQLAlchemy==1.1.15 sshpubkeys==2.2.0 subprocess32==3.2.7 -supervisor==3.3.3 +supervisor==3.3.4 Tempita==0.5.2 translationstring==1.3 trollius==1.0.4