From unknown Sat Sep 13 06:04:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29009 <29009@debbugs.gnu.org> To: bug#29009 <29009@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ansible: Update to 2.4.1.0. Reply-To: bug#29009 <29009@debbugs.gnu.org> Date: Sat, 13 Sep 2025 13:04:31 +0000 retitle 29009 [PATCH] gnu: ansible: Update to 2.4.1.0. reassign 29009 guix-patches submitter 29009 Jelle Licht severity 29009 normal tag 29009 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 08:22:38 2017 Received: (at submit) by debbugs.gnu.org; 26 Oct 2017 12:22:38 +0000 Received: from localhost ([127.0.0.1]:34057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7hBG-0005bp-FL for submit@debbugs.gnu.org; Thu, 26 Oct 2017 08:22:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7hBE-0005ba-IS for submit@debbugs.gnu.org; Thu, 26 Oct 2017 08:22:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7hB8-0003Dr-Ih for submit@debbugs.gnu.org; Thu, 26 Oct 2017 08:22:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42260) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e7hB8-0003Dm-Fl for submit@debbugs.gnu.org; Thu, 26 Oct 2017 08:22:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7hB7-0001wq-Hb for guix-patches@gnu.org; Thu, 26 Oct 2017 08:22:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7hB6-0003Cs-Py for guix-patches@gnu.org; Thu, 26 Oct 2017 08:22:29 -0400 Received: from mail.fsfe.org ([2001:aa8:ffed::3:102]:41214) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e7hB6-0003Ca-J8 for guix-patches@gnu.org; Thu, 26 Oct 2017 08:22:28 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 5925C654D51 for ; Thu, 26 Oct 2017 14:22:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ODdb3Xkc3I51 for ; Thu, 26 Oct 2017 14:22:27 +0200 (CEST) From: Jelle Licht To: guix-patches@gnu.org Subject: [PATCH] gnu: ansible: Update to 2.4.1.0. Date: Thu, 26 Oct 2017 14:22:25 +0200 Message-ID: <87r2tqhzem.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/admin.scm (ansible): Update to 2.4.1.0. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index cb5e86d39..8f3f3cd89 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1382,14 +1382,14 @@ of supported upstream metrics systems simultaneously.") (define-public ansible (package (name "ansible") - (version "2.3.1.0") + (version "2.4.1.0") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 (base32 - "1xdr82fy8gahxh3586wm5k1bxksys7yl1f2n24shrk8gf99qyjyd")) + "0spv0kjaicwss4q52s727b6grdizcxpa0bbsfg26pgf5kjrayqfs")) (patches (search-patches "ansible-wrap-program-hack.patch")))) (build-system python-build-system) (native-inputs -- 2.14.3 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 18:24:18 2017 Received: (at 29009) by debbugs.gnu.org; 26 Oct 2017 22:24:18 +0000 Received: from localhost ([127.0.0.1]:35658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qZW-0000pd-2h for submit@debbugs.gnu.org; Thu, 26 Oct 2017 18:24:18 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49231) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qZS-0000pT-24 for 29009@debbugs.gnu.org; Thu, 26 Oct 2017 18:24:14 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id ECC5020BA8; Thu, 26 Oct 2017 18:24:13 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 26 Oct 2017 18:24:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=POG2L+YDsmEb4fsMv/GAq2+fsl5rj00ti/XwEW3nHz8=; b=zNxicRZ1 qv02qbrf8q8tWJXgwtrL6ZlXUFJ6D4+Q1VD8ONtR4bE93nixKucVQ14+lQJVBi42 8nCOPZIN3fTuZL3wnV3RwCUJ9KOSHmnO1iRGiLL2fipWs0VCO+brRWfKcG5IT8kQ 2fDQ6CAArSZAjwCKMxpjlrN80T6V1twvqHrJK8DqUcmyviJfxx90U9fexQcDCJpU 9L5l1S4zVj9iDIQWoPb8wD7gZWiQat1hedR5g48Kc8Xuyz7s+8W88U9xSSeIXkLn PjfG9m6BKUwUo9WIc7DHYAUpjb0L3+QdsfE/aIDp1rmvXRWxGqNtpzy37xqMBMn3 pyXOqR7mxBW0Qg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=POG2L+YDsmEb4fsMv/GAq2+fsl5rj 00ti/XwEW3nHz8=; b=oaKEZYlBeyMncZ8AyLeG8kXlhmHuDLrivU1IdCIxqJ0OQ 8rAYgJn2s3eBFSTAaBTUDvnn+2SLtM9/YK7lQWOV5U4AzC/smD21J3dNrlx4DD/m xejwUbocNhkNL+xvDUBVZMLxe3rVv91+ZaJHY5iIbcfX6UOaP+UVMJlD77EcrZTo i0AoE+lGL3GZw6DmAHPaA7K1rHmlytBvNPubA8Hl7lN+RihsPtzorGdntjLQ/Y2s uVOQ02rL/ZFLWDY6l9s0moTGB8VIVjIsk6lAWYnM+zSjrnhm7uSMO4JZwicTcJrg bliIPl0wt/Efc1mr7pCy5ZAZfKEXaEB+Yvus9q2tA== X-ME-Sender: Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id 6420724739; Thu, 26 Oct 2017 18:24:13 -0400 (EDT) From: Marius Bakke To: Jelle Licht , 29009@debbugs.gnu.org Subject: Re: [bug#29009] [PATCH] gnu: ansible: Update to 2.4.1.0. In-Reply-To: <87r2tqhzem.fsf@fsfe.org> References: <87r2tqhzem.fsf@fsfe.org> User-Agent: Notmuch/0.25.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Fri, 27 Oct 2017 00:24:11 +0200 Message-ID: <871slpzgxg.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29009 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Jelle Licht writes: > * gnu/packages/admin.scm (ansible): Update to 2.4.1.0. > --- > gnu/packages/admin.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM! I think it's "safe" to push simple updates like these, as long as you're confident that it won't cause any problems (see also HACKING). --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlnyYIsACgkQoqBt8qM6 VPoBQggAyaxfD5T9ddyXilrMfA4gOZtEn8z4J+uHS/RmHTYKdqFH4ubgJ++ZXvHK n4zOYbEhNE4wjBVIU0uHY67P1oTSE/4OCUJIcQg6Ec3tJL2Lev2mbUcro6/fDz0s feIbItop8qDXZVj0l8qmqpATW8ZQoaXiz1vSy6QLjXq/o1gVGlh+uWiBPwQPtLrQ H0vcfipvuZZ2R/PMnQQYQ16B6/cvg+UZvhMmzlBaC1yXiZ962tV/uO6ycXKTucSH KLnpUEPwdwN9QJEa7D3hm7D0L2gj79VGyOu02xB80GmZcE9keczYgbJKCwZqO+Rj LY7U/yCElh0ReUuZru6h1e1tu1gTIQ== =YsmX -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 18:33:53 2017 Received: (at 29009-done) by debbugs.gnu.org; 26 Oct 2017 22:33:53 +0000 Received: from localhost ([127.0.0.1]:35675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qim-00015i-Mp for submit@debbugs.gnu.org; Thu, 26 Oct 2017 18:33:52 -0400 Received: from mail.fsfe.org ([217.69.89.162]:50487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qii-00015S-RV for 29009-done@debbugs.gnu.org; Thu, 26 Oct 2017 18:33:49 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 6176B639CDE; Fri, 27 Oct 2017 00:33:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dX2h9a1YcE6f; Fri, 27 Oct 2017 00:33:42 +0200 (CEST) References: <87r2tqhzem.fsf@fsfe.org> <871slpzgxg.fsf@fastmail.com> From: Jelle Licht To: Marius Bakke Subject: Re: [bug#29009] [PATCH] gnu: ansible: Update to 2.4.1.0. In-reply-to: <871slpzgxg.fsf@fastmail.com> Date: Fri, 27 Oct 2017 00:33:39 +0200 Message-ID: <87k1zhv8sc.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29009-done Cc: Jelle Licht , 29009-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Marius Bakke writes: > Jelle Licht writes: > >> * gnu/packages/admin.scm (ansible): Update to 2.4.1.0. >> --- >> gnu/packages/admin.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > LGTM! I think it's "safe" to push simple updates like these, as long as > you're confident that it won't cause any problems (see also HACKING). Fair enough, thanks for the reminder. Pushed as 256ecba1a19 to master. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 18:36:59 2017 Received: (at 29009) by debbugs.gnu.org; 26 Oct 2017 22:36:59 +0000 Received: from localhost ([127.0.0.1]:35692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qln-0001Bj-F8 for submit@debbugs.gnu.org; Thu, 26 Oct 2017 18:36:59 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:53252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7qlk-0001BZ-8t for 29009@debbugs.gnu.org; Thu, 26 Oct 2017 18:36:57 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 15F78F51A; Fri, 27 Oct 2017 00:36:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AUW_2Gq1yGri; Fri, 27 Oct 2017 00:36:56 +0200 (CEST) Received: from ribbon (unknown [72.28.92.23]) by hera.aquilenet.fr (Postfix) with ESMTPSA id BD5918B30; Fri, 27 Oct 2017 00:36:55 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jelle Licht Subject: Re: [bug#29009] [PATCH] gnu: ansible: Update to 2.4.1.0. In-Reply-To: <87r2tqhzem.fsf@fsfe.org> (Jelle Licht's message of "Thu, 26 Oct 2017 14:22:25 +0200") References: <87r2tqhzem.fsf@fsfe.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 26 Oct 2017 15:36:50 -0700 Message-ID: <874lqledtp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29009 Cc: 29009@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Jelle Licht skribis: > * gnu/packages/admin.scm (ansible): Update to 2.4.1.0. Go for it! Thanks, Ludo'. From unknown Sat Sep 13 06:04:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Nov 2017 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator