[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 29/55] gnu: python-django-mailman3: Update to 1.3.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 29/55] gnu: python-django-mailman3: Update to 1.3.8. |
Date: |
Sun, 25 Jun 2023 18:57:30 +0200 |
* gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.8.
[build-system]: Use pyproject-build-system.
[arguments](phases): Set DJANGO_SETTINGS_MODULE in the invoke call.
[native-inputs]: Add tzdata-for-tests.
---
gnu/packages/mail.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 801555803a..bf26215151 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3555,29 +3555,28 @@ (define-public mlmmj
(define-public python-django-mailman3
(package
(name "python-django-mailman3")
- (version "1.3.7")
+ (version "1.3.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-mailman3" version))
(sha256
- (base32
- "1dzycnwdr1gavs1dgmcv1lz24x0fkp8y864fy52fgbz72d6c5a3f"))))
- (build-system python-build-system)
+ (base32 "0ma4q6ffyz2qhlg3cw0kbxsvwli41154p1zgv5h93l3r0s4p4xhb"))))
+ (build-system pyproject-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _
- (setenv "DJANGO_SETTINGS_MODULE"
- "django_mailman3.tests.settings_test")
- (invoke "django-admin" "test"
- "--pythonpath=."))))))
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "django-admin" "test"
+ "--settings=django_mailman3.tests.settings_test"
+ "--pythonpath=.")))))))
(propagated-inputs
(list python-django python-django-allauth python-django-gravatar2
python-mailmanclient python-pytz))
(native-inputs
- (list python-mock))
+ (list python-mock tzdata-for-tests))
(home-page "https://gitlab.com/mailman/django-mailman3")
(synopsis "Django library to help interaction with Mailman")
(description
--
2.40.1
- [bug#55474] [PATCH v5 11/55] gnu: python-easy-thumbnails: Update to 2.8.5., (continued)
- [bug#55474] [PATCH v5 11/55] gnu: python-easy-thumbnails: Update to 2.8.5., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 19/55] gnu: python-django-contact-form: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 16/55] gnu: Remove python-django-2.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 22/55] gnu: python-django-sortedm2m: Replace input python-django by python-django-3.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 20/55] gnu: python-django-contrib-comments: Update to 2.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 21/55] gnu: python-dango-rq: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 24/55] gnu: python-django-sortedm2m: Update to 3.1.1-0-ddf321f., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 25/55] gnu: python-defusedxml: Update to 0.7.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 28/55] gnu: python-rjsmin: Update to 1.2.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 26/55] gnu: python-filetype: Update to 1.0.10., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 29/55] gnu: python-django-mailman3: Update to 1.3.8.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 23/55] gnu: python-django-tagging: Add patch for django@4 support., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 27/55] gnu: python-rcssmin: Update to 1.1.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 30/55] gnu: Remove python-pysolr., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 33/55] gnu: python-hyperkitty: Update to 1.3.7., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 31/55] gnu: python-django-compressor: Update to 4.3.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 32/55] gnu: python-django-haystack: Update to 3.2.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 34/55] gnu: Add python-django-requests-debug-toolbar., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 35/55] gnu: postorius: Update to 1.3.7., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 37/55] gnu: python-django: Update default version to 4.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 38/55] gnu: python-django-taggit: Update to 3.1.0., Nicolas Graves, 2023/06/25