From owner-svn-ports-all@freebsd.org Sun Oct 27 14:26:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88D5A17AADB; Sun, 27 Oct 2019 14:26:16 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:510a::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 471KsN2HKSz3JFh; Sun, 27 Oct 2019 14:26:15 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id CFD24C0030A; Sun, 27 Oct 2019 15:26:13 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 367951399FC; Sun, 27 Oct 2019 15:26:13 +0100 (CET) Date: Sun, 27 Oct 2019 15:26:13 +0100 From: Christoph Moench-Tegeder To: Kirill Ponomarev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r515759 - in head/sysutils/py-salt: . files Message-ID: <20191027142613.GA2468@elch.exwg.net> References: <201910270923.x9R9NYAC019983@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201910270923.x9R9NYAC019983@repo.freebsd.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 471KsN2HKSz3JFh X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2019 14:26:16 -0000 ## Kirill Ponomarev (krion@FreeBSD.org): > Log: > Fix master/minion run with python3 That's misleading - the problem here was not python3 (in fact, python2 support in saltstack has been deprecated) but the fact that the salt team pinned the PyYAML dependency to an old version after some problem with some unit tests: https://github.com/saltstack/salt/commit/cee9480ee3d40b8a17c02144080ca02a834688b1 (As salt didn't show any sign of memory leaks during normal operations, I won't complain about the fix per se, but the commit message should get the facts right.) But while I'm here: that msgpack-python/msgpack replacement in py-salt's Makefile line 97 https://svnweb.freebsd.org/ports/head/sysutils/py-salt/Makefile?revision=515759&view=markup&sortby=date#l97 is obsolete, that has been fixed upstream: https://github.com/saltstack/salt/commit/84aa034e032e6fa2f9c9cc136267b348527bb22e (that's why I'm a big fan of patch files - they make these cases obvious) Oh, and our PyYAML could take an update: https://pypi.org/project/PyYAML/ Damn, how did I get into this rabbit's hole? Regards, Christoph -- Spare Space