GNU bug report logs - #29009
[PATCH] gnu: ansible: Update to 2.4.1.0.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Thu, 26 Oct 2017 12:23:01 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29009: closed ([PATCH] gnu: ansible: Update to 2.4.1.0.)
Date: Thu, 26 Oct 2017 22:34:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 27 Oct 2017 00:33:39 +0200
with message-id <87k1zhv8sc.fsf <at> fsfe.org>
and subject line Re: [bug#29009] [PATCH] gnu: ansible: Update to 2.4.1.0.
has caused the debbugs.gnu.org bug report #29009,
regarding [PATCH] gnu: ansible: Update to 2.4.1.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29009: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29009
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: ansible: Update to 2.4.1.0.
Date: Thu, 26 Oct 2017 14:22:25 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: Jelle Licht <jlicht <at> fsfe.org>, 29009-done <at> debbugs.gnu.org
Subject: Re: [bug#29009] [PATCH] gnu: ansible: Update to 2.4.1.0.
Date: Fri, 27 Oct 2017 00:33:39 +0200
Marius Bakke <mbakke <at> fastmail.com> writes:

> Jelle Licht <jlicht <at> fsfe.org> 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.


This bug report was last modified 7 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.