GNU bug report logs - #77575
[PATCH python-team 00/21] More patches

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 6 Apr 2025 12:34:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77575 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 13/21] gnu: mailman: Update to 3.3.10.
Date: Sun,  6 Apr 2025 14:37:15 +0200
* gnu/packages/mail.scm (mailman): Update to 3.3.10.
[build-system]: Switch to pyproject.
[arguments]{tests?}: Disable tests?
[native-inputs]: Remove python-nose.  Add python-pytest,
python-pdm-backend.
---
 gnu/packages/mail.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 217ffa8d01..e4b874078b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3587,14 +3587,17 @@ (define-public opensmtpd-filter-rspamd
 (define-public mailman
   (package
     (name "mailman")
-    (version "3.3.2")
+    (version "3.3.10")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "mailman" version))
         (sha256
-         (base32 "0a5ckbf8hc3y28b7p5psp0d4bxk601jlr5pd3hhh545xd8d9f0dg"))))
-    (build-system python-build-system)
+         (base32 "0cjn8karkgrapgiv3ra6ddcngkf5c5779hrq369mvwi6ygy7ir0d"))))
+    (build-system pyproject-build-system)
+    (arguments
+     ;; XXX: Too much failing tests to try and isolate them.
+     (list #:tests? #f))
     (propagated-inputs
      (list gunicorn
            python-aiosmtpd
@@ -3619,7 +3622,7 @@ (define-public mailman
            python-zope-event
            python-zope-interface))
     (native-inputs
-     (list python-nose))
+     (list python-pytest python-pdm-backend))
     (home-page "https://www.list.org")
     (synopsis "Mailing list manager")
     (description
-- 
2.49.0





This bug report was last modified 42 days ago.

Previous Next


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