[PATCH] python-sphinxcontrib-programoutput: Update to 0.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Allan Webber
  • Leo Famulari
Owner
unassigned
Submitted by
Christopher Allan Webber
Severity
normal

Debbugs page

Christopher Allan Webber wrote 8 years ago
(address . guix-patches@gnu.org)
87d1bw49e6.fsf@dustycloud.org
From ac6ac00e67d701240a88c8b67b87b8616f764691 Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Fri, 28 Apr 2017 14:29:16 -0500
Subject: [PATCH] python-sphinxcontrib-programoutput: Update to 0.10.

* gnu/packages/python.scm (python-sphinxcontrib-programoutput): Update to 0.10.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0dac375e9..5c458a196 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10022,13 +10022,13 @@ programmatically interfacing with your system's $EDITOR.")
(define-public python-sphinxcontrib-programoutput
(package
(name "python-sphinxcontrib-programoutput")
- (version "0.8")
+ (version "0.10")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-programoutput" version))
(sha256
(base32
- "098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
+ "153hhnlbx4688zj9wd64819ps5znc2jlyp5crkgzvn5hxgy99vpx"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing and the upstream is gone.
--
2.12.2
Leo Famulari wrote 8 years ago
(name . Christopher Allan Webber)(address . cwebber@dustycloud.org)(address . 26700@debbugs.gnu.org)
20170428202039.GA14151@jasmine
On Fri, Apr 28, 2017 at 02:30:57PM -0500, Christopher Allan Webber wrote:
Toggle quote (7 lines)
> From ac6ac00e67d701240a88c8b67b87b8616f764691 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber <cwebber@dustycloud.org>
> Date: Fri, 28 Apr 2017 14:29:16 -0500
> Subject: [PATCH] python-sphinxcontrib-programoutput: Update to 0.10.
>
> * gnu/packages/python.scm (python-sphinxcontrib-programoutput): Update to 0.10.

LGTM assuming that python2-acme still builds. Thanks!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkDpBMACgkQJkb6MLrK
fwj9oxAAnXycqcvCcIR/7LDztO9ay8OpEbKdLUX5+rb2hIKGEcuW/5vQoaMoiZOW
gJDyM+/lOYHJc3Yczj84TfeNFRXByukBJfMhIFG7hLnqIUFY3PhQ0uwk+V62OuUO
lta+jtycpAO9aLkWt+zr9FiPiQ0luN+OogTwkViIfEA54xxw1QhxKZHKkgvvtzRr
w3A72czJXhxCzhQ7n7F5QLLG11Fm5aQ7L4JFhylsWji+GXgWPX7ihkZ9ecYC/8UI
82MCcuZCBDHU3MENJX2FgMkIwTXGdV/9bsJ7lPF0IYF8FidoK/O1XOfHe9317kW5
aHM8TSxRd/icP98maRe5N/0o7Ai1LAPbEAuwanmPa7QruG7v3EaRBC0UcsKFMOS+
kN4RPaO1Q9a2cfVpD+TWz38Mp0F944gkkpwpAzCNPRv+a4fGrxM75peE1bt7xT7D
7r1H5jR8xyDKP6tZTKomVf8VGLWATYyylaAM6QPKh/a3SLuV0PiNm7mgPnowSl+e
6M4VQ6Uz3urjUTgExNira9la6aQyp/g/0GAhgkGc2PNjK64GrkTo7KIzRJEDlHw8
xy1NijZRnPTSXfjYwC6585NHK2Mq1lPROL5honZC3tIT1f7O5GefASQyzfCqiicH
hfti97vN+bkR1qk9ghlZ3KI6A7m47xLc6H5PfpkgOBv5skoA0sU=
=BsxA
-----END PGP SIGNATURE-----


Christopher Allan Webber wrote 8 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 26700-done@debbugs.gnu.org)
87r30ad48u.fsf@dustycloud.org
Leo Famulari writes:

Toggle quote (10 lines)
> On Fri, Apr 28, 2017 at 02:30:57PM -0500, Christopher Allan Webber wrote:
>> From ac6ac00e67d701240a88c8b67b87b8616f764691 Mon Sep 17 00:00:00 2001
>> From: Christopher Allan Webber <cwebber@dustycloud.org>
>> Date: Fri, 28 Apr 2017 14:29:16 -0500
>> Subject: [PATCH] python-sphinxcontrib-programoutput: Update to 0.10.
>>
>> * gnu/packages/python.scm (python-sphinxcontrib-programoutput): Update to 0.10.
>
> LGTM assuming that python2-acme still builds. Thanks!

Pushed upstream :)
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26700@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26700
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help