[PATCH v2] gnu: gajim: Update to 1.2.2

  • Done
  • quality assurance status badge
Details
3 participants
  • Mason Hock
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Mason Hock
Severity
normal
Merged with
M
M
Mason Hock wrote on 1 Sep 2020 19:12
(address . guix-patches@gnu.org)(name . Mason Hock)(address . mason@masonhock.com)
20200901171218.19230-1-chaosmonk@riseup.net
From: Mason Hock <mason@masonhock.com>

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

Toggle diff (53 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9dc3e58ef9..724da61776 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -617,14 +617,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
- (version "0.6.10")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbxmpp" version))
(sha256
(base32
- "1vq89nhamciblyi5579bppnm4sb0zk5cg5hdipfpz174fxvl2wyd"))))
+ "0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests
@@ -642,15 +642,15 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
(define-public gajim
(package
(name "gajim")
- (version "1.1.3")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://gajim.org/downloads/"
(version-major+minor version)
- "/gajim-" version ".tar.bz2"))
+ "/gajim-" version ".tar.gz"))
(sha256
(base32
- "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
+ "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -727,7 +727,10 @@ else [])"))
"/site-packages"))))))
(native-inputs
`(("intltool" ,intltool)
+ ("libsoup" ,libsoup)
+ ("python-css-parser" ,python-css-parser)
("python-docutils" ,python-docutils)
+ ("python-packaging" ,python-packaging)
("xorg-server" ,xorg-server-for-tests)))
(inputs
`(("adwaita-icon-theme" ,adwaita-icon-theme)
--
2.28.0
L
L
Leo Famulari wrote on 1 Sep 2020 20:00
(no subject)
(address . control@debbugs.gnu.org)
20200901180026.GA9490@jasmine.lan
merge 43076 43156
M
M
Mason Hock wrote on 1 Sep 2020 20:57
Re: [PATCH v2] gnu: gajim: Update to 1.2.2
(address . 43156@debbugs.gnu.org)
C5C9GOA9YNGN.1FWYRXLI0ZZW@libricia-thinkcentre
Sorry, after some further testing I found another problem. Please
disregard.
L
L
Ludovic Courtès wrote on 12 Oct 2020 19:26
Re: [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
(name . Mason Hock)(address . chaosmonk@riseup.net)
87k0vvnynp.fsf@gnu.org
Hi Mason,

"Mason Hock" <chaosmonk@riseup.net> skribis:

Toggle quote (3 lines)
> Sorry, after some further testing I found another problem. Please
> disregard.

Any update on this patch?

Thanks in advance,
Ludo’.
M
M
Mason Hock wrote on 21 Oct 2020 05:20
(name . Ludovic Courtès)(address . ludo@gnu.org)
C6I8U3LV6YTG.397J6VZB07795@libricia-thinkcentre
On Mon Oct 12, 2020 at 10:26 AM PDT, Ludovic Courtès wrote:
Toggle quote (7 lines)
> "Mason Hock" <chaosmonk@riseup.net> skribis:
>
> > Sorry, after some further testing I found another problem. Please
> > disregard.
>
> Any update on this patch?

Hi Ludovic,

The problem is that Gajim launches, but fails to connect to the the
server due to an error in lib/python3.8/site-packages/nbxmpp/tcp.py:

Gi.repository.GLib.Error: g-tls-error-quark: TLS support is not
available

As far as I was able to gather, this error typically means that
glib-networking is not available. However, I tried adding
glib-networking as a both an input and a propogated input for both gajim
and python-nbxmpp, and still get the same error.

I wasn't sure what to try next, and then other tasks got in the way of
digging any deeper. Sorry for the delay.
L
L
Ludovic Courtès wrote on 18 Dec 2020 14:09
Re: [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
87a6ubdzwm.fsf@gnu.org
Hi,

Gajim was updated in a4f763cd6a69b64bf6a7e7d1a82002040c7eefe9.

Closing!

Ludo’.
Closed
?