unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63248] [PATCH] gnu: python-blessed: Update to 1.17.9.
       [not found] <877ctp8kn0.fsf.ref@aol.com>
@ 2023-05-03 16:06 ` Adam Maleszka via Guix-patches via
  2023-05-07  9:43   ` bug#63248: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Maleszka via Guix-patches via @ 2023-05-03 16:06 UTC (permalink / raw)
  To: 63248


[-- Attachment #1.1: Type: text/plain, Size: 287 bytes --]


Hi!

Builds of python-blessed 1.17.8 package fail with python 3.10.0 because
of bad version comparison in the test suite:

- https://ci.guix.gnu.org/build/1095114/details
- https://github.com/jquast/blessed/pull/177

This patch solves the problem by updating python-blessed to 1.17.9.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: patch --]
[-- Type: text/x-patch, Size: 1046 bytes --]

From a2365bec7e256ac1152602a2b887c60b71d5085d Mon Sep 17 00:00:00 2001
From: Adam Maleszka <adam_maleszka@aol.com>
Date: Wed, 3 May 2023 17:13:49 +0200
Subject: [PATCH] gnu: python-blessed: Update to 1.17.9.

---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7950d4a775..9568cf7123 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27544,14 +27544,14 @@ (define-public python-svgutils
 (define-public python-blessed
   (package
     (name "python-blessed")
-    (version "1.17.8")
+    (version "1.17.9")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "blessed" version))
         (sha256
          (base32
-          "1wdj342sk22hfrg0n91x2qnqsbzbiyq9y009v3pxnvfzn9bx0wbn"))
+          "1fx9lyzyaxd44jwpp9k3c0gx37xsww1q7gq01hqbf258x1dplj8d"))
         (modules '((guix build utils)))
         (snippet
          '(begin
-- 
2.39.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63248: [PATCH] gnu: python-blessed: Update to 1.17.9.
  2023-05-03 16:06 ` [bug#63248] [PATCH] gnu: python-blessed: Update to 1.17.9 Adam Maleszka via Guix-patches via
@ 2023-05-07  9:43   ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-05-07  9:43 UTC (permalink / raw)
  To: Adam Maleszka; +Cc: 63248-done

[-- Attachment #1: Type: text/plain, Size: 875 bytes --]

On Wed, May 03, 2023 at 06:06:27PM +0200, Adam Maleszka via Guix-patches via wrote:
> 
> Hi!
> 
> Builds of python-blessed 1.17.8 package fail with python 3.10.0 because
> of bad version comparison in the test suite:
> 
> - https://ci.guix.gnu.org/build/1095114/details
> - https://github.com/jquast/blessed/pull/177
> 
> This patch solves the problem by updating python-blessed to 1.17.9.

Thanks for the patch. I've applied it and then added another one to run
the test suite. Can you also check some of the more recent versions of
python-blessed to see if they also work? As long as we're updating it
I'd like to have a more recent version.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-07  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <877ctp8kn0.fsf.ref@aol.com>
2023-05-03 16:06 ` [bug#63248] [PATCH] gnu: python-blessed: Update to 1.17.9 Adam Maleszka via Guix-patches via
2023-05-07  9:43   ` bug#63248: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).