diff mbox series

[bug#66967] Update radicale to 3.1.8.

Message ID ZR0P278MB02689109D3B664F581C9ABFEC1AAA@ZR0P278MB0268.CHEP278.PROD.OUTLOOK.COM
State New
Headers show
Series [bug#66967] Update radicale to 3.1.8. | expand

Commit Message

Wicki Gabriel (wicg) Nov. 6, 2023, 11:23 a.m. UTC
The issue with the tests has been fixed in the new upstream version, so this patch bumps the version and re-enables the tests.

Thanks for a quick review/merge,

gabber

Comments

Sharlatan Hellseher Nov. 8, 2023, 12:48 p.m. UTC | #1
Hi,

Patch looks good.

One thing to mention - you may drop arguments completely as you don't need
explicitly set #:tests? to #t.

May you send v2 with modification please?

Thanks,
Oleg
Christopher Baines Nov. 23, 2023, 3:12 p.m. UTC | #2
"Wicki Gabriel (wicg)" <wicg@zhaw.ch> writes:

> The issue with the tests has been fixed in the new upstream version,
> so this patch bumps the version and re-enables the tests.

Thanks both, I've removed the #:tests? #t and pushed this to master as
4162838ef8090863906c5cefa488815fcf6c742f.

Chris
diff mbox series

Patch

From 9f77749cff1d6f7eca8ce4f0e61db678d78e0f33 Mon Sep 17 00:00:00 2001
Message-ID: <9f77749cff1d6f7eca8ce4f0e61db678d78e0f33.1699269718.git.wicg@zhaw.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Mon, 6 Nov 2023 12:18:45 +0100
Subject: [PATCH] gnu: radicale: Update to 3.1.8.

* gnu/packages/dav.scm(radicale): Update to 3.1.8.  [arguments] Enable tests.

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

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index e0306b8a97..42d95f71c4 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -43,23 +43,20 @@  (define-module (gnu packages dav)
 (define-public radicale
   (package
     (name "radicale")
-    (version "3.1.7")
+    (version "3.1.8")
     (source
      (origin
-       ;; There are no tests in the PyPI tarball.
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/Kozea/Radicale")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mv1w9qazbis9ir5shr1ybsfn4cxd3rmxa3ns6kbk23yramlzwhg"))))
+        (base32 "1qy2azn02bw772yhzgqvyf1pyl0ijj9ccvl1078w9icl261yljap"))))
     (build-system python-build-system)
     (arguments
       (list
-       ;; TODO: enable again when https://github.com/Kozea/Radicale/issues/1184
-       ;; is fixed
-       #:tests? #f))
+       #:tests? #t))
     (native-inputs
      (list python-pytest
            python-pytest-cov

base-commit: d52ee267ee8245a6edfcd137c73d20b036ec08d1
-- 
2.41.0