update python-urwid, python-urwidtrees
Commit Message
Also throwing in a third patch to update comments in the alot package
definition. It's related because it's the same note as in python-urwidtrees:
author only distributes via github, not pypi.
FWIW, I'm submitting these to fix a cosmetic bug in alot. I also did check the
other consumer of python-urwid (khal), and it does not seem to break anything.
Troy
Comments
Troy Sankey <sankeytms@gmail.com> writes:
> Also throwing in a third patch to update comments in the alot package
> definition. It's related because it's the same note as in python-urwidtrees:
> author only distributes via github, not pypi.
>
> FWIW, I'm submitting these to fix a cosmetic bug in alot. I also did check the
> other consumer of python-urwid (khal), and it does not seem to break anything.
>
> Troy
>
> From fdc5364cce561e7a5067e0bec256899847f82a41 Mon Sep 17 00:00:00 2001
> From: Troy Sankey <sankeytms@gmail.com>
> Date: Sat, 13 Aug 2016 12:09:22 -0400
> Subject: [PATCH 3/3] gnu: alot: Fixup comments.
> From 213f3035df3ea8caa1695debfcf6ea946ff4dc01 Mon Sep 17 00:00:00 2001
> From: Troy Sankey <sankeytms@gmail.com>
> Date: Sat, 13 Aug 2016 12:08:05 -0400
> Subject: [PATCH 2/3] gnu: python-urwidtrees: Update to 1.0.2.
> From a6c47dc9631948ade8436acd42bfe898a920e9be Mon Sep 17 00:00:00 2001
> From: Troy Sankey <sankeytms@gmail.com>
> Date: Fri, 12 Aug 2016 23:33:24 -0400
> Subject: [PATCH 1/3] gnu: python-urwid: Update to 1.3.1.
Pushed, thanks! :)
Mark
From a6c47dc9631948ade8436acd42bfe898a920e9be Mon Sep 17 00:00:00 2001
From: Troy Sankey <sankeytms@gmail.com>
Date: Fri, 12 Aug 2016 23:33:24 -0400
Subject: [PATCH 1/3] gnu: python-urwid: Update to 1.3.1.
* gnu/packages/python.scm (python-urwid): Update to 1.3.1.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -4487,21 +4487,21 @@ and written in Python.")
(define-public python-urwid
(package
(name "python-urwid")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwid" version))
(sha256
(base32
- "18mb0yy94sjc434rd61m2sfnw27sa0nyrszpj5a9r9zh7fnlzw19"))))
+ "18cnd1wdjcas08x5qwa5ayw6jsfcn33w4d9f7q3s29fy6qzc1kng"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
;; Disable failing test. Bug filed upstream:
;; https://github.com/wardi/urwid/issues/164
- ;; TODO: check again for python-urwid > 1.3.0 or python > 3.4.3.
+ ;; TODO: check again for python-urwid > 1.3.1 or python > 3.4.3.
(add-after 'unpack 'disable-failing-test
(lambda _
(substitute* "urwid/tests/test_event_loops.py"
--
2.9.2