[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/24: gnu: python-hyperkitty: Update to 1.3.5.
From: |
guix-commits |
Subject: |
19/24: gnu: python-hyperkitty: Update to 1.3.5. |
Date: |
Sun, 5 Dec 2021 08:16:28 -0500 (EST) |
mbakke pushed a commit to branch core-updates-frozen
in repository guix.
commit 3f9d122dcbab77fa7ca8710698b32c1af9d01f7e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 2 22:07:06 2021 +0100
gnu: python-hyperkitty: Update to 1.3.5.
* gnu/packages/mail.scm (python-hyperkitty): Update to 1.3.5.
[arguments]: Add pythonpath in test invokation.
[propagated-inputs]: Add PYTHON-MISTUNE-NEXT. Change from PYTHON-DJANGO-2.2
to PYTHON-DJANGO.
[native-inputs]: Add PYTHON-LXML.
---
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 660913a..5a53416 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3524,14 +3524,14 @@ which sends emails to HyperKitty, the official Mailman3
web archiver.")
(define-public python-hyperkitty
(package
(name "python-hyperkitty")
- (version "1.3.3")
+ (version "1.3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "HyperKitty" version))
(sha256
(base32
- "0p85r9q6mn5as5b39xp9hkkipnk0156acx540n2ygk3qb3jd4a5n"))))
+ "11lz1s2p8n43h1cdr9l5dppsigg8qdppckdwdndzn7a8r8mj4sc2"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -3539,10 +3539,11 @@ which sends emails to HyperKitty, the official Mailman3
web archiver.")
(replace 'check
(lambda _
(invoke "example_project/manage.py" "test"
- "--settings=hyperkitty.tests.settings_test"))))))
+ "--settings=hyperkitty.tests.settings_test"
+ "--pythonpath=."))))))
(propagated-inputs
`(("python-dateutil" ,python-dateutil)
- ("python-django" ,python-django-2.2)
+ ("python-django" ,python-django)
("python-django-compressor" ,python-django-compressor)
("python-django-extensions" ,python-django-extensions)
("python-django-gravatar2" ,python-django-gravatar2)
@@ -3552,6 +3553,7 @@ which sends emails to HyperKitty, the official Mailman3
web archiver.")
("python-djangorestframework" ,python-djangorestframework)
("python-flufl-lock" ,python-flufl-lock)
("python-mailmanclient" ,python-mailmanclient)
+ ("python-mistune-next" ,python-mistune-next)
("python-networkx" ,python-networkx)
("python-pytz" ,python-pytz)
("python-robot-detection" ,python-robot-detection)))
@@ -3559,6 +3561,7 @@ which sends emails to HyperKitty, the official Mailman3
web archiver.")
`(("python-beautifulsoup4" ,python-beautifulsoup4)
("python-elasticsearch" ,python-elasticsearch)
("python-isort" ,python-isort)
+ ("python-lxml" ,python-lxml)
("python-mock" ,python-mock)
("python-whoosh" ,python-whoosh)))
(home-page "https://gitlab.com/mailman/hyperkitty")
- 03/24: gnu: python-django-haystack: Disable sanity check., (continued)
- 03/24: gnu: python-django-haystack: Disable sanity check., guix-commits, 2021/12/05
- 04/24: gnu: python-django-jinja: Update to 2.9.1., guix-commits, 2021/12/05
- 08/24: gnu: python-django-appconf: Fix tests., guix-commits, 2021/12/05
- 05/24: gnu: python-django-contact-form: Update to 1.9., guix-commits, 2021/12/05
- 07/24: gnu: python-django-pipeline: Fix tests., guix-commits, 2021/12/05
- 15/24: gnu: ganeti: Add the output directory on GUIX_PYTHONPATH., guix-commits, 2021/12/05
- 20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0., guix-commits, 2021/12/05
- 17/24: gnu: python-django-haystack: Update to 3.1.1., guix-commits, 2021/12/05
- 21/24: gnu: python-whisper: Update to 1.1.8., guix-commits, 2021/12/05
- 11/24: gnu: python-django-url-filter: Adjust phase order., guix-commits, 2021/12/05
- 19/24: gnu: python-hyperkitty: Update to 1.3.5.,
guix-commits <=
- 24/24: gnu: tbb: Update to 2021.4.0., guix-commits, 2021/12/05
- 16/24: gnu: python-alembic: Update to 1.7.5., guix-commits, 2021/12/05
- 18/24: gnu: Add python-mistune-next., guix-commits, 2021/12/05
- 14/24: gnu: python-webassets: Patch for Python 3.9., guix-commits, 2021/12/05
- 06/24: gnu: python-django-sortedm2m: Fix tests., guix-commits, 2021/12/05
- 23/24: gnu: Adjust for python-build-system behavior change., guix-commits, 2021/12/05
- 12/24: gnu: python-mailmanclient: Update to 3.3.3., guix-commits, 2021/12/05
- 13/24: gnu: python-django-mailman3: Update to 1.3.7., guix-commits, 2021/12/05
- 10/24: gnu: python-django-netfields: Propagate psycopg2., guix-commits, 2021/12/05
- 22/24: gnu: python-pyvcf: Fix bytecode compilation., guix-commits, 2021/12/05