all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47017] gnu: gajim: Update to 1.3.1.
@ 2021-03-09  6:51 Raghav Gururajan via Guix-patches via
  2021-03-10 10:24 ` bug#47017: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2021-03-09  6:51 UTC (permalink / raw)
  To: 47017


[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.1.2: 0001-gnu-gajim-Update-to-1.3.1.patch --]
[-- Type: text/x-patch, Size: 1735 bytes --]

From cbc1db2dfb62b2cb7db338d25313f5d89f607744 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Tue, 9 Mar 2021 01:48:15 -0500
Subject: [PATCH] gnu: gajim: Update to 1.3.1.

* gnu/packages/messaging.scm (gajim) [version]: Update to 1.3.1.
[arguments]<#:phases>['disable-failing-tests]: Modify.
---
 gnu/packages/messaging.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 33a0d4fa56..ad5184a746 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -964,7 +964,7 @@ of xmpppy.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
@@ -973,7 +973,7 @@ of xmpppy.")
                        (version-major+minor version)
                        "/gajim-" version ".tar.gz"))
        (sha256
-        (base32 "1v0cx8r1zr9aj17ik5apxxfpr9rv5w8p1i7hfys6wp9292gc7s25"))
+        (base32 "070h1n3miq99z6ln77plk3jlisgfqfs2yyn4rhchpf25zd8is1ba"))
        (patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
     (build-system python-build-system)
     (arguments
@@ -989,8 +989,8 @@ of xmpppy.")
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests
            (lambda _
-             ;; https://dev.gajim.org/gajim/gajim/-/issues/10427
-             (delete-file "test/unit/test_gui_interface.py")
+             ;; https://dev.gajim.org/gajim/gajim/-/issues/10478
+             (delete-file "test/lib/gajim_mocks.py")
              #t))
          (replace 'check
            (lambda _
-- 
2.30.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

* bug#47017: gnu: gajim: Update to 1.3.1.
  2021-03-09  6:51 [bug#47017] gnu: gajim: Update to 1.3.1 Raghav Gururajan via Guix-patches via
@ 2021-03-10 10:24 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-03-10 10:24 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 47017-done

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

As we discussed on IRC, patch pushed with both tests failing, using the
new upstream bug report listed in the code. Thanks!

On Tue, Mar 09, 2021 at 01:51:28AM -0500, Raghav Gururajan via Guix-patches via wrote:

> From cbc1db2dfb62b2cb7db338d25313f5d89f607744 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <rg@raghavgururajan.name>
> Date: Tue, 9 Mar 2021 01:48:15 -0500
> Subject: [PATCH] gnu: gajim: Update to 1.3.1.
> 
> * gnu/packages/messaging.scm (gajim) [version]: Update to 1.3.1.
> [arguments]<#:phases>['disable-failing-tests]: Modify.
> ---
>  gnu/packages/messaging.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> index 33a0d4fa56..ad5184a746 100644
> --- a/gnu/packages/messaging.scm
> +++ b/gnu/packages/messaging.scm
> @@ -964,7 +964,7 @@ of xmpppy.")
>  (define-public gajim
>    (package
>      (name "gajim")
> -    (version "1.3.0")
> +    (version "1.3.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -973,7 +973,7 @@ of xmpppy.")
>                         (version-major+minor version)
>                         "/gajim-" version ".tar.gz"))
>         (sha256
> -        (base32 "1v0cx8r1zr9aj17ik5apxxfpr9rv5w8p1i7hfys6wp9292gc7s25"))
> +        (base32 "070h1n3miq99z6ln77plk3jlisgfqfs2yyn4rhchpf25zd8is1ba"))
>         (patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
>      (build-system python-build-system)
>      (arguments
> @@ -989,8 +989,8 @@ of xmpppy.")
>         (modify-phases %standard-phases
>           (add-after 'unpack 'disable-failing-tests
>             (lambda _
> -             ;; https://dev.gajim.org/gajim/gajim/-/issues/10427
> -             (delete-file "test/unit/test_gui_interface.py")
> +             ;; https://dev.gajim.org/gajim/gajim/-/issues/10478
> +             (delete-file "test/lib/gajim_mocks.py")
>               #t))
>           (replace 'check
>             (lambda _
> -- 
> 2.30.1
> 





-- 
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:[~2021-03-10 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  6:51 [bug#47017] gnu: gajim: Update to 1.3.1 Raghav Gururajan via Guix-patches via
2021-03-10 10:24 ` bug#47017: " Efraim Flashner

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.