emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63657: closed ([PATCH] gnu: python-py3status: Update to 3.50, compat


From: GNU bug Tracking System
Subject: bug#63657: closed ([PATCH] gnu: python-py3status: Update to 3.50, compatible with Python 3.10.)
Date: Mon, 12 Jun 2023 19:19:01 +0000

Your message dated Mon, 12 Jun 2023 20:18:14 +0100
with message-id <87o7lkwktq.fsf@cbaines.net>
and subject line Re: [bug#63657] [PATCH] gnu: python-py3status: Update to 3.50, 
compatible with Python 3.10.
has caused the debbugs.gnu.org bug report #63657,
regarding [PATCH] gnu: python-py3status: Update to 3.50, compatible with Python 
3.10.
to be marked as done.

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


-- 
63657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63657
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-py3status: Update to 3.50, compatible with Python 3.10. Date: Tue, 23 May 2023 09:49:29 +0200
This avoids "ImportError: cannot import name 'Iterable' from 'collections'"
from py3status version < 3.25.

* gnu/packages/python-xyz.scm (python-py3status): Update to 3.50.
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7e3f6f538..a2aed948d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -137,6 +137,7 @@
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -17785,13 +17786,13 @@ (define-public python-rope
 (define-public python-py3status
   (package
     (name "python-py3status")
-    (version "3.21")
+    (version "3.50")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py3status" version))
        (sha256
-        (base32 "16z8zq83hxy48g6hh4xczbdz50qvxv9k1aahr4fqq7jis60cc262"))))
+        (base32 "0j2dx9lzpic15r8p0r0s3jmcskxpacahxl640b4864ldn5rlnh9d"))))
     (build-system python-build-system)
     (inputs
      (list file))

base-commit: dff1689bb37e5303868584d3f1d7a33cbcb7f51e
-- 
2.40.1


-- 
Ivan Vilata i Balaguer -- https://elvil.net/

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#63657] [PATCH] gnu: python-py3status: Update to 3.50, compatible with Python 3.10. Date: Mon, 12 Jun 2023 20:18:14 +0100 User-agent: mu4e 1.10.2; emacs 28.2
Ivan Vilata i Balaguer <ivan@selidor.net> writes:

> [[PGP Signed Part:Good signature from 3DECC105F5DD2382 Ivan Vilata i Balaguer 
> <ivan@selidor.net> (trust undefined) created at 2023-05-23T08:49:29+0100 
> using RSA]]
> This avoids "ImportError: cannot import name 'Iterable' from 'collections'"
> from py3status version < 3.25.
>
> * gnu/packages/python-xyz.scm (python-py3status): Update to 3.50.
> ---
>  gnu/packages/python-xyz.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

This looks good to me, I've pushed to master as
3cc08bbdd960879e97ae5a9683ede3e630caf28e.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]