[PATCH 0/2] Update gajim to 1.9.5.

  • Open
  • quality assurance status badge
Details
One participant
  • ashish.is
Owner
unassigned
Submitted by
ashish.is
Severity
normal

Debbugs page

ashish.is wrote 3 weeks ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
cover.1739814323.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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
ashish.is wrote 3 weeks ago
[PATCH 2/2] gnu: gajim: Update to 1.9.5.
(address . 76367@debbugs.gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
c3f10cba79295119951ec992645b151c8e1eec03.1739814323.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (43 lines)
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
ashish.is wrote 3 weeks ago
[PATCH 1/2] gnu: python-nbxmpp: Update to 5.0.4.
(address . 76367@debbugs.gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
1f5910d5b69ff29c24d6c37af1a582cc554cffbe.1739814323.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (31 lines)
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@gmail.com>
;;; Copyright © 2024 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@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
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 76367
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