GNU bug report logs - #76367
[PATCH 0/2] Update gajim to 1.9.5.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Mon, 17 Feb 2025 17:47:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76367 in the body.
You can then email your comments to 76367 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76367; Package guix-patches. (Mon, 17 Feb 2025 17:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 17 Feb 2025 17:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 0/2] Update gajim to 1.9.5.
Date: Mon, 17 Feb 2025 18:45:33 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

This series of patches updates Gajim to 1.9.5.

Ashish SHUKLA (2):
  gnu: python-nbxmpp: Update to 5.0.4.
  gnu: gajim: Update to 1.9.5.

 gnu/packages/messaging.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


base-commit: 7eaf64acddc7f1ae0738e7779312c2abc6fbfd38
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76367; Package guix-patches. (Mon, 17 Feb 2025 17:49:02 GMT) Full text and rfc822 format available.

Message #8 received at 76367 <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: 76367 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 2/2] gnu: gajim: Update to 1.9.5.
Date: Mon, 17 Feb 2025 17:47:58 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/messaging.scm (gajim): Update to 1.9.5.
[arguments]<#:phases>: Update build-metadata, and
install-metadata phases.

Change-Id: I7c83fb8c53066c1c704f562a24e4334e6f14beab
---
 gnu/packages/messaging.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f40d2036f8..c1c032b023 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1199,7 +1199,7 @@ (define-public python-nbxmpp
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.9.3")
+    (version "1.9.5")
     (source
      (origin
        (method url-fetch)
@@ -1207,7 +1207,7 @@ (define-public gajim
                            (version-major+minor version)
                            "/gajim-" version ".tar.gz"))
        (sha256
-         (base32 "10rz8pd43a9308kj6csixsmvdc6ccnqkw83adc5cggh1798b45ag"))
+         (base32 "0g2nhy6ypj4jbz216sgiy37spq34bwa0ydn2g73fp9qnxfq4vpvz"))
        (patches
          (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
     (build-system python-build-system)
@@ -1227,8 +1227,7 @@ (define-public gajim
                        'generate-gdk-pixbuf-loaders-cache-file))
           (add-before 'build 'build-metadata
             (lambda _
-              (invoke "./pep517build/build_metadata.py"
-                      "-o" "dist/metadata")))
+              (invoke "./make.py" "build")))
           ;; TODO: Change to pyproject-build-system once it supports
           ;; in-tree build backends.
           (replace 'build
@@ -1242,7 +1241,7 @@ (define-public gajim
                      (find-files "dist" "\\.whl$"))))
           (add-after 'install 'install-metadata
             (lambda _
-              (invoke "./pep517build/install_metadata.py" "dist/metadata"
+              (invoke "./make.py" "install"
                       (string-append "--prefix=" #$output))))
           (replace 'check
             (lambda* (#:key tests? #:allow-other-keys)
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76367; Package guix-patches. (Mon, 17 Feb 2025 17:49:03 GMT) Full text and rfc822 format available.

Message #11 received at 76367 <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: 76367 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 1/2] gnu: python-nbxmpp: Update to 5.0.4.
Date: Mon, 17 Feb 2025 17:47:57 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/messaging.scm (python-nbxmpp): Update to 5.0.4.

Change-Id: If2e0f26eeb5659de30db8939d6b43e375d131acb
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1ee8255593..f40d2036f8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -43,7 +43,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2024 Carlo Zancanaro <carlo <at> zancanaro.id.au>
 ;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024, 2025 Igor Goryachev <igor <at> goryachev.org>
 ;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
 ;;;
@@ -1161,13 +1161,13 @@ (define-public znc
 (define-public python-nbxmpp
   (package
     (name "python-nbxmpp")
-    (version "5.0.3")
+    (version "5.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "nbxmpp" version))
        (sha256
-         (base32 "1swzbdl1zr34jynhsm1f401h5hdn9p6vw9vxa7vx0gd3ifkmiz7w"))))
+         (base32 "04fnc743d523gb38mm1inii80agmpb9r6hvn3f8ygnj3yq7s2vhn"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-- 
2.48.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 26 Mar 2025 21:51:02 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Wed, 26 Mar 2025 21:51:02 GMT) Full text and rfc822 format available.

Message #16 received at 76367-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: ashish.is <at> lostca.se
Cc: 76367-done <at> debbugs.gnu.org
Subject: Re: [bug#76367] [PATCH 0/2] Update gajim to 1.9.5.
Date: Wed, 26 Mar 2025 22:50:17 +0100
ashish.is <at> lostca.se skribis:

>   gnu: python-nbxmpp: Update to 5.0.4.
>   gnu: gajim: Update to 1.9.5.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Apr 2025 11:26:46 GMT) Full text and rfc822 format available.

This bug report was last modified 56 days ago.

Previous Next


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